diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-27 19:15:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-27 19:15:55 +0000 |
commit | 586e6d216a3ab76f9a743a537b374abdca0812f4 (patch) | |
tree | 03164995b7a5bb6c10e678d388b23082c957607d /devel | |
parent | aacee1e2425cf3e97ee0795ac21e25e6d0eb4b8d (diff) | |
download | pkgsrc-586e6d216a3ab76f9a743a537b374abdca0812f4.tar.gz |
Update to 1.11.2:
1.11.2 (2014-01-26)
~~~~~~~~~~~~~~~~~~~
* Fixed easy_install installed virtualenvs by updated pip to 1.5.2
1.11.1 (2014-01-20)
~~~~~~~~~~~~~~~~~~~
* Fixed an issue where pip and setuptools were not getting installed when using
the ``--system-site-packages`` flag.
* Updated setuptools to fix an issue when installed with easy_install
* Fixed an issue with Python 3.4 and sys.stdout encoding being set to ascii
* Upgraded pip to v1.5.1
* Upgraded setuptools to v2.1
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 | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/devel/py-virtualenv/Makefile b/devel/py-virtualenv/Makefile index 1a9533cd398..0f9180c4a30 100644 --- a/devel/py-virtualenv/Makefile +++ b/devel/py-virtualenv/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2014/01/27 18:41:12 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2014/01/27 19:15:55 wiz Exp $ -DISTNAME= virtualenv-1.11 +DISTNAME= virtualenv-1.11.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= http://pypi.python.org/packages/source/v/virtualenv/ diff --git a/devel/py-virtualenv/PLIST b/devel/py-virtualenv/PLIST index 4fd92cc1473..f4277c8d64f 100644 --- a/devel/py-virtualenv/PLIST +++ b/devel/py-virtualenv/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2014/01/16 02:57:42 rodent Exp $ +@comment $NetBSD: PLIST,v 1.8 2014/01/27 19:15:55 wiz Exp $ bin/virtualenv bin/virtualenv-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO @@ -13,5 +13,5 @@ ${PYSITELIB}/virtualenv.pyo ${PYSITELIB}/virtualenv_support/__init__.py ${PYSITELIB}/virtualenv_support/__init__.pyc ${PYSITELIB}/virtualenv_support/__init__.pyo -${PYSITELIB}/virtualenv_support/pip-1.5-py2.py3-none-any.whl -${PYSITELIB}/virtualenv_support/setuptools-2.0.2-py2.py3-none-any.whl +${PYSITELIB}/virtualenv_support/pip-1.5.2-py2.py3-none-any.whl +${PYSITELIB}/virtualenv_support/setuptools-2.1-py2.py3-none-any.whl diff --git a/devel/py-virtualenv/distinfo b/devel/py-virtualenv/distinfo index b1645e34570..47706923cd7 100644 --- a/devel/py-virtualenv/distinfo +++ b/devel/py-virtualenv/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2014/01/16 02:57:42 rodent Exp $ +$NetBSD: distinfo,v 1.7 2014/01/27 19:15:55 wiz Exp $ -SHA1 (virtualenv-1.11.tar.gz) = 1f61baf4963a4bbea116049f6970962d6add641f -RMD160 (virtualenv-1.11.tar.gz) = 9246f46766af44dfd877cd39a17174a1563684a8 -Size (virtualenv-1.11.tar.gz) = 1559703 bytes +SHA1 (virtualenv-1.11.2.tar.gz) = eeac337e0c1f950d859bf5ba7ce98a01362752e0 +RMD160 (virtualenv-1.11.2.tar.gz) = f806d4036c9ae446a9dee286d78edd99175229c5 +Size (virtualenv-1.11.2.tar.gz) = 1755846 bytes |