Sun Dec 27 22:58:18 2015 UTC ()
Update py-setuptools to 19.2:

----
19.2
----

* Pull Request #163: Add get_command_list method to Distribution.
* Pull Request #162: Add missing whitespace to multiline string
  literals.

------
19.1.1
------

* Issue #476: Cast version to string (using default encoding)
  to avoid creating Unicode types on Python 2 clients.
* Issue #477: In Powershell downloader, use explicit rendering
  of strings, rather than rely on ``repr``, which can be
  incorrect (especially on Python 2).

----
19.1
----

* Issue #215: The bootstrap script ``ez_setup.py`` now
  automatically detects
  the latest version of setuptools (using PyPI JSON API) rather
  than hard-coding a particular value.
* Issue #475: Fix incorrect usage in _translate_metadata2.

----
19.0
----

* Issue #442: Use RawConfigParser for parsing .pypirc file.
  Interpolated values are no longer honored in .pypirc files.

------
18.8.1
------

* Issue #440: Prevent infinite recursion when a SandboxViolation
  or other UnpickleableException occurs in a sandbox context
  with setuptools hidden. Fixes regression introduced in Setuptools
  12.0.


(wiz)
diff -r1.85 -r1.86 pkgsrc/devel/py-setuptools/Makefile
diff -r1.66 -r1.67 pkgsrc/devel/py-setuptools/distinfo

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

--- pkgsrc/devel/py-setuptools/Makefile 2015/12/13 21:08:50 1.85
+++ pkgsrc/devel/py-setuptools/Makefile 2015/12/27 22:58:18 1.86
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.85 2015/12/13 21:08:50 wiz Exp $ 1# $NetBSD: Makefile,v 1.86 2015/12/27 22:58:18 wiz Exp $
2 2
3DISTNAME= setuptools-18.8 3DISTNAME= setuptools-19.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/}
7 7
8MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
9HOMEPAGE= https://pypi.python.org/pypi/setuptools 9HOMEPAGE= https://pypi.python.org/pypi/setuptools
10COMMENT= New Python packaging system 10COMMENT= New Python packaging system
11LICENSE= python-software-foundation OR zpl-2.0 11LICENSE= python-software-foundation OR zpl-2.0
12 12
13DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat 13DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
14# not sure if this would introduce a dependency cycle 14# not sure if this would introduce a dependency cycle
15#BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner 15#BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
16 16

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

--- pkgsrc/devel/py-setuptools/distinfo 2015/12/13 21:08:50 1.66
+++ pkgsrc/devel/py-setuptools/distinfo 2015/12/27 22:58:18 1.67
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.66 2015/12/13 21:08:50 wiz Exp $ 1$NetBSD: distinfo,v 1.67 2015/12/27 22:58:18 wiz Exp $
2 2
3SHA1 (setuptools-18.8.tar.gz) = b98621df4cc4a298a0bfcc9c7ba9be6ba58892b2 3SHA1 (setuptools-19.2.tar.gz) = 6d84c1fdd3eca927dd2cd0f4f4a002ce23df348b
4RMD160 (setuptools-18.8.tar.gz) = 835e271fba6d229a9a0e7d909f3db3a7bc00578b 4RMD160 (setuptools-19.2.tar.gz) = dceb4b4f412f614744f975f5fdea6433bf0ae490
5SHA512 (setuptools-18.8.tar.gz) = 718f8ef19e639450f62e1751715bac65ce2bd218b81614d07c9283a01be3a085ec5422ff9d96a54e74c05135a1a4bb167ece6d4ecece588716d05982c9f25811 5SHA512 (setuptools-19.2.tar.gz) = 2494606930d6d422e8c105e8e5b40a07b23709f361164c5df40ff24c80328b861179652c7212fa38137534206c187bc4de42d249bc686d43fad18f23d0a26126
6Size (setuptools-18.8.tar.gz) = 629367 bytes 6Size (setuptools-19.2.tar.gz) = 641777 bytes
7SHA1 (patch-setup.py) = be1078e5e2b6e9ec8c859c2c6e2a4a44fe3c2840 7SHA1 (patch-setup.py) = be1078e5e2b6e9ec8c859c2c6e2a4a44fe3c2840