From c98a97ece79d76c8f8a81fa651c40d8f83af932a Mon Sep 17 00:00:00 2001 From: Nicola Vitale Date: Sat, 5 Mar 2011 13:51:14 +0000 Subject: [PATCH] - Add WWW: line to pkg-descr - Fix CONFLICTS value in Makefile - Remove MD5 checksum from distinfo PR: ports/154729 Submitted by: sunpoet --- devel/py-distribute/Makefile | 7 ++----- devel/py-distribute/distinfo | 1 - devel/py-distribute/pkg-descr | 2 ++ 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/devel/py-distribute/Makefile b/devel/py-distribute/Makefile index 4e243d0724fa..07a7b3fb0601 100644 --- a/devel/py-distribute/Makefile +++ b/devel/py-distribute/Makefile @@ -15,14 +15,11 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nivit@FreeBSD.org COMMENT= A Python packages installer, and Setuptools replacement +CONFLICTS= py[2-3][0-9]-setuptools-[0-9]* + PLIST_SUB= PYVER=${PYTHON_VER} VERSION=${PORTVERSION} SETUPTOOLS_VER=0.6c11 PYDISTUTILS_NOEGGINFO= yes -# waiting for better times... -PYEASYINSTALL_CMD= ${LOCALBASE}/bin/easy_install-${PYTHON_VER} -CONFLICTS= ${PKGNAMEPREFIX}setuptools-[0-9]* -# i.e. a support in bsd.python.mk - USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/devel/py-distribute/distinfo b/devel/py-distribute/distinfo index bb10fe8a5567..3aee8778ee66 100644 --- a/devel/py-distribute/distinfo +++ b/devel/py-distribute/distinfo @@ -1,3 +1,2 @@ -MD5 (distribute-0.6.14.tar.gz) = ac607e05682116c06383b27a15e2db90 SHA256 (distribute-0.6.14.tar.gz) = 16d5da8211d74eb11f2744c5945a3c7fcae9abbfebb56ea493f177a45d2e5bec SIZE (distribute-0.6.14.tar.gz) = 281527 diff --git a/devel/py-distribute/pkg-descr b/devel/py-distribute/pkg-descr index 0cb0cb549277..d9cc69a8e4ee 100644 --- a/devel/py-distribute/pkg-descr +++ b/devel/py-distribute/pkg-descr @@ -9,3 +9,5 @@ for working with Python module distributions. - 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