diff options
author | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2007-07-30 09:42:28 +0000 |
---|---|---|
committer | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2007-07-30 09:42:28 +0000 |
commit | 4942ce5a7d8a3d0cbebaf4d202011850d1f7569f (patch) | |
tree | db1f21912f461000d609ddcd5d130946bcfe9e09 /textproc/py-4suite-xml | |
parent | b4be9b354e86bd790925c5a9a2e67df8ba20bc00 (diff) | |
download | ports-4942ce5a7d8a3d0cbebaf4d202011850d1f7569f.tar.gz ports-4942ce5a7d8a3d0cbebaf4d202011850d1f7569f.zip |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav
Notes
Notes:
svn path=/head/; revision=196700
Diffstat (limited to 'textproc/py-4suite-xml')
-rw-r--r-- | textproc/py-4suite-xml/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-4suite-xml/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-4suite-xml/Makefile b/textproc/py-4suite-xml/Makefile index ced79cabbc9f..3199c4962da3 100644 --- a/textproc/py-4suite-xml/Makefile +++ b/textproc/py-4suite-xml/Makefile @@ -20,6 +20,8 @@ USE_BZIP2= yes REINPLACE_ARGS= -i "" -E USE_PYTHON= 2.2.1+ USE_PYDISTUTILS= yes +PYDISTUTILS_PKGNAME= 4Suite-XML +PYDISTUTILS_PKGVERSION= 1.0 CONFLICTS= py*-4suite-[01]* diff --git a/textproc/py-4suite-xml/pkg-plist b/textproc/py-4suite-xml/pkg-plist index 56bfce5a460a..e6df78b9490b 100644 --- a/textproc/py-4suite-xml/pkg-plist +++ b/textproc/py-4suite-xml/pkg-plist @@ -346,7 +346,6 @@ %%LIBDIR%%/tests/Xml/Xslt/test_harness.py %%LIBDIR%%/tests/Xml/__init__.py %%LIBDIR%%/tests/test.py -%%PYTHON_SITELIBDIR%%/4Suite_XML-1.0-py2.4.egg-info %%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/Lib/CommandLine/Arguments.py %%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/Lib/CommandLine/Arguments.pyc %%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/Lib/CommandLine/Command.py |