Wed Jan 27 09:00:49 2016 UTC ()
Update py-virtualenv to 14.0.1:

14.0.1 (2016-01-21)
-------------------

* Upgrade from pip 8.0.0 to 8.0.2.

* Fix the default of ``--(no-)download`` to default to downloading.

14.0.0 (2016-01-19)
-------------------

* **BACKWARDS INCOMPATIBLE** Drop support for Python 3.2.

* Upgrade setuptools to 19.4

* Upgrade wheel to 0.26.0

* Upgrade pip to 8.0.0

* Upgrade argparse to 1.4.0

* Added support for ``python-config`` script (:pull:`798`)

* Updated activate.fish (:pull:`589`) (:pull:`799`)

* Account for a ``site.pyo`` correctly in some python implementations (:pull:`759`)

* Properly restore an empty PS1 (:issue:`407`)

* Properly remove ``pydoc`` when deactivating

* Remove workaround for very old Mageia / Mandriva linuxes (:pull:`472`)

* Added a space after virtualenv name in the prompt: ``(env) $PS1``

* Make sure not to run a --user install when creating the virtualenv (:pull:`803`)

* Remove virtualenv file's path from directory when executing with a new
  python. Fixes issue :issue:`779`, :issue:`763` (:pull:`805`)

* Remove use of () in .bat files so ``Program Files (x86)`` works :issue:`35`

* Download new releases of the preinstalled software from PyPI when there are
  new releases available. This behavior can be disabled using
  ``--no-download``.

* Make ``--no-setuptools``, ``--no-pip``, and ``--no-wheel`` independent of
  each other.


(wiz)
diff -r1.23 -r1.24 pkgsrc/devel/py-virtualenv/Makefile
diff -r1.21 -r1.22 pkgsrc/devel/py-virtualenv/PLIST
diff -r1.20 -r1.21 pkgsrc/devel/py-virtualenv/distinfo

cvs diff -r1.23 -r1.24 pkgsrc/devel/py-virtualenv/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-virtualenv/Makefile 2015/12/11 11:41:37 1.23
+++ pkgsrc/devel/py-virtualenv/Makefile 2016/01/27 09:00:49 1.24
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.23 2015/12/11 11:41:37 wiz Exp $ 1# $NetBSD: Makefile,v 1.24 2016/01/27 09:00:49 wiz Exp $
2 2
3DISTNAME= virtualenv-13.1.2 3DISTNAME= virtualenv-14.0.1
4PKGREVISION= 2 
5PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
6CATEGORIES= devel python 5CATEGORIES= devel python
7MASTER_SITES= http://pypi.python.org/packages/source/v/virtualenv/ 6MASTER_SITES= http://pypi.python.org/packages/source/v/virtualenv/
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://pypi.python.org/pypi/virtualenv 9HOMEPAGE= http://pypi.python.org/pypi/virtualenv
11COMMENT= Virtual Python Environment builder 10COMMENT= Virtual Python Environment builder
12LICENSE= mit 11LICENSE= mit
13 12
14PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} 13PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
15FILES_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} 14FILES_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
16REPLACE_PYTHON= virtualenv.py 15REPLACE_PYTHON= virtualenv.py
17 16

cvs diff -r1.21 -r1.22 pkgsrc/devel/py-virtualenv/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/py-virtualenv/PLIST 2015/09/28 23:16:12 1.21
+++ pkgsrc/devel/py-virtualenv/PLIST 2016/01/27 09:00:49 1.22
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1@comment $NetBSD: PLIST,v 1.21 2015/09/28 23:16:12 rodent Exp $ 1@comment $NetBSD: PLIST,v 1.22 2016/01/27 09:00:49 wiz Exp $
2bin/virtualenv-${PYVERSSUFFIX} 2bin/virtualenv-${PYVERSSUFFIX}
3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
7${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 7${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
8${PYSITELIB}/${EGG_INFODIR}/pbr.json 
9${PYSITELIB}/${EGG_INFODIR}/top_level.txt 8${PYSITELIB}/${EGG_INFODIR}/top_level.txt
10${PYSITELIB}/virtualenv.py 9${PYSITELIB}/virtualenv.py
11${PYSITELIB}/virtualenv.pyc 10${PYSITELIB}/virtualenv.pyc
12${PYSITELIB}/virtualenv.pyo 11${PYSITELIB}/virtualenv.pyo
13${PYSITELIB}/virtualenv_support/__init__.py 12${PYSITELIB}/virtualenv_support/__init__.py
14${PYSITELIB}/virtualenv_support/__init__.pyc 13${PYSITELIB}/virtualenv_support/__init__.pyc
15${PYSITELIB}/virtualenv_support/__init__.pyo 14${PYSITELIB}/virtualenv_support/__init__.pyo
16${PYSITELIB}/virtualenv_support/argparse-1.3.0-py2.py3-none-any.whl 15${PYSITELIB}/virtualenv_support/argparse-1.4.0-py2.py3-none-any.whl
17${PYSITELIB}/virtualenv_support/pip-7.1.2-py2.py3-none-any.whl 16${PYSITELIB}/virtualenv_support/pip-8.0.2-py2.py3-none-any.whl
18${PYSITELIB}/virtualenv_support/setuptools-18.2-py2.py3-none-any.whl 17${PYSITELIB}/virtualenv_support/setuptools-19.4-py2.py3-none-any.whl
19${PYSITELIB}/virtualenv_support/wheel-0.24.0-py2.py3-none-any.whl 18${PYSITELIB}/virtualenv_support/wheel-0.26.0-py2.py3-none-any.whl

cvs diff -r1.20 -r1.21 pkgsrc/devel/py-virtualenv/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-virtualenv/distinfo 2015/11/03 03:29:17 1.20
+++ pkgsrc/devel/py-virtualenv/distinfo 2016/01/27 09:00:49 1.21
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.20 2015/11/03 03:29:17 agc Exp $ 1$NetBSD: distinfo,v 1.21 2016/01/27 09:00:49 wiz Exp $
2 2
3SHA1 (virtualenv-13.1.2.tar.gz) = 766b12e9214751e547da267ffba79a84aaf7b3b0 3SHA1 (virtualenv-14.0.1.tar.gz) = 663a7522de40f2ad58fa137c782269af71f175b2
4RMD160 (virtualenv-13.1.2.tar.gz) = 4a89e7cef8b6853997dbb4b067cc292dc735f194 4RMD160 (virtualenv-14.0.1.tar.gz) = 8a1877459ba8591c2b4a7a71fcee8e536d6f83e9
5SHA512 (virtualenv-13.1.2.tar.gz) = 7ba753e866b20dcba90b4e0c84da2860a4bd8ee7698c4154b38937ac990e0d140e5116e6c08df995ee7fa5c24d9f64b28ab062f365d48fef52fe477285bfaef9 5SHA512 (virtualenv-14.0.1.tar.gz) = bfa0b1d4d5c4193c2140a6211d9a6fb1cb801f4f9919513c59979a10a6badf1b2907af858a6c079abf2b268a7968b80f2611d82e65eceaed4648266f2b9f0ff1
6Size (virtualenv-13.1.2.tar.gz) = 1719609 bytes 6Size (virtualenv-14.0.1.tar.gz) = 1793540 bytes