summaryrefslogtreecommitdiff
path: root/devel/py-setuptools
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-01-04 23:42:47 +0000
committerwiz <wiz@pkgsrc.org>2015-01-04 23:42:47 +0000
commit81a12b6d2a6f872401dc60b294d7b335ea1ebbe1 (patch)
tree309291d5bb2b6cdfb3ee7ac17cb9f2f7b45bb064 /devel/py-setuptools
parent2154b70e0ada5a336031d74da5c334f3f6b03313 (diff)
downloadpkgsrc-81a12b6d2a6f872401dc60b294d7b335ea1ebbe1.tar.gz
Update to 11.0:
---- 11.0 ---- * Interop #3: Upgrade to Packaging 15.0; updates to PEP 440 so that >1.7 does not exclude 1.7.1 but does exclude 1.7.0 and 1.7.0.post1. ------ 10.2.1 ------ * Issue #323: Fix regression in entry point name parsing. ---- 10.2 ---- * Deprecated use of EntryPoint.load(require=False). * Substantial refactoring of all unit tests. Tests are now much leaner and re-use a lot of fixtures and contexts for better clarity of purpose. ---- 10.1 ---- * Issue #320: Added a compatibility implementation of ``sdist._default_revctrl`` so that systems relying on that interface do not fail (namely, Ubuntu 12.04 and similar Debian releases). ------ 10.0.1 ------ * Issue #319: Fixed issue installing pure distutils packages. ---- 10.0 ---- * Issue #313: Removed built-in support for subversion. Projects wishing to retain support for subversion will need to use a third party library. The extant implementation is being ported to `setuptools_svn <https://pypi.python.org/pypi/setuptools_svn>`_. * Issue #315: Updated setuptools to hide its own loaded modules during installation of another package. This change will enable setuptools to upgrade (or downgrade) itself even when its own metadata and implementation change. --- 9.1 --- * Prefer vendored packaging library `as recommended <https://github.com/jaraco/setuptools/commit/170657b68f4b92e7e1bf82f5e19a831f5744af67#commitcomment-9109448>`_. ----- 9.0.1 ----- * Issue #312: Restored presence of pkg_resources API tests (doctest) to sdist. --- 9.0 --- * Issue #314: Disabled support for ``setup_requires`` metadata to avoid issue where Setuptools was unable to upgrade over earlier versions. --- 8.4 --- * Pull Request #106: Now write ``setup_requires`` metadata.
Diffstat (limited to 'devel/py-setuptools')
-rw-r--r--devel/py-setuptools/Makefile4
-rw-r--r--devel/py-setuptools/PLIST34
-rw-r--r--devel/py-setuptools/distinfo8
3 files changed, 26 insertions, 20 deletions
diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile
index e3393425966..61618d16616 100644
--- a/devel/py-setuptools/Makefile
+++ b/devel/py-setuptools/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2014/12/30 17:31:56 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2015/01/04 23:42:47 wiz Exp $
-EGG_VERSION= 8.3
+EGG_VERSION= 11.0
DISTNAME= setuptools-${EGG_VERSION}
PKGNAME= ${PYPKGPREFIX}-setuptools-${EGG_VERSION}
CATEGORIES= devel python
diff --git a/devel/py-setuptools/PLIST b/devel/py-setuptools/PLIST
index d23edbbb939..5f2b5a7163f 100644
--- a/devel/py-setuptools/PLIST
+++ b/devel/py-setuptools/PLIST
@@ -1,12 +1,12 @@
-@comment $NetBSD: PLIST,v 1.22 2014/12/30 14:10:36 wiz Exp $
+@comment $NetBSD: PLIST,v 1.23 2015/01/04 23:42:47 wiz Exp $
bin/easy_install-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/entry_points.txt
+${PYSITELIB}/${EGG_FILE}/requires.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
+${PYSITELIB}/${EGG_FILE}/zip-safe
${PYSITELIB}/_markerlib/__init__.py
${PYSITELIB}/_markerlib/__init__.pyc
${PYSITELIB}/_markerlib/__init__.pyo
@@ -150,15 +150,18 @@ ${PYSITELIB}/setuptools/site-patch.pyo
${PYSITELIB}/setuptools/ssl_support.py
${PYSITELIB}/setuptools/ssl_support.pyc
${PYSITELIB}/setuptools/ssl_support.pyo
-${PYSITELIB}/setuptools/svn_utils.py
-${PYSITELIB}/setuptools/svn_utils.pyc
-${PYSITELIB}/setuptools/svn_utils.pyo
${PYSITELIB}/setuptools/tests/__init__.py
${PYSITELIB}/setuptools/tests/__init__.pyc
${PYSITELIB}/setuptools/tests/__init__.pyo
+${PYSITELIB}/setuptools/tests/contexts.py
+${PYSITELIB}/setuptools/tests/contexts.pyc
+${PYSITELIB}/setuptools/tests/contexts.pyo
${PYSITELIB}/setuptools/tests/environment.py
${PYSITELIB}/setuptools/tests/environment.pyc
${PYSITELIB}/setuptools/tests/environment.pyo
+${PYSITELIB}/setuptools/tests/fixtures.py
+${PYSITELIB}/setuptools/tests/fixtures.pyc
+${PYSITELIB}/setuptools/tests/fixtures.pyo
${PYSITELIB}/setuptools/tests/py26compat.py
${PYSITELIB}/setuptools/tests/py26compat.pyc
${PYSITELIB}/setuptools/tests/py26compat.pyo
@@ -210,15 +213,18 @@ ${PYSITELIB}/setuptools/tests/test_sandbox.pyo
${PYSITELIB}/setuptools/tests/test_sdist.py
${PYSITELIB}/setuptools/tests/test_sdist.pyc
${PYSITELIB}/setuptools/tests/test_sdist.pyo
-${PYSITELIB}/setuptools/tests/test_svn.py
-${PYSITELIB}/setuptools/tests/test_svn.pyc
-${PYSITELIB}/setuptools/tests/test_svn.pyo
${PYSITELIB}/setuptools/tests/test_test.py
${PYSITELIB}/setuptools/tests/test_test.pyc
${PYSITELIB}/setuptools/tests/test_test.pyo
${PYSITELIB}/setuptools/tests/test_upload_docs.py
${PYSITELIB}/setuptools/tests/test_upload_docs.pyc
${PYSITELIB}/setuptools/tests/test_upload_docs.pyo
+${PYSITELIB}/setuptools/tests/test_windows_wrappers.py
+${PYSITELIB}/setuptools/tests/test_windows_wrappers.pyc
+${PYSITELIB}/setuptools/tests/test_windows_wrappers.pyo
+${PYSITELIB}/setuptools/tests/textwrap.py
+${PYSITELIB}/setuptools/tests/textwrap.pyc
+${PYSITELIB}/setuptools/tests/textwrap.pyo
${PYSITELIB}/setuptools/unicode_utils.py
${PYSITELIB}/setuptools/unicode_utils.pyc
${PYSITELIB}/setuptools/unicode_utils.pyo
diff --git a/devel/py-setuptools/distinfo b/devel/py-setuptools/distinfo
index e4ba6f2aec2..263a2f9744f 100644
--- a/devel/py-setuptools/distinfo
+++ b/devel/py-setuptools/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.36 2014/12/30 14:10:36 wiz Exp $
+$NetBSD: distinfo,v 1.37 2015/01/04 23:42:47 wiz Exp $
-SHA1 (setuptools-8.3.tar.gz) = daddb420c8e58f37643bc5cd92336261b360d1f0
-RMD160 (setuptools-8.3.tar.gz) = 0bdfed17bbd82cce05691f88a754e59ce66697de
-Size (setuptools-8.3.tar.gz) = 804533 bytes
+SHA1 (setuptools-11.0.tar.gz) = 6dcd7f04f946cf572036cf81e4d9594a28f66c06
+RMD160 (setuptools-11.0.tar.gz) = 7fcec1df1e0c23d4f53c17cc1cfe46d1990f9c0f
+Size (setuptools-11.0.tar.gz) = 636520 bytes
SHA1 (patch-setup.py) = be1078e5e2b6e9ec8c859c2c6e2a4a44fe3c2840