]> git.pld-linux.org Git - packages/bpython.git/blame - bpython.spec
- release 4 (by relup.sh)
[packages/bpython.git] / bpython.spec
CommitLineData
0d472fb2
PZ
1# TODO:
2# - check docs folder for valuable files
3#
0d472fb2 4Summary: bpython - a fancy interface to the Python interpreter
4398c4ad 5Summary(pl.UTF-8): bpython - fantazyjny interfejs do interpretera Pythona
0d472fb2 6Name: bpython
e3558d71 7Version: 0.9.7.1
7de8c59b 8Release: 4
0d472fb2
PZ
9License: MIT
10Group: Applications/Shells
11Source0: http://bpython-interpreter.org/releases/%{name}-%{version}.tar.gz
e3558d71 12# Source0-md5: f32ce6aa8ae6af8d2cf65e13f58859d4
0d472fb2
PZ
13URL: http://bpython-interpreter.org/
14BuildRequires: pydoc
15BuildRequires: python-devel
16BuildRequires: python-devel-tools
17BuildRequires: rpm-pythonprov
e9063252 18BuildRequires: rpmbuild(macros) >= 1.710
4398c4ad 19Requires: python-bpython = %{version}-%{release}
e3558d71 20Requires: python-distribute >= 0.6.10
0d472fb2
PZ
21BuildArch: noarch
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25bpython is a fancy interface to the Python interpreter for Unix-like
26operating systems.
27
4398c4ad
JB
28%description -l pl.UTF-8
29bpython to fantazyjny interfejs do interpretera Pythona przeznaczony
30dla uniksowych systemów operacyjnych.
31
32%package gtk
33Summary: GTK+ bpython interface
34Summary(pl.UTF-8): Interfejs GTK+ bpythona
35Group: X11/Applications
36Requires: %{name} = %{version}-%{release}
37Requires: python-pygtk-gtk >= 2:2.0
38
39%description gtk
40GTK+ bpython interface.
41
42%description gtk -l pl.UTF-8
43Interfejs GTK+ bpythona.
44
0d472fb2
PZ
45%package -n python-bpython
46Summary: bpython shell modules
4398c4ad 47Summary(pl.UTF-8): Moduły powłoki bpython
0d472fb2 48Group: Libraries/Python
b88e5640 49Requires: python-pygments
0d472fb2 50%pyrequires_eq pydoc
4398c4ad 51%pyrequires_eq python-devel-tools
0d472fb2
PZ
52
53%description -n python-bpython
54bpython is a fancy interface to the Python interpreter for Unix-like
55operating systems.
56
4398c4ad
JB
57%description -n python-bpython -l pl.UTF-8
58bpython to fantazyjny interfejs do interpretera Pythona przeznaczony
59dla uniksowych systemów operacyjnych.
60
e3558d71 61%package -n python-bpdb
4398c4ad
JB
62Summary: bpdb module - PDB extension
63Summary(pl.UTF-8): Moduł bpdb - rozszerzenie PDB
e3558d71 64Group: Libraries/Python
4398c4ad 65Requires: python-bpython = %{version}-%{release}
e3558d71 66%pyrequires_eq pydoc
4398c4ad 67%pyrequires_eq python-devel-tools
e3558d71 68
69%description -n python-bpdb
70BPDB is an extension to PDB which allows you to press B in a PDB
71session which will let you be dropped into a bpython sessions with the
4398c4ad
JB
72current PDB locals().
73
74%description -n python-bpdb -l pl.UTF-8
75BPDB to rozszerzenie PDB pozwalające nacisnąć B w sesji PDB, aby
76przejść do sesji bpythona z bieżącą zawartością locals() z PDB.
e3558d71 77
0d472fb2
PZ
78%prep
79%setup -q
80
81%install
82rm -rf $RPM_BUILD_ROOT
83
6e9902e1 84%py_install
0d472fb2
PZ
85
86%py_postclean
0d472fb2
PZ
87
88%clean
89rm -rf $RPM_BUILD_ROOT
90
91%files
92%defattr(644,root,root,755)
4398c4ad 93%attr(755,root,root) %{_bindir}/bpython
0d472fb2 94%{_desktopdir}/bpython.desktop
4398c4ad
JB
95%{_mandir}/man1/bpython.1*
96%{_mandir}/man5/bpython-config.5*
97
98%files gtk
99%defattr(644,root,root,755)
100%attr(755,root,root) %{_bindir}/bpython-gtk
0d472fb2
PZ
101
102%files -n python-bpython
103%defattr(644,root,root,755)
4398c4ad
JB
104%doc AUTHORS CHANGELOG LICENSE README ROADMAP TODO
105%{py_sitescriptdir}/bpython
106%{py_sitescriptdir}/bpython-%{version}-py*.egg-info
e3558d71 107
108%files -n python-bpdb
109%defattr(644,root,root,755)
e3558d71 110%{py_sitescriptdir}/bpdb
This page took 0.070597 seconds and 4 git commands to generate.