summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-07-28 20:44:46 +0000
committerwiz <wiz@pkgsrc.org>2013-07-28 20:44:46 +0000
commit629342ef1a4f8fbaa126c8372c485b7eedda6d33 (patch)
treee3bc5cc8cb154851e837c9f08d5012c64c8d33e3 /devel
parent8c9bfb5b917fed0f9ed1c5c4ac74941e5bfc97ed (diff)
downloadpkgsrc-629342ef1a4f8fbaa126c8372c485b7eedda6d33.tar.gz
Update to 1.10:
1.10 (2013-07-23) ~~~~~~~~~~~~~~~~~ * **BACKWARDS INCOMPATIBLE** Dropped support for Python 2.5. The minimum supported Python version is now Python 2.6. * **BACKWARDS INCOMPATIBLE** Using ``virtualenv.py`` as an isolated script (i.e. without an associated ``virtualenv_support`` directory) is no longer supported for security reasons and will fail with an error. Along with this, ``--never-download`` is now always pinned to ``True``, and is only being maintained in the short term for backward compatibility (Pull #412). * **IMPORTANT** Switched to the new setuptools (v0.9.7) which has been merged with Distribute_ again and works for Python 2 and 3 with one codebase. The ``--distribute`` and ``--setuptools`` options are now no-op. * Updated to pip 1.4. * Added support for PyPy3k * Added the option to use a version number with the ``-p`` option to get the system copy of that Python version (Windows only) * Removed embedded ``ez_setup.py``, ``distribute_setup.py`` and ``distribute_from_egg.py`` files as part of switching to merged setuptools. * Fixed ``--relocatable`` to work better on Windows. * Fixed issue with readline on Windows. .. _Distribute: https://pypi.python.org/pypi/distribute
Diffstat (limited to 'devel')
-rw-r--r--devel/py-virtualenv/Makefile4
-rw-r--r--devel/py-virtualenv/PLIST9
-rw-r--r--devel/py-virtualenv/distinfo8
3 files changed, 10 insertions, 11 deletions
diff --git a/devel/py-virtualenv/Makefile b/devel/py-virtualenv/Makefile
index bb4a6216afb..1a6716a1135 100644
--- a/devel/py-virtualenv/Makefile
+++ b/devel/py-virtualenv/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2013/03/15 21:54:01 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2013/07/28 20:44:46 wiz Exp $
-DISTNAME= virtualenv-1.9.1
+DISTNAME= virtualenv-1.10
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 7a5e9b3fac9..0aa5b8b61e9 100644
--- a/devel/py-virtualenv/PLIST
+++ b/devel/py-virtualenv/PLIST
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2013/03/15 21:54:01 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2013/07/28 20:44:46 wiz Exp $
bin/virtualenv
-bin/virtualenv-${PYVERSSUFFIX}
+bin/virtualenv-2.7
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -13,6 +13,5 @@ ${PYSITELIB}/virtualenv.pyo
${PYSITELIB}/virtualenv_support/__init__.py
${PYSITELIB}/virtualenv_support/__init__.pyc
${PYSITELIB}/virtualenv_support/__init__.pyo
-${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
+${PYSITELIB}/virtualenv_support/pip-1.4.tar.gz
+${PYSITELIB}/virtualenv_support/setuptools-0.9.7.tar.gz
diff --git a/devel/py-virtualenv/distinfo b/devel/py-virtualenv/distinfo
index 36460460176..af9a3fb42e9 100644
--- a/devel/py-virtualenv/distinfo
+++ b/devel/py-virtualenv/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2013/03/15 21:54:01 wiz Exp $
+$NetBSD: distinfo,v 1.4 2013/07/28 20:44:46 wiz Exp $
-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
+SHA1 (virtualenv-1.10.tar.gz) = 79fafb879eba3c35a386ba3579dff5289f1acf8f
+RMD160 (virtualenv-1.10.tar.gz) = a859024ebf57a2cd5cbb3f3b68a377772e60dc7a
+Size (virtualenv-1.10.tar.gz) = 1323297 bytes