diff options
author | wiz <wiz@pkgsrc.org> | 2016-11-28 15:15:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-11-28 15:15:40 +0000 |
commit | 0efd78b3f8d945191589742d16c1885b3e74c934 (patch) | |
tree | 7bfcaf01971a3ec402b2fe1d9d61422662c6b301 /devel | |
parent | faad5f1c82e4bec00d028f341a1ef0f65d9f9891 (diff) | |
download | pkgsrc-0efd78b3f8d945191589742d16c1885b3e74c934.tar.gz |
Updated py-virtualenv to 15.1.0.
15.1.0 (2016-11-15)
-------------------
* Support Python 3.6.
* Upgrade setuptools to 28.0.0.
* Upgrade pip to 9.0.1.
* Don't install pre-release versions of pip, setuptools, or wheel from PyPI.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-virtualenv/Makefile | 4 | ||||
-rw-r--r-- | devel/py-virtualenv/PLIST | 6 | ||||
-rw-r--r-- | devel/py-virtualenv/distinfo | 10 |
3 files changed, 10 insertions, 10 deletions
diff --git a/devel/py-virtualenv/Makefile b/devel/py-virtualenv/Makefile index c5e6b3b5b1a..345a7107804 100644 --- a/devel/py-virtualenv/Makefile +++ b/devel/py-virtualenv/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2016/08/28 15:48:31 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2016/11/28 15:15:40 wiz Exp $ -DISTNAME= virtualenv-15.0.3 +DISTNAME= virtualenv-15.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=v/virtualenv/} diff --git a/devel/py-virtualenv/PLIST b/devel/py-virtualenv/PLIST index da71bba0b26..df94b932e23 100644 --- a/devel/py-virtualenv/PLIST +++ b/devel/py-virtualenv/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.30 2016/08/19 15:35:22 wiz Exp $ +@comment $NetBSD: PLIST,v 1.31 2016/11/28 15:15:40 wiz 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/argparse-1.4.0-py2.py3-none-any.whl -${PYSITELIB}/virtualenv_support/pip-8.1.2-py2.py3-none-any.whl -${PYSITELIB}/virtualenv_support/setuptools-22.0.5-py2.py3-none-any.whl +${PYSITELIB}/virtualenv_support/pip-9.0.1-py2.py3-none-any.whl +${PYSITELIB}/virtualenv_support/setuptools-28.8.0-py2.py3-none-any.whl ${PYSITELIB}/virtualenv_support/wheel-0.29.0-py2.py3-none-any.whl diff --git a/devel/py-virtualenv/distinfo b/devel/py-virtualenv/distinfo index 930caeb624d..f08c820ab85 100644 --- a/devel/py-virtualenv/distinfo +++ b/devel/py-virtualenv/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.28 2016/08/19 15:35:22 wiz Exp $ +$NetBSD: distinfo,v 1.29 2016/11/28 15:15:40 wiz Exp $ -SHA1 (virtualenv-15.0.3.tar.gz) = 09606af31b7bf4967ff4c84bfc8f983261951c7e -RMD160 (virtualenv-15.0.3.tar.gz) = bf32c45de7ac2f66d981c624979ff2cf08f498be -SHA512 (virtualenv-15.0.3.tar.gz) = f417dbefe8864be9028ab9efd69844b94550dc7f739688b00c32c15ad4f84a2b0d4885564ed0d0e0b43960a328fe81092cebfb8dd0d4b10a804b42122d9c9621 -Size (virtualenv-15.0.3.tar.gz) = 1849119 bytes +SHA1 (virtualenv-15.1.0.tar.gz) = 995ce0fa007210ac2f10258999d06813ecdd6eeb +RMD160 (virtualenv-15.1.0.tar.gz) = 7060dfd74d078b7e6f49bdeb7c23df083f438760 +SHA512 (virtualenv-15.1.0.tar.gz) = d7e95b8c017ec076210f30b6fd4bb44be2f7dc0257492c25bb00fee597d3ade34226d03539180f1edaf2d27b361f8efdabb92d3476e13785b890878ee1295cb2 +Size (virtualenv-15.1.0.tar.gz) = 1863951 bytes |