diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2014-04-10 01:02:42 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2014-04-10 01:02:42 +0000 |
commit | c1d432c5ccc425ae7e772688519461f1f9a7eb75 (patch) | |
tree | 464c6ed699ef6e2466d47570e14739d6914fb4d9 | |
parent | 65f2051631a6dd1ebce1ce9a07a142186ed0eef8 (diff) |
Notes
-rw-r--r-- | devel/py-virtualenv/Makefile | 11 | ||||
-rw-r--r-- | devel/py-virtualenv/distinfo | 4 |
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/py-virtualenv/Makefile b/devel/py-virtualenv/Makefile index e4d2fe8f4151..19d10dfc2e4e 100644 --- a/devel/py-virtualenv/Makefile +++ b/devel/py-virtualenv/Makefile @@ -1,18 +1,18 @@ # $FreeBSD$ PORTNAME= virtualenv -PORTVERSION= 1.11.2 -PORTREVISION= 1 +PORTVERSION= 1.11.4 +PORTREVISION= 0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nivit@FreeBSD.org -COMMENT= Virtual Python Environment builder +COMMENT= Tool for creating isolated Python environments LICENSE= MIT -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose:${PORTSDIR}/devel/py-tox \ +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose:${PORTSDIR}/devel/py-nose \ ${PYTHON_PKGNAMEPREFIX}mock:${PORTSDIR}/devel/py-mock OPTIONS_DEFINE= DOCS @@ -32,7 +32,8 @@ PYDISTUTILS_BUILD_TARGET+= build_sphinx post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/build/sphinx/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) + (cd ${WRKSRC}/build/sphinx/html && \ + ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} "! -name .buildinfo -or -name objects.inv") .endif regression-test: build diff --git a/devel/py-virtualenv/distinfo b/devel/py-virtualenv/distinfo index 9d5f8385a344..8602e7c733b6 100644 --- a/devel/py-virtualenv/distinfo +++ b/devel/py-virtualenv/distinfo @@ -1,2 +1,2 @@ -SHA256 (virtualenv-1.11.2.tar.gz) = 3080a1610fa8c4ab23008707ca5c96d7e67d8cb3ed98c7e01e97f542c82bb6df -SIZE (virtualenv-1.11.2.tar.gz) = 1755846 +SHA256 (virtualenv-1.11.4.tar.gz) = cf3d958f28eb7470bd04262ef397580a2e57407f2ee2c88e9b2892218eb0465a +SIZE (virtualenv-1.11.4.tar.gz) = 1757873 |