diff options
author | nivit <nivit@FreeBSD.org> | 2011-03-05 21:51:14 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2011-03-05 21:51:14 +0800 |
commit | 75eb6081670bbc96290b78f5564b9dd534c6de48 (patch) | |
tree | e3cb5eeb911b23cdbe4f81c476d63c8409418959 /devel | |
parent | fde9c3d5cf77252694992e6671586f0c7fae0078 (diff) | |
download | freebsd-ports-gnome-75eb6081670bbc96290b78f5564b9dd534c6de48.tar.gz freebsd-ports-gnome-75eb6081670bbc96290b78f5564b9dd534c6de48.tar.zst freebsd-ports-gnome-75eb6081670bbc96290b78f5564b9dd534c6de48.zip |
- Add WWW: line to pkg-descr
- Fix CONFLICTS value in Makefile
- Remove MD5 checksum from distinfo
PR: ports/154729
Submitted by: sunpoet
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-distribute/Makefile | 7 | ||||
-rw-r--r-- | devel/py-distribute/distinfo | 1 | ||||
-rw-r--r-- | 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 |