From 557097022c062d2c89c61f00b24170d4d601dab4 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 15 Mar 2013 21:54:01 +0000 Subject: Update to 1.9.1: 1.9.1 (2013-03-08) ~~~~~~~~~~~~~~~~~~ * Updated to pip 1.3.1 that fixed a major backward incompatible change of parsing URLs to externally hosted packages that got accidentily included in pip 1.3. 1.9 (2013-03-07) ~~~~~~~~~~~~~~~~ * Unset VIRTUAL_ENV environment variable in deactivate.bat (Pull #364) * Upgraded distribute to 0.6.34. * Added ``--no-setuptools`` and ``--no-pip`` options (Pull #336). * Fixed Issue #373. virtualenv-1.8.4 was failing in cygwin (Pull #382). * Fixed Issue #378. virtualenv is now "multiarch" aware on debian/ubuntu (Pull #379). * Fixed issue with readline module path on pypy and OSX (Pull #374). * Made 64bit detection compatible with Python 2.5 (Pull #393). --- devel/py-virtualenv/Makefile | 4 ++-- devel/py-virtualenv/PLIST | 6 +++--- devel/py-virtualenv/distinfo | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'devel') diff --git a/devel/py-virtualenv/Makefile b/devel/py-virtualenv/Makefile index e7121f81eea..bb4a6216afb 100644 --- a/devel/py-virtualenv/Makefile +++ b/devel/py-virtualenv/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2012/12/16 16:09:42 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2013/03/15 21:54:01 wiz Exp $ -DISTNAME= virtualenv-1.8.4 +DISTNAME= virtualenv-1.9.1 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 fee63964f69..7a5e9b3fac9 100644 --- a/devel/py-virtualenv/PLIST +++ b/devel/py-virtualenv/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2012/12/16 16:09:42 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2013/03/15 21:54:01 wiz Exp $ bin/virtualenv bin/virtualenv-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO @@ -13,6 +13,6 @@ ${PYSITELIB}/virtualenv.pyo ${PYSITELIB}/virtualenv_support/__init__.py ${PYSITELIB}/virtualenv_support/__init__.pyc ${PYSITELIB}/virtualenv_support/__init__.pyo -${PYSITELIB}/virtualenv_support/distribute-0.6.31.tar.gz -${PYSITELIB}/virtualenv_support/pip-1.2.1.tar.gz +${PYSITELIB}/virtualenv_support/distribute-0.6.34.tar.gz +${PYSITELIB}/virtualenv_support/pip-1.3.1.tar.gz ${PYSITELIB}/virtualenv_support/setuptools-0.6c11-py${PYVERSSUFFIX}.egg diff --git a/devel/py-virtualenv/distinfo b/devel/py-virtualenv/distinfo index 3f6d322a46a..36460460176 100644 --- a/devel/py-virtualenv/distinfo +++ b/devel/py-virtualenv/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2012/12/16 16:09:42 wiz Exp $ +$NetBSD: distinfo,v 1.3 2013/03/15 21:54:01 wiz Exp $ -SHA1 (virtualenv-1.8.4.tar.gz) = 91f965ade101dcc73be612e65a0d2ef962746280 -RMD160 (virtualenv-1.8.4.tar.gz) = 96f1d9345e1cf27c4375d99420f4c8c065ea6162 -Size (virtualenv-1.8.4.tar.gz) = 1857001 bytes +SHA1 (virtualenv-1.9.1.tar.gz) = b7d1704ec186a71c2fff1706896ecd294b708a55 +RMD160 (virtualenv-1.9.1.tar.gz) = 67813be5625bf5669bf03d233409d992a207ca28 +Size (virtualenv-1.9.1.tar.gz) = 2004589 bytes -- cgit v1.2.3