Mon Dec 12 14:58:18 2016 UTC ()
Updated py-setuptools to 30.4.0.

v30.4.0
-------

* #879: For declarative config:
  - read_configuration() now accepts ignore_option_errors argument. This allows scraping tools to read metadata without a need to download entire packages. E.g. we can gather some stats right from GitHub repos just by downloading setup.cfg.
  - packages find: directive now supports fine tuning from a subsection. The same arguments as for find() are accepted.

v30.3.0
-------

* #394 via #862: Added support for `declarative package
  config in a setup.cfg file
  <http://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files>`_.

v30.2.1
-------

* #850: In test command, invoke unittest.main with
  indication not to exit the process.

v30.2.0
-------

* #854: Bump to vendored Packaging 16.8.

v30.1.0
-------

* #846: Also trap 'socket.error' when opening URLs in
  package_index.

* #849: Manifest processing now matches the filename
  pattern anywhere in the filename and not just at the
  start. Restores behavior found prior to 28.5.0.

v30.0.0
-------

* #864: Drop support for Python 3.2. Systems requiring
  Python 3.2 support must use 'setuptools < 30'.

* #825: Suppress warnings for single files.

* #830 via #843: Once again restored inclusion of data
  files to sdists, but now trap TypeError caused by
  techniques employed rjsmin and similar.


(wiz)
diff -r1.118 -r1.119 pkgsrc/devel/py-setuptools/Makefile
diff -r1.35 -r1.36 pkgsrc/devel/py-setuptools/PLIST
diff -r1.96 -r1.97 pkgsrc/devel/py-setuptools/distinfo

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

--- pkgsrc/devel/py-setuptools/Makefile 2016/11/28 13:57:16 1.118
+++ pkgsrc/devel/py-setuptools/Makefile 2016/12/12 14:58:18 1.119
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.118 2016/11/28 13:57:16 wiz Exp $ 1# $NetBSD: Makefile,v 1.119 2016/12/12 14:58:18 wiz Exp $
2 2
3DISTNAME= setuptools-29.0.1 3DISTNAME= setuptools-30.4.0
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.35 -r1.36 pkgsrc/devel/py-setuptools/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/py-setuptools/PLIST 2016/11/28 13:57:16 1.35
+++ pkgsrc/devel/py-setuptools/PLIST 2016/12/12 14:58:18 1.36
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.35 2016/11/28 13:57:16 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.36 2016/12/12 14:58:18 wiz Exp $
2bin/easy_install-${PYVERSSUFFIX} 2bin/easy_install-${PYVERSSUFFIX}
3${PYSITELIB}/${EGG_FILE}/PKG-INFO 3${PYSITELIB}/${EGG_FILE}/PKG-INFO
4${PYSITELIB}/${EGG_FILE}/SOURCES.txt 4${PYSITELIB}/${EGG_FILE}/SOURCES.txt
5${PYSITELIB}/${EGG_FILE}/dependency_links.txt 5${PYSITELIB}/${EGG_FILE}/dependency_links.txt
6${PYSITELIB}/${EGG_FILE}/entry_points.txt 6${PYSITELIB}/${EGG_FILE}/entry_points.txt
7${PYSITELIB}/${EGG_FILE}/requires.txt 7${PYSITELIB}/${EGG_FILE}/requires.txt
8${PYSITELIB}/${EGG_FILE}/top_level.txt 8${PYSITELIB}/${EGG_FILE}/top_level.txt
9${PYSITELIB}/${EGG_FILE}/zip-safe 9${PYSITELIB}/${EGG_FILE}/zip-safe
10${PYSITELIB}/easy_install.py 10${PYSITELIB}/easy_install.py
11${PYSITELIB}/easy_install.pyc 11${PYSITELIB}/easy_install.pyc
12${PYSITELIB}/easy_install.pyo 12${PYSITELIB}/easy_install.pyo
13${PYSITELIB}/pkg_resources/__init__.py 13${PYSITELIB}/pkg_resources/__init__.py
14${PYSITELIB}/pkg_resources/__init__.pyc 14${PYSITELIB}/pkg_resources/__init__.pyc
@@ -124,26 +124,29 @@ ${PYSITELIB}/setuptools/command/sdist.py @@ -124,26 +124,29 @@ ${PYSITELIB}/setuptools/command/sdist.py
124${PYSITELIB}/setuptools/command/sdist.pyo 124${PYSITELIB}/setuptools/command/sdist.pyo
125${PYSITELIB}/setuptools/command/setopt.py 125${PYSITELIB}/setuptools/command/setopt.py
126${PYSITELIB}/setuptools/command/setopt.pyc 126${PYSITELIB}/setuptools/command/setopt.pyc
127${PYSITELIB}/setuptools/command/setopt.pyo 127${PYSITELIB}/setuptools/command/setopt.pyo
128${PYSITELIB}/setuptools/command/test.py 128${PYSITELIB}/setuptools/command/test.py
129${PYSITELIB}/setuptools/command/test.pyc 129${PYSITELIB}/setuptools/command/test.pyc
130${PYSITELIB}/setuptools/command/test.pyo 130${PYSITELIB}/setuptools/command/test.pyo
131${PYSITELIB}/setuptools/command/upload.py 131${PYSITELIB}/setuptools/command/upload.py
132${PYSITELIB}/setuptools/command/upload.pyc 132${PYSITELIB}/setuptools/command/upload.pyc
133${PYSITELIB}/setuptools/command/upload.pyo 133${PYSITELIB}/setuptools/command/upload.pyo
134${PYSITELIB}/setuptools/command/upload_docs.py 134${PYSITELIB}/setuptools/command/upload_docs.py
135${PYSITELIB}/setuptools/command/upload_docs.pyc 135${PYSITELIB}/setuptools/command/upload_docs.pyc
136${PYSITELIB}/setuptools/command/upload_docs.pyo 136${PYSITELIB}/setuptools/command/upload_docs.pyo
 137${PYSITELIB}/setuptools/config.py
 138${PYSITELIB}/setuptools/config.pyc
 139${PYSITELIB}/setuptools/config.pyo
137${PYSITELIB}/setuptools/depends.py 140${PYSITELIB}/setuptools/depends.py
138${PYSITELIB}/setuptools/depends.pyc 141${PYSITELIB}/setuptools/depends.pyc
139${PYSITELIB}/setuptools/depends.pyo 142${PYSITELIB}/setuptools/depends.pyo
140${PYSITELIB}/setuptools/dist.py 143${PYSITELIB}/setuptools/dist.py
141${PYSITELIB}/setuptools/dist.pyc 144${PYSITELIB}/setuptools/dist.pyc
142${PYSITELIB}/setuptools/dist.pyo 145${PYSITELIB}/setuptools/dist.pyo
143${PYSITELIB}/setuptools/extension.py 146${PYSITELIB}/setuptools/extension.py
144${PYSITELIB}/setuptools/extension.pyc 147${PYSITELIB}/setuptools/extension.pyc
145${PYSITELIB}/setuptools/extension.pyo 148${PYSITELIB}/setuptools/extension.pyo
146${PYSITELIB}/setuptools/extern/__init__.py 149${PYSITELIB}/setuptools/extern/__init__.py
147${PYSITELIB}/setuptools/extern/__init__.pyc 150${PYSITELIB}/setuptools/extern/__init__.pyc
148${PYSITELIB}/setuptools/extern/__init__.pyo 151${PYSITELIB}/setuptools/extern/__init__.pyo
149${PYSITELIB}/setuptools/glob.py 152${PYSITELIB}/setuptools/glob.py

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

--- pkgsrc/devel/py-setuptools/distinfo 2016/11/28 13:57:16 1.96
+++ pkgsrc/devel/py-setuptools/distinfo 2016/12/12 14:58:18 1.97
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.96 2016/11/28 13:57:16 wiz Exp $ 1$NetBSD: distinfo,v 1.97 2016/12/12 14:58:18 wiz Exp $
2 2
3SHA1 (setuptools-29.0.1.tar.gz) = 7bf41f3a9f72d5ce30f6deb3a45895e43f2f860c 3SHA1 (setuptools-30.4.0.tar.gz) = 03b2b365e9eabafe3a1959e68e92ad17712b6a14
4RMD160 (setuptools-29.0.1.tar.gz) = a701029de4a13d9966e10d0e69c236514084dd72 4RMD160 (setuptools-30.4.0.tar.gz) = cf7a74eec563c76e0b2722ee1410f1501fd29d04
5SHA512 (setuptools-29.0.1.tar.gz) = dd63c4220fd19ba8cbe991aa49187996a8283e894db510667ea857d8259c200fbb21ffc989c77320ba573377e3a1330c3aa5a76f5ef3c19a640358263fdbf5e1 5SHA512 (setuptools-30.4.0.tar.gz) = 8239262e11c7702165d7539d57982dadd16e61a992529cb4d5f42141d57ffbab46fd928c765d0439ec4f07db1bc252b9a4604901d8f9951e55076438bdd6f515
6Size (setuptools-29.0.1.tar.gz) = 648225 bytes 6Size (setuptools-30.4.0.tar.gz) = 655934 bytes
7SHA1 (patch-setup.py) = 21fda11ff2f33c57ec49e18375cf7d7b8f8388bf 7SHA1 (patch-setup.py) = 21fda11ff2f33c57ec49e18375cf7d7b8f8388bf