]> git.pld-linux.org Git - packages/bpython.git/commitdiff
- up to 0.9.7.1 auto/th/bpython-0_9_7_1-1
authoremes <emes@pld-linux.org>
Thu, 2 Sep 2010 14:25:56 +0000 (14:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added package python-bpdb
- added req python-distribute

Changed files:
    bpython.spec -> 1.5

bpython.spec

index e449e81cec3e9198b05608afd7cf3e729b968100..1d2a3bac9761535209d665ef8a34b9bd53e3bd2c 100644 (file)
@@ -4,12 +4,12 @@
 %define                pname   bpython
 Summary:       bpython - a fancy interface to the Python interpreter
 Name:          bpython
-Version:       0.9.6.2
-Release:       2
+Version:       0.9.7.1
+Release:       1
 License:       MIT
 Group:         Applications/Shells
 Source0:       http://bpython-interpreter.org/releases/%{name}-%{version}.tar.gz
-# Source0-md5: d30fdb663fa9957c21c63108ed249b59
+# Source0-md5: f32ce6aa8ae6af8d2cf65e13f58859d4
 URL:           http://bpython-interpreter.org/
 BuildRequires: pydoc
 BuildRequires: python-devel
@@ -17,6 +17,7 @@ BuildRequires:        python-devel-tools
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.219
 Requires:      python-%{name} = %{version}-%{release}
+Requires:      python-distribute >= 0.6.10
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -35,6 +36,17 @@ Requires:    python-pygments
 bpython is a fancy interface to the Python interpreter for Unix-like
 operating systems.
 
+%package -n python-bpdb
+Summary:       bpdb module
+Group:         Libraries/Python
+%pyrequires_eq python-devel-tools
+%pyrequires_eq pydoc
+
+%description -n python-bpdb
+BPDB is an extension to PDB which allows you to press B in a PDB
+session which will let you be dropped into a bpython sessions with the
+current PDB locals()
+
 %prep
 %setup -q
 
@@ -61,3 +73,8 @@ rm -rf $RPM_BUILD_ROOT
 %doc README
 %{py_sitescriptdir}/%{pname}
 %{py_sitescriptdir}/*.egg-info
+
+%files -n python-bpdb
+%defattr(644,root,root,755)
+%doc README
+%{py_sitescriptdir}/bpdb
This page took 0.084126 seconds and 4 git commands to generate.