Index: head/devel/py-virtualenv/files/patch-setup.py =================================================================== --- head/devel/py-virtualenv/files/patch-setup.py (revision 423962) +++ head/devel/py-virtualenv/files/patch-setup.py (nonexistent) @@ -1,15 +0,0 @@ -From 1f137150f8d4e01386c8c8ffacdcf5e556cea427 Mon Sep 17 00:00:00 2001 -Date: Sun, 21 Jun 2015 14:52:38 +1000 -Subject: [PATCH] Fix test command invocation causing ERROR -https://patch-diff.githubusercontent.com/raw/pypa/virtualenv/pull/773.patch - ---- setup.py.orig 2016-01-21 12:49:27 UTC -+++ setup.py -@@ -31,7 +31,6 @@ try: - 'entry_points': { - 'console_scripts': [ - 'virtualenv=virtualenv:main', -- 'virtualenv-%s.%s=virtualenv:main' % sys.version_info[:2] - ], - }, - 'zip_safe': False, Property changes on: head/devel/py-virtualenv/files/patch-setup.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/py-virtualenv/Makefile =================================================================== --- head/devel/py-virtualenv/Makefile (revision 423962) +++ head/devel/py-virtualenv/Makefile (revision 423963) @@ -1,42 +1,42 @@ # $FreeBSD$ PORTNAME= virtualenv -PORTVERSION= 14.0.0 +PORTVERSION= 15.0.3 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nivit@FreeBSD.org COMMENT= Tool for creating isolated Python environments LICENSE= MIT TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.1.3:textproc/py-sphinx USES= python USE_GITHUB= yes USE_PYTHON= autoplist concurrent distutils GH_ACCOUNT= pypa .include .if ${PORT_OPTIONS:MDOCS} DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} PORTDOCS= * PYDISTUTILS_BUILD_TARGET+= build_sphinx post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/build/sphinx/html && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} "! -name .buildinfo -or -name objects.inv") .endif regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Index: head/devel/py-virtualenv/distinfo =================================================================== --- head/devel/py-virtualenv/distinfo (revision 423962) +++ head/devel/py-virtualenv/distinfo (revision 423963) @@ -1,2 +1,3 @@ -SHA256 (pypa-virtualenv-14.0.0_GH0.tar.gz) = b65ed686c9248426c5ad9b7e0f821c16e5493e363f944895da19a744c5be03fb -SIZE (pypa-virtualenv-14.0.0_GH0.tar.gz) = 1793952 +TIMESTAMP = 1476440392 +SHA256 (pypa-virtualenv-15.0.3_GH0.tar.gz) = 8b230f01701eee0bfa45a7dc6ff19397abd92c3d50728f08e2236754797fdc01 +SIZE (pypa-virtualenv-15.0.3_GH0.tar.gz) = 1847120 Index: head/devel/py-virtualenv/pkg-descr =================================================================== --- head/devel/py-virtualenv/pkg-descr (revision 423962) +++ head/devel/py-virtualenv/pkg-descr (revision 423963) @@ -1,9 +1,9 @@ ``virtualenv`` is a tool to create isolated Python environments. It creates an environment that has its own installation directories, that doesn't share libraries with other virtualenv environments (and optionally doesn't use the globally installed libraries either). Usage: virtualenv YOUR_NEW_PYTHON_ENV -WWW: http://www.virtualenv.org/ +WWW: https://virtualenv.pypa.io