diff options
-rw-r--r-- | devel/py-distribute/Makefile | 2 | ||||
-rw-r--r-- | devel/py-distribute/pkg-descr | 20 |
2 files changed, 10 insertions, 12 deletions
diff --git a/devel/py-distribute/Makefile b/devel/py-distribute/Makefile index a75a29dc31df..189b907cf730 100644 --- a/devel/py-distribute/Makefile +++ b/devel/py-distribute/Makefile @@ -6,6 +6,7 @@ PORTVERSION= 0.6.28 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= python MAINTAINER= python@FreeBSD.org COMMENT= A Python packages installer and Setuptools replacement @@ -14,7 +15,6 @@ CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}setuptools-[0-9]* PLIST_SUB= PYVER=${PYTHON_VER} VERSION=${PORTVERSION} SETUPTOOLS_VER=0.6c11 -DIST_SUBDIR= python PYDISTUTILS_NOEGGINFO= yes USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/devel/py-distribute/pkg-descr b/devel/py-distribute/pkg-descr index d9cc69a8e4ee..5a1b78d1676b 100644 --- a/devel/py-distribute/pkg-descr +++ b/devel/py-distribute/pkg-descr @@ -1,13 +1,11 @@ -Distribute is intended to replace Setuptools as the standard method -for working with Python module distributions. - - The project has two goals: - - - Providing a backward compatible version to replace Setuptools - and make all distributions that depend on Setuptools work as - before, but with less bugs and behavioral issues. - - - Re-factoring the code, and releasing it in several distributions. - This work is being done in the 0.7.x series but not yet released. +Distribute is intended to replace Setuptools as the standard method for working +with Python module distributions. + +The project has two goals: +- Providing a backward compatible version to replace Setuptools and make all + distributions that depend on Setuptools work as before, but with less bugs and + behavioral issues. +- Re-factoring the code, and releasing it in several distributions. This work is + being done in the 0.7.x series but not yet released. WWW: http://pypi.python.org/pypi/distribute |