diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-10-07 04:19:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-10-07 04:19:51 +0800 |
commit | 09e5d8b4935e6b338dac982f9dc46832ef03e67a (patch) | |
tree | bf9b675fcb57876239dc7f814a20abb273115c15 /devel | |
parent | 47c16220792296e5b84acc5c415ccc80ace2febf (diff) | |
download | freebsd-ports-gnome-09e5d8b4935e6b338dac982f9dc46832ef03e67a.tar.gz freebsd-ports-gnome-09e5d8b4935e6b338dac982f9dc46832ef03e67a.tar.zst freebsd-ports-gnome-09e5d8b4935e6b338dac982f9dc46832ef03e67a.zip |
- Move DIST_SUBDIR upward
- Reformat pkg-descr
Diffstat (limited to 'devel')
-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 |