mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Add WWW: line to pkg-descr
- Fix CONFLICTS value in Makefile - Remove MD5 checksum from distinfo PR: ports/154729 Submitted by: sunpoet
This commit is contained in:
parent
2b2e0e530f
commit
c98a97ece7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270346
3 changed files with 4 additions and 6 deletions
|
@ -15,14 +15,11 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
MAINTAINER= nivit@FreeBSD.org
|
MAINTAINER= nivit@FreeBSD.org
|
||||||
COMMENT= A Python packages installer, and Setuptools replacement
|
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
|
PLIST_SUB= PYVER=${PYTHON_VER} VERSION=${PORTVERSION} SETUPTOOLS_VER=0.6c11
|
||||||
|
|
||||||
PYDISTUTILS_NOEGGINFO= yes
|
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_PYTHON= yes
|
||||||
USE_PYDISTUTILS= yes
|
USE_PYDISTUTILS= yes
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
MD5 (distribute-0.6.14.tar.gz) = ac607e05682116c06383b27a15e2db90
|
|
||||||
SHA256 (distribute-0.6.14.tar.gz) = 16d5da8211d74eb11f2744c5945a3c7fcae9abbfebb56ea493f177a45d2e5bec
|
SHA256 (distribute-0.6.14.tar.gz) = 16d5da8211d74eb11f2744c5945a3c7fcae9abbfebb56ea493f177a45d2e5bec
|
||||||
SIZE (distribute-0.6.14.tar.gz) = 281527
|
SIZE (distribute-0.6.14.tar.gz) = 281527
|
||||||
|
|
|
@ -9,3 +9,5 @@ for working with Python module distributions.
|
||||||
|
|
||||||
- Re-factoring the code, and releasing it in several 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.
|
This work is being done in the 0.7.x series but not yet released.
|
||||||
|
|
||||||
|
WWW: http://pypi.python.org/pypi/distribute
|
||||||
|
|
Loading…
Add table
Reference in a new issue