Mon Jan 28 08:39:23 2019 UTC ()
py-virtualenv: updated to 16.3.0

v16.3.0:

Bugfixes

Use importlib over deprecated imp in distutils/__init__.py for python 3
Preserve cert option defined in pip.conf or environment variable.
fixed a ResourceWarning: unclosed file in call_subprocess()
pre-import some built-in modules in site.py on PyPy according to PyPy窶冱 site.py
Copy files from sys.exec_prefix only if it is really different path than used prefix


(adam)
diff -r1.42 -r1.43 pkgsrc/devel/py-virtualenv/Makefile
diff -r1.35 -r1.36 pkgsrc/devel/py-virtualenv/PLIST
diff -r1.33 -r1.34 pkgsrc/devel/py-virtualenv/distinfo

cvs diff -r1.42 -r1.43 pkgsrc/devel/py-virtualenv/Makefile (expand / switch to context diff)
--- pkgsrc/devel/py-virtualenv/Makefile 2019/01/04 21:44:13 1.42
+++ pkgsrc/devel/py-virtualenv/Makefile 2019/01/28 08:39:23 1.43
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2019/01/04 21:44:13 adam Exp $
+# $NetBSD: Makefile,v 1.43 2019/01/28 08:39:23 adam Exp $
 
-DISTNAME=	virtualenv-16.2.0
+DISTNAME=	virtualenv-16.3.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=v/virtualenv/}
@@ -23,9 +23,6 @@
 USE_LANGUAGES=	# none
 
 REPLACE_PYTHON=	virtualenv.py
-
-post-extract:
-	cd ${WRKSRC}/tests && ${RM} -r __pycache__ activation/__pycache__
 
 post-install:
 	cd ${DESTDIR}${PREFIX}/bin && \

cvs diff -r1.35 -r1.36 pkgsrc/devel/py-virtualenv/PLIST (expand / switch to context diff)
--- pkgsrc/devel/py-virtualenv/PLIST 2019/01/04 21:44:13 1.35
+++ pkgsrc/devel/py-virtualenv/PLIST 2019/01/28 08:39:23 1.36
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.35 2019/01/04 21:44:13 adam Exp $
+@comment $NetBSD: PLIST,v 1.36 2019/01/28 08:39:23 adam Exp $
 bin/virtualenv-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -13,6 +13,6 @@
 ${PYSITELIB}/virtualenv_support/__init__.py
 ${PYSITELIB}/virtualenv_support/__init__.pyc
 ${PYSITELIB}/virtualenv_support/__init__.pyo
-${PYSITELIB}/virtualenv_support/pip-18.1-py2.py3-none-any.whl
+${PYSITELIB}/virtualenv_support/pip-19.0.1-py2.py3-none-any.whl
 ${PYSITELIB}/virtualenv_support/setuptools-40.6.3-py2.py3-none-any.whl
 ${PYSITELIB}/virtualenv_support/wheel-0.32.3-py2.py3-none-any.whl

cvs diff -r1.33 -r1.34 pkgsrc/devel/py-virtualenv/distinfo (expand / switch to context diff)
--- pkgsrc/devel/py-virtualenv/distinfo 2019/01/04 21:44:13 1.33
+++ pkgsrc/devel/py-virtualenv/distinfo 2019/01/28 08:39:23 1.34
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.33 2019/01/04 21:44:13 adam Exp $
+$NetBSD: distinfo,v 1.34 2019/01/28 08:39:23 adam Exp $
 
-SHA1 (virtualenv-16.2.0.tar.gz) = 8765ed464e82f9e8cf64ac917a9f87993bdc11d0
+SHA1 (virtualenv-16.3.0.tar.gz) = 9f7d27a4f8d8d4c7fe176d97e5afbcfa68f8e19d
-RMD160 (virtualenv-16.2.0.tar.gz) = eda7ae7d3cb25c9d3eb7c6634c019e5d58966093
+RMD160 (virtualenv-16.3.0.tar.gz) = a8f9ef0dee86d22ab58ef03d6d6e0f0f84057973
-SHA512 (virtualenv-16.2.0.tar.gz) = a9385432c1e213c524521492325bbed96d6519ffa6299ef2052e37cf0e6e1e18ada6326b7dace44312ad5f2431c521154800dcf02a58e88cddc83a68bdcb9bd4
+SHA512 (virtualenv-16.3.0.tar.gz) = e9fe25732aadfde39ccefb4fda9b24e95b64b86be538d167e3315314a0d6741d4e88f16f6dcbf2b9848a95562a612df98a1868dd9b0f698d1859b07beee0406f
-Size (virtualenv-16.2.0.tar.gz) = 2093333 bytes
+Size (virtualenv-16.3.0.tar.gz) = 2014631 bytes