svn commit: r305400 - head/devel/py-distribute
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Oct 6 20:19:52 UTC 2012
Author: sunpoet
Date: Sat Oct 6 20:19:51 2012
New Revision: 305400
URL: http://svn.freebsd.org/changeset/ports/305400
Log:
- Move DIST_SUBDIR upward
- Reformat pkg-descr
Modified:
head/devel/py-distribute/Makefile (contents, props changed)
head/devel/py-distribute/pkg-descr (contents, props changed)
Modified: head/devel/py-distribute/Makefile
==============================================================================
--- head/devel/py-distribute/Makefile Sat Oct 6 20:06:20 2012 (r305399)
+++ head/devel/py-distribute/Makefile Sat Oct 6 20:19:51 2012 (r305400)
@@ -6,6 +6,7 @@ PORTVERSION= 0.6.28
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR= python
MAINTAINER= python at FreeBSD.org
COMMENT= A Python packages installer and Setuptools replacement
@@ -14,7 +15,6 @@ CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFI
PLIST_SUB= PYVER=${PYTHON_VER} VERSION=${PORTVERSION} SETUPTOOLS_VER=0.6c11
-DIST_SUBDIR= python
PYDISTUTILS_NOEGGINFO= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
Modified: head/devel/py-distribute/pkg-descr
==============================================================================
--- head/devel/py-distribute/pkg-descr Sat Oct 6 20:06:20 2012 (r305399)
+++ head/devel/py-distribute/pkg-descr Sat Oct 6 20:19:51 2012 (r305400)
@@ -1,13 +1,11 @@
-Distribute is intended to replace Setuptools as the standard method
-for working with Python module distributions.
+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.
+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
More information about the svn-ports-head
mailing list