diff options
author | wiz <wiz@pkgsrc.org> | 2013-03-15 21:54:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-03-15 21:54:01 +0000 |
commit | 557097022c062d2c89c61f00b24170d4d601dab4 (patch) | |
tree | 1a22b5df6d7a5e5c8c19af8d399279553813a14b /devel | |
parent | 7ee4f00ad13d545944b0680b7a453ae5cdc9c9f2 (diff) | |
download | pkgsrc-557097022c062d2c89c61f00b24170d4d601dab4.tar.gz |
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).
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 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 |