Author: emes Date: Thu Sep 2 14:26:01 2010 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.9.7.1 - added package python-bpdb - added req python-distribute
---- Files affected: packages/bpython: bpython.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: packages/bpython/bpython.spec diff -u packages/bpython/bpython.spec:1.4 packages/bpython/bpython.spec:1.5 --- packages/bpython/bpython.spec:1.4 Fri Jul 9 13:13:32 2010 +++ packages/bpython/bpython.spec Thu Sep 2 16:25:56 2010 @@ -5,12 +5,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 @@ -18,6 +18,7 @@ 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) @@ -36,6 +37,17 @@ 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 @@ -63,12 +75,22 @@ %{py_sitescriptdir}/%{pname} %{py_sitescriptdir}/*.egg-info +%files -n python-bpdb +%defattr(644,root,root,755) +%doc README +%{py_sitescriptdir}/bpdb + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[email protected]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2010/09/02 14:25:56 emes +- up to 0.9.7.1 +- added package python-bpdb +- added req python-distribute + Revision 1.4 2010/07/09 11:13:32 arekm - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/bpython/bpython.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
