diff options
author | nivit <nivit@FreeBSD.org> | 2011-04-07 17:35:28 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2011-04-07 17:35:28 +0800 |
commit | 6b10dbc837f753f85981f7251c424087913df9ee (patch) | |
tree | 65609e044d34429c8f740c3de5e9a911f04224f2 /devel | |
parent | acb256d05d49ffe59ea01f9d83c6711ded799372 (diff) | |
download | freebsd-ports-gnome-6b10dbc837f753f85981f7251c424087913df9ee.tar.gz freebsd-ports-gnome-6b10dbc837f753f85981f7251c424087913df9ee.tar.zst freebsd-ports-gnome-6b10dbc837f753f85981f7251c424087913df9ee.zip |
- Update to 1.6
- Remove DISTFILES, EXTRACT_ONLY variables
- Remove post-patch target, and the manual installation of
the setuptools egg for Python 2.7
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-virtualenv/Makefile | 24 | ||||
-rw-r--r-- | devel/py-virtualenv/distinfo | 6 |
2 files changed, 7 insertions, 23 deletions
diff --git a/devel/py-virtualenv/Makefile b/devel/py-virtualenv/Makefile index b94b01b1e7c0..9db3cff6922a 100644 --- a/devel/py-virtualenv/Makefile +++ b/devel/py-virtualenv/Makefile @@ -6,25 +6,24 @@ # PORTNAME= virtualenv -PORTVERSION= 1.5.2 +PORTVERSION= 1.6 PORTREVISION= 0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP \ http://nivi.interfree.it/distfiles/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz -EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tar.gz MAINTAINER= nivit@FreeBSD.org COMMENT= Virtual Python Environment builder PLIST_SUB= PYVER=${PYTHON_VER} PIPVER=${PIPVER} DISTRIBUTEVER=${DISTRIBUTEVER} +# Python3 ready USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install -PIPVER= 0.8.3 -DISTRIBUTEVER= 0.6.14 +PIPVER= 1.0 +DISTRIBUTEVER= 0.6.15 .if !defined(NOPORTDOCS) DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} @@ -34,17 +33,4 @@ post-install: @cd ${WRKSRC}/docs && ${INSTALL_DATA} index.txt ${DOCSDIR}/ .endif -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} >= 270 - -SETUPTOOLS27_EGG= setuptools-0.6c11-py2.7.egg -MASTER_SITES+= http://pypi.python.org/packages/2.7/s/setuptools/:st27 -DISTFILES+= ${SETUPTOOLS27_EGG}:st27 - -post-patch: - ${CP} ${DISTDIR}/${SETUPTOOLS27_EGG} ${WRKSRC}/virtualenv_support/ - -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/py-virtualenv/distinfo b/devel/py-virtualenv/distinfo index abf7b64cd664..66055630cd80 100644 --- a/devel/py-virtualenv/distinfo +++ b/devel/py-virtualenv/distinfo @@ -1,4 +1,2 @@ -SHA256 (virtualenv-1.5.2.tar.gz) = 54b2e9c4fcb5d30e6d0a35b938f0d962412b38433921de33a476b203e72834d7 -SIZE (virtualenv-1.5.2.tar.gz) = 1431524 -SHA256 (setuptools-0.6c11-py2.7.egg) = 0d58908ff49d88391082f701c4baa43f1246abde920a5f91ce78edcc1aa67262 -SIZE (setuptools-0.6c11-py2.7.egg) = 332005 +SHA256 (virtualenv-1.6.tar.gz) = b60e5ffb37c65c71c6fba550400d721d9f2c4e257a5a87c3dc759442f480dcda +SIZE (virtualenv-1.6.tar.gz) = 1766631 |