two more unbundled libraries in fedora
This commit is contained in:
parent
8c7d7538cc
commit
dc855cbe72
13
ipython.spec
13
ipython.spec
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: ipython
|
Name: ipython
|
||||||
Version: 0.10
|
Version: 0.10
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: An enhanced interactive Python shell
|
Summary: An enhanced interactive Python shell
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -29,6 +29,8 @@ Requires: python-zope-interface
|
|||||||
|
|
||||||
#bundled libs
|
#bundled libs
|
||||||
Requires: python-configobj
|
Requires: python-configobj
|
||||||
|
Requires: python-mglob
|
||||||
|
Requires: python-pretty
|
||||||
Requires: python-simplegeneric
|
Requires: python-simplegeneric
|
||||||
|
|
||||||
|
|
||||||
@ -87,9 +89,11 @@ This package contains the gui of %{name}, which requires wxPython.
|
|||||||
pushd IPython/external
|
pushd IPython/external
|
||||||
# python's own modules
|
# python's own modules
|
||||||
rm argparse/_argparse.py
|
rm argparse/_argparse.py
|
||||||
rm configobj/_configobj.py
|
|
||||||
|
|
||||||
# other packages exist in fedora
|
# other packages exist in fedora
|
||||||
|
rm configobj/_configobj.py
|
||||||
|
rm mglob/_mglob.py
|
||||||
|
rm pretty/_pretty.py
|
||||||
rm simplegeneric/_simplegeneric.py
|
rm simplegeneric/_simplegeneric.py
|
||||||
rm validate/_validate.py
|
rm validate/_validate.py
|
||||||
|
|
||||||
@ -101,9 +105,7 @@ rm validate/_validate.py
|
|||||||
#rm Itpl/_Itpl.py
|
#rm Itpl/_Itpl.py
|
||||||
|
|
||||||
# available at pypi
|
# available at pypi
|
||||||
#rm mglob/_mglob.py
|
|
||||||
#rm path/_path.py
|
#rm path/_path.py
|
||||||
#rm pretty/_pretty.py
|
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
@ -197,6 +199,9 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 22 2010 Thomas Spura <tomspur@fedoraproject.org> - 0.10-5
|
||||||
|
- two more unbundled libraries in fedora
|
||||||
|
|
||||||
* Mon Jun 21 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 0.10-4
|
* Mon Jun 21 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 0.10-4
|
||||||
- Update patch for import in argparse
|
- Update patch for import in argparse
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user