Sun Dec 14 15:52:42 2014 UTC ()
Update to 8.0.1:

-----
8.0.1
-----

* Issue #296: Restore support for iteration over parse_version result, but
  deprecated that usage with a warning. Fixes failure with buildout.

---
8.0
---

* Implement `PEP 440 <http://legacy.python.org/dev/peps/pep-0440/>`_ within
  pkg_resources and setuptools. This change
  deprecates some version numbers such that they will no longer be installable
  without using the ``===`` escape hatch. See `the changes to test_resources
  <https://bitbucket.org/pypa/setuptools/commits/dcd552da643c4448056de84c73d56da6d70769d5#chg-setuptools/tests/test_resources.py>`_
  for specific examples of version numbers and specifiers that are no longer
  supported. Setuptools now "vendors" the `packaging
  <https://github.com/pypa/packaging>`_ library.


(wiz)
diff -r1.54 -r1.55 pkgsrc/devel/py-setuptools/Makefile
diff -r1.20 -r1.21 pkgsrc/devel/py-setuptools/PLIST
diff -r1.34 -r1.35 pkgsrc/devel/py-setuptools/distinfo

cvs diff -r1.54 -r1.55 pkgsrc/devel/py-setuptools/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-setuptools/Makefile 2014/10/27 08:40:59 1.54
+++ pkgsrc/devel/py-setuptools/Makefile 2014/12/14 15:52:42 1.55
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.54 2014/10/27 08:40:59 wiz Exp $ 1# $NetBSD: Makefile,v 1.55 2014/12/14 15:52:42 wiz Exp $
2 2
3EGG_VERSION= 7.0 3EGG_VERSION= 8.0.1
4DISTNAME= setuptools-${EGG_VERSION} 4DISTNAME= setuptools-${EGG_VERSION}
5EGG_NAME= setuptools-${EGG_VERSION} 5EGG_NAME= setuptools-${EGG_VERSION}
6PKGNAME= ${PYPKGPREFIX}-setuptools-${EGG_VERSION} 6PKGNAME= ${PYPKGPREFIX}-setuptools-${EGG_VERSION}
7CATEGORIES= devel python 7CATEGORIES= devel python
8MASTER_SITES= https://pypi.python.org/packages/source/s/setuptools/ 8MASTER_SITES= https://pypi.python.org/packages/source/s/setuptools/
9 9
10MAINTAINER= joerg@NetBSD.org 10MAINTAINER= joerg@NetBSD.org
11HOMEPAGE= https://pypi.python.org/pypi/setuptools 11HOMEPAGE= https://pypi.python.org/pypi/setuptools
12COMMENT= New Python packaging system 12COMMENT= New Python packaging system
13LICENSE= python-software-foundation OR zpl 13LICENSE= python-software-foundation OR zpl
14 14
15DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat 15DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
16 16

cvs diff -r1.20 -r1.21 pkgsrc/devel/py-setuptools/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/py-setuptools/PLIST 2014/10/27 08:40:59 1.20
+++ pkgsrc/devel/py-setuptools/PLIST 2014/12/14 15:52:42 1.21
@@ -1,37 +1,58 @@ @@ -1,37 +1,58 @@
1@comment $NetBSD: PLIST,v 1.20 2014/10/27 08:40:59 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.21 2014/12/14 15:52:42 wiz Exp $
2bin/easy_install-${PYVERSSUFFIX} 2bin/easy_install-${PYVERSSUFFIX}
3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
7${PYSITELIB}/${EGG_INFODIR}/requires.txt 7${PYSITELIB}/${EGG_INFODIR}/requires.txt
8${PYSITELIB}/${EGG_INFODIR}/top_level.txt 8${PYSITELIB}/${EGG_INFODIR}/top_level.txt
9${PYSITELIB}/${EGG_INFODIR}/zip-safe 9${PYSITELIB}/${EGG_INFODIR}/zip-safe
10${PYSITELIB}/_markerlib/__init__.py 10${PYSITELIB}/_markerlib/__init__.py
11${PYSITELIB}/_markerlib/__init__.pyc 11${PYSITELIB}/_markerlib/__init__.pyc
12${PYSITELIB}/_markerlib/__init__.pyo 12${PYSITELIB}/_markerlib/__init__.pyo
13${PYSITELIB}/_markerlib/markers.py 13${PYSITELIB}/_markerlib/markers.py
14${PYSITELIB}/_markerlib/markers.pyc 14${PYSITELIB}/_markerlib/markers.pyc
15${PYSITELIB}/_markerlib/markers.pyo 15${PYSITELIB}/_markerlib/markers.pyo
16${PYSITELIB}/easy_install.py 16${PYSITELIB}/easy_install.py
17${PYSITELIB}/easy_install.pyc 17${PYSITELIB}/easy_install.pyc
18${PYSITELIB}/easy_install.pyo 18${PYSITELIB}/easy_install.pyo
19${PYSITELIB}/pkg_resources.py 19${PYSITELIB}/pkg_resources.py
20${PYSITELIB}/pkg_resources.pyc 20${PYSITELIB}/pkg_resources.pyc
21${PYSITELIB}/pkg_resources.pyo 21${PYSITELIB}/pkg_resources.pyo
22${PYSITELIB}/setuptools/__init__.py 22${PYSITELIB}/setuptools/__init__.py
23${PYSITELIB}/setuptools/__init__.pyc 23${PYSITELIB}/setuptools/__init__.pyc
24${PYSITELIB}/setuptools/__init__.pyo 24${PYSITELIB}/setuptools/__init__.pyo
 25${PYSITELIB}/setuptools/_vendor/__init__.py
 26${PYSITELIB}/setuptools/_vendor/__init__.pyc
 27${PYSITELIB}/setuptools/_vendor/__init__.pyo
 28${PYSITELIB}/setuptools/_vendor/packaging/__about__.py
 29${PYSITELIB}/setuptools/_vendor/packaging/__about__.pyc
 30${PYSITELIB}/setuptools/_vendor/packaging/__about__.pyo
 31${PYSITELIB}/setuptools/_vendor/packaging/__init__.py
 32${PYSITELIB}/setuptools/_vendor/packaging/__init__.pyc
 33${PYSITELIB}/setuptools/_vendor/packaging/__init__.pyo
 34${PYSITELIB}/setuptools/_vendor/packaging/_compat.py
 35${PYSITELIB}/setuptools/_vendor/packaging/_compat.pyc
 36${PYSITELIB}/setuptools/_vendor/packaging/_compat.pyo
 37${PYSITELIB}/setuptools/_vendor/packaging/_structures.py
 38${PYSITELIB}/setuptools/_vendor/packaging/_structures.pyc
 39${PYSITELIB}/setuptools/_vendor/packaging/_structures.pyo
 40${PYSITELIB}/setuptools/_vendor/packaging/specifiers.py
 41${PYSITELIB}/setuptools/_vendor/packaging/specifiers.pyc
 42${PYSITELIB}/setuptools/_vendor/packaging/specifiers.pyo
 43${PYSITELIB}/setuptools/_vendor/packaging/version.py
 44${PYSITELIB}/setuptools/_vendor/packaging/version.pyc
 45${PYSITELIB}/setuptools/_vendor/packaging/version.pyo
25${PYSITELIB}/setuptools/archive_util.py 46${PYSITELIB}/setuptools/archive_util.py
26${PYSITELIB}/setuptools/archive_util.pyc 47${PYSITELIB}/setuptools/archive_util.pyc
27${PYSITELIB}/setuptools/archive_util.pyo 48${PYSITELIB}/setuptools/archive_util.pyo
28${PYSITELIB}/setuptools/command/__init__.py 49${PYSITELIB}/setuptools/command/__init__.py
29${PYSITELIB}/setuptools/command/__init__.pyc 50${PYSITELIB}/setuptools/command/__init__.pyc
30${PYSITELIB}/setuptools/command/__init__.pyo 51${PYSITELIB}/setuptools/command/__init__.pyo
31${PYSITELIB}/setuptools/command/alias.py 52${PYSITELIB}/setuptools/command/alias.py
32${PYSITELIB}/setuptools/command/alias.pyc 53${PYSITELIB}/setuptools/command/alias.pyc
33${PYSITELIB}/setuptools/command/alias.pyo 54${PYSITELIB}/setuptools/command/alias.pyo
34${PYSITELIB}/setuptools/command/bdist_egg.py 55${PYSITELIB}/setuptools/command/bdist_egg.py
35${PYSITELIB}/setuptools/command/bdist_egg.pyc 56${PYSITELIB}/setuptools/command/bdist_egg.pyc
36${PYSITELIB}/setuptools/command/bdist_egg.pyo 57${PYSITELIB}/setuptools/command/bdist_egg.pyo
37${PYSITELIB}/setuptools/command/bdist_rpm.py 58${PYSITELIB}/setuptools/command/bdist_rpm.py

cvs diff -r1.34 -r1.35 pkgsrc/devel/py-setuptools/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-setuptools/distinfo 2014/10/27 08:40:59 1.34
+++ pkgsrc/devel/py-setuptools/distinfo 2014/12/14 15:52:42 1.35
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.34 2014/10/27 08:40:59 wiz Exp $ 1$NetBSD: distinfo,v 1.35 2014/12/14 15:52:42 wiz Exp $
2 2
3SHA1 (setuptools-7.0.tar.gz) = 971d3efef71872c9d420df4cff6e04255024f9ae 3SHA1 (setuptools-8.0.1.tar.gz) = da53454658c5fd2a0db515b2e2ce39a30fc52ce2
4RMD160 (setuptools-7.0.tar.gz) = 97add47e557bb4794695544800427c1e280d522e 4RMD160 (setuptools-8.0.1.tar.gz) = 240a53163a6491d1bd3af249fb5ef5b8a22ef747
5Size (setuptools-7.0.tar.gz) = 793737 bytes 5Size (setuptools-8.0.1.tar.gz) = 801353 bytes
6SHA1 (patch-setup.py) = be1078e5e2b6e9ec8c859c2c6e2a4a44fe3c2840 6SHA1 (patch-setup.py) = be1078e5e2b6e9ec8c859c2c6e2a4a44fe3c2840