summaryrefslogtreecommitdiff
path: root/devel/py-virtualenv
diff options
context:
space:
mode:
authorrodent <rodent>2014-01-16 02:57:42 +0000
committerrodent <rodent>2014-01-16 02:57:42 +0000
commit88beb5978520d4bedcfcc97ece527d76ee0abafa (patch)
tree15ca46ef085dc74ca9f14be5cf8c4502a57c7b5c /devel/py-virtualenv
parent3006196135ffa4626a62f8db4cc3a7e415af07c9 (diff)
downloadpkgsrc-88beb5978520d4bedcfcc97ece527d76ee0abafa.tar.gz
Update to latest release, 1.11. From doc/news.rst:
1.11 (2014-01-02) ~~~~~~~~~~~~~~~~~ * **BACKWARDS INCOMPATIBLE** Switched to using wheels for the bundled copies of setuptools and pip. Using sdists is no longer supported - users supplying their own versions of pip/setuptools will need to provide wheels. * **BACKWARDS INCOMPATIBLE** Modified the handling of ``--extra-search-dirs``. This option now works like pip's ``--find-links`` option, in that it adds extra directories to search for compatible wheels for pip and setuptools. The actual wheel selected is chosen based on version and compatibility, using the same algorithm as ``pip install setuptools``. * Upgraded pip to v1.5 * Upgraded setuptools to v1.4
Diffstat (limited to 'devel/py-virtualenv')
-rw-r--r--devel/py-virtualenv/Makefile5
-rw-r--r--devel/py-virtualenv/PLIST6
-rw-r--r--devel/py-virtualenv/distinfo8
3 files changed, 10 insertions, 9 deletions
diff --git a/devel/py-virtualenv/Makefile b/devel/py-virtualenv/Makefile
index d81b630a2ab..b3cb9b11b6c 100644
--- a/devel/py-virtualenv/Makefile
+++ b/devel/py-virtualenv/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2013/08/15 10:44:10 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2014/01/16 02:57:42 rodent Exp $
-DISTNAME= virtualenv-1.10.1
+DISTNAME= virtualenv-1.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= http://pypi.python.org/packages/source/v/virtualenv/
+FETCH_USING= curl
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pypi.python.org/pypi/virtualenv
diff --git a/devel/py-virtualenv/PLIST b/devel/py-virtualenv/PLIST
index 2e205881165..4fd92cc1473 100644
--- a/devel/py-virtualenv/PLIST
+++ b/devel/py-virtualenv/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2013/08/15 10:44:10 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2014/01/16 02:57:42 rodent 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.4.1.tar.gz
-${PYSITELIB}/virtualenv_support/setuptools-0.9.8.tar.gz
+${PYSITELIB}/virtualenv_support/pip-1.5-py2.py3-none-any.whl
+${PYSITELIB}/virtualenv_support/setuptools-2.0.2-py2.py3-none-any.whl
diff --git a/devel/py-virtualenv/distinfo b/devel/py-virtualenv/distinfo
index 9d8982cc30e..b1645e34570 100644
--- a/devel/py-virtualenv/distinfo
+++ b/devel/py-virtualenv/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2013/08/15 10:44:10 wiz Exp $
+$NetBSD: distinfo,v 1.6 2014/01/16 02:57:42 rodent Exp $
-SHA1 (virtualenv-1.10.1.tar.gz) = 0c441553f97a1ed68bb2032c9ab65e6c3bc38e24
-RMD160 (virtualenv-1.10.1.tar.gz) = c8b0b7f5add048173673ae2259ed792b6a393b93
-Size (virtualenv-1.10.1.tar.gz) = 1325303 bytes
+SHA1 (virtualenv-1.11.tar.gz) = 1f61baf4963a4bbea116049f6970962d6add641f
+RMD160 (virtualenv-1.11.tar.gz) = 9246f46766af44dfd877cd39a17174a1563684a8
+Size (virtualenv-1.11.tar.gz) = 1559703 bytes