summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-07-22 10:00:05 +0000
committerwiz <wiz@pkgsrc.org>2014-07-22 10:00:05 +0000
commitda1b564ab95df87a5833f6dcd3e447a738fee00f (patch)
tree5f0eed44057406ef81d3a7eb2e87704bb8d29a3a
parent139a55c37d63eaea3de037a7b2a18b2a8b691ee5 (diff)
downloadpkgsrc-da1b564ab95df87a5833f6dcd3e447a738fee00f.tar.gz
Update to 5.4.1:
----- 5.4.1 ----- * Python #7776: (ssl_support) Correct usage of host for validation when tunneling for HTTPS. --- 5.4 --- * Issue #154: ``pkg_resources`` will now cache the zip manifests rather than re-processing the same file from disk multiple times, but only if the environment variable ``PKG_RESOURCES_CACHE_ZIP_MANIFESTS`` is set. Clients that package many modules in the same zip file will see some improvement in startup time by enabling this feature. This feature is not enabled by default because it causes a substantial increase in memory usage. --- 5.3 --- * Issue #185: Make svn tagging work on the new style SVN metadata. Thanks cazabon! * Prune revision control directories (e.g .svn) from base path as well as sub-directories. --- 5.2 --- * Added a `Developer Guide <https://pythonhosted.org/setuptools/developer-guide.html>`_ to the official documentation. * Some code refactoring and cleanup was done with no intended behavioral changes. * During install_egg_info, the generated lines for namespace package .pth files are now processed even during a dry run. --- 5.1 --- * Issue #202: Implemented more robust cache invalidation for the ZipImporter, building on the work in Issue #168. Special thanks to Jurko Gospodnetic and PJE. ----- 5.0.2 ----- * Issue #220: Restored script templates.
-rw-r--r--devel/py-setuptools/Makefile10
-rw-r--r--devel/py-setuptools/PLIST10
-rw-r--r--devel/py-setuptools/distinfo8
3 files changed, 14 insertions, 14 deletions
diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile
index 927f419460a..93c547e0531 100644
--- a/devel/py-setuptools/Makefile
+++ b/devel/py-setuptools/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2014/06/15 14:17:08 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2014/07/22 10:00:06 wiz Exp $
-EGG_VERSION= 5.0.1
+EGG_VERSION= 5.4.1
DISTNAME= setuptools-${EGG_VERSION}
EGG_NAME= setuptools-${EGG_VERSION}
PKGNAME= ${PYPKGPREFIX}-setuptools-${EGG_VERSION}
@@ -12,6 +12,8 @@ HOMEPAGE= https://pypi.python.org/pypi/setuptools
COMMENT= New Python packaging system
LICENSE= python-software-foundation OR zpl
+DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+
PYDISTUTILSPKG= yes
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} PYPKGPREFIX=${PYPKGPREFIX}
@@ -30,10 +32,6 @@ PYSETUPINSTALLARGS= --single-version-externally-managed
PYSETUPINSTALLARGS+= --root=/
.endif
-.if ${OPSYS} == "Darwin"
-DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
-.endif
-
# upstream often forgets deleting files, and packages on Windows,
# so permissions are usually wrong
post-install:
diff --git a/devel/py-setuptools/PLIST b/devel/py-setuptools/PLIST
index 77f83a38365..1bf06fe8c49 100644
--- a/devel/py-setuptools/PLIST
+++ b/devel/py-setuptools/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2014/06/15 14:17:08 wiz Exp $
+@comment $NetBSD: PLIST,v 1.18 2014/07/22 10:00:06 wiz Exp $
bin/easy_install-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -118,6 +118,8 @@ ${PYSITELIB}/setuptools/py31compat.pyo
${PYSITELIB}/setuptools/sandbox.py
${PYSITELIB}/setuptools/sandbox.pyc
${PYSITELIB}/setuptools/sandbox.pyo
+${PYSITELIB}/setuptools/script (dev).tmpl
+${PYSITELIB}/setuptools/script.tmpl
${PYSITELIB}/setuptools/site-patch.py
${PYSITELIB}/setuptools/site-patch.pyc
${PYSITELIB}/setuptools/site-patch.pyo
@@ -130,9 +132,6 @@ ${PYSITELIB}/setuptools/svn_utils.pyo
${PYSITELIB}/setuptools/tests/__init__.py
${PYSITELIB}/setuptools/tests/__init__.pyc
${PYSITELIB}/setuptools/tests/__init__.pyo
-${PYSITELIB}/setuptools/tests/doctest.py
-${PYSITELIB}/setuptools/tests/doctest.pyc
-${PYSITELIB}/setuptools/tests/doctest.pyo
${PYSITELIB}/setuptools/tests/environment.py
${PYSITELIB}/setuptools/tests/environment.pyc
${PYSITELIB}/setuptools/tests/environment.pyo
@@ -166,6 +165,9 @@ ${PYSITELIB}/setuptools/tests/test_egg_info.pyo
${PYSITELIB}/setuptools/tests/test_find_packages.py
${PYSITELIB}/setuptools/tests/test_find_packages.pyc
${PYSITELIB}/setuptools/tests/test_find_packages.pyo
+${PYSITELIB}/setuptools/tests/test_integration.py
+${PYSITELIB}/setuptools/tests/test_integration.pyc
+${PYSITELIB}/setuptools/tests/test_integration.pyo
${PYSITELIB}/setuptools/tests/test_markerlib.py
${PYSITELIB}/setuptools/tests/test_markerlib.pyc
${PYSITELIB}/setuptools/tests/test_markerlib.pyo
diff --git a/devel/py-setuptools/distinfo b/devel/py-setuptools/distinfo
index 6399574dd5d..208698006d6 100644
--- a/devel/py-setuptools/distinfo
+++ b/devel/py-setuptools/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2014/06/15 14:17:08 wiz Exp $
+$NetBSD: distinfo,v 1.29 2014/07/22 10:00:06 wiz Exp $
-SHA1 (setuptools-5.0.1.tar.gz) = 08967022405ee730c7e9605aad5b1354cc76dd67
-RMD160 (setuptools-5.0.1.tar.gz) = 94efed0cfb8bc7b91491b5f6213846bc3c20431e
-Size (setuptools-5.0.1.tar.gz) = 800987 bytes
+SHA1 (setuptools-5.4.1.tar.gz) = 113e5688a7fab03004f7b793aa2f718f949515d0
+RMD160 (setuptools-5.4.1.tar.gz) = 569c2c9155bca469e95307b5492cc67fb099f83d
+Size (setuptools-5.4.1.tar.gz) = 782761 bytes
SHA1 (patch-setup.py) = be1078e5e2b6e9ec8c859c2c6e2a4a44fe3c2840