Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Oct 2012 20:19:51 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305400 - head/devel/py-distribute
Message-ID:  <201210062019.q96KJpZ6033836@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210062019.q96KJpZ6033836>