Mon Sep 12 08:07:09 2016 UTC ()
Updated py-setuptools to 27.1.2.

v27.1.2
-------

* #779 via #781: Fix circular import.

v27.1.1
-------

* #778: Fix MSVC monkeypatching.

v27.1.0
-------

* Introduce the (private) ``monkey`` module to encapsulate
  the distutils monkeypatching behavior.

v27.0.0
-------

* Now use Warehouse by default for
  ``upload``, patching ``distutils.config.PyPIRCCommand`` to
  affect default behavior.

  Any config in .pypirc should be updated to replace

    https://pypi.python.org/pypi/

  with

    https://upload.pypi.org/legacy/

  Similarly, any passwords stored in the keyring should be
  updated to use this new value for "system".

  The ``upload_docs`` command will continue to use the python.org
  site, but the command is now deprecated. Users are urged to use
  Read The Docs instead.

* #776: Use EXT_SUFFIX for py_limited_api renaming.

* #774 and #775: Use LegacyVersion from packaging when
  detecting numpy versions.


(wiz)
diff -r1.108 -r1.109 pkgsrc/devel/py-setuptools/Makefile
diff -r1.31 -r1.32 pkgsrc/devel/py-setuptools/PLIST
diff -r1.86 -r1.87 pkgsrc/devel/py-setuptools/distinfo

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

--- pkgsrc/devel/py-setuptools/Makefile 2016/09/01 16:59:21 1.108
+++ pkgsrc/devel/py-setuptools/Makefile 2016/09/12 08:07:09 1.109
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.108 2016/09/01 16:59:21 wiz Exp $ 1# $NetBSD: Makefile,v 1.109 2016/09/12 08:07:09 wiz Exp $
2 2
3DISTNAME= setuptools-26.1.1 3DISTNAME= setuptools-27.1.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.31 -r1.32 pkgsrc/devel/py-setuptools/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/py-setuptools/PLIST 2016/09/01 16:59:21 1.31
+++ pkgsrc/devel/py-setuptools/PLIST 2016/09/12 08:07:09 1.32
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.31 2016/09/01 16:59:21 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.32 2016/09/12 08:07:09 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
@@ -135,26 +135,29 @@ ${PYSITELIB}/setuptools/dist.pyc @@ -135,26 +135,29 @@ ${PYSITELIB}/setuptools/dist.pyc
135${PYSITELIB}/setuptools/dist.pyo 135${PYSITELIB}/setuptools/dist.pyo
136${PYSITELIB}/setuptools/extension.py 136${PYSITELIB}/setuptools/extension.py
137${PYSITELIB}/setuptools/extension.pyc 137${PYSITELIB}/setuptools/extension.pyc
138${PYSITELIB}/setuptools/extension.pyo 138${PYSITELIB}/setuptools/extension.pyo
139${PYSITELIB}/setuptools/extern/__init__.py 139${PYSITELIB}/setuptools/extern/__init__.py
140${PYSITELIB}/setuptools/extern/__init__.pyc 140${PYSITELIB}/setuptools/extern/__init__.pyc
141${PYSITELIB}/setuptools/extern/__init__.pyo 141${PYSITELIB}/setuptools/extern/__init__.pyo
142${PYSITELIB}/setuptools/launch.py 142${PYSITELIB}/setuptools/launch.py
143${PYSITELIB}/setuptools/launch.pyc 143${PYSITELIB}/setuptools/launch.pyc
144${PYSITELIB}/setuptools/launch.pyo 144${PYSITELIB}/setuptools/launch.pyo
145${PYSITELIB}/setuptools/lib2to3_ex.py 145${PYSITELIB}/setuptools/lib2to3_ex.py
146${PYSITELIB}/setuptools/lib2to3_ex.pyc 146${PYSITELIB}/setuptools/lib2to3_ex.pyc
147${PYSITELIB}/setuptools/lib2to3_ex.pyo 147${PYSITELIB}/setuptools/lib2to3_ex.pyo
 148${PYSITELIB}/setuptools/monkey.py
 149${PYSITELIB}/setuptools/monkey.pyc
 150${PYSITELIB}/setuptools/monkey.pyo
148${PYSITELIB}/setuptools/msvc.py 151${PYSITELIB}/setuptools/msvc.py
149${PYSITELIB}/setuptools/msvc.pyc 152${PYSITELIB}/setuptools/msvc.pyc
150${PYSITELIB}/setuptools/msvc.pyo 153${PYSITELIB}/setuptools/msvc.pyo
151${PYSITELIB}/setuptools/package_index.py 154${PYSITELIB}/setuptools/package_index.py
152${PYSITELIB}/setuptools/package_index.pyc 155${PYSITELIB}/setuptools/package_index.pyc
153${PYSITELIB}/setuptools/package_index.pyo 156${PYSITELIB}/setuptools/package_index.pyo
154${PYSITELIB}/setuptools/py26compat.py 157${PYSITELIB}/setuptools/py26compat.py
155${PYSITELIB}/setuptools/py26compat.pyc 158${PYSITELIB}/setuptools/py26compat.pyc
156${PYSITELIB}/setuptools/py26compat.pyo 159${PYSITELIB}/setuptools/py26compat.pyo
157${PYSITELIB}/setuptools/py27compat.py 160${PYSITELIB}/setuptools/py27compat.py
158${PYSITELIB}/setuptools/py27compat.pyc 161${PYSITELIB}/setuptools/py27compat.pyc
159${PYSITELIB}/setuptools/py27compat.pyo 162${PYSITELIB}/setuptools/py27compat.pyo
160${PYSITELIB}/setuptools/py31compat.py 163${PYSITELIB}/setuptools/py31compat.py

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

--- pkgsrc/devel/py-setuptools/distinfo 2016/09/01 16:59:21 1.86
+++ pkgsrc/devel/py-setuptools/distinfo 2016/09/12 08:07:09 1.87
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.86 2016/09/01 16:59:21 wiz Exp $ 1$NetBSD: distinfo,v 1.87 2016/09/12 08:07:09 wiz Exp $
2 2
3SHA1 (setuptools-26.1.1.tar.gz) = 56996d43ac21bcde0171e3578af9011c8a3265bd 3SHA1 (setuptools-27.1.2.tar.gz) = 2b4d767eb90b529a0fb48c097b8cfcb3c6bebf13
4RMD160 (setuptools-26.1.1.tar.gz) = 9a61062c72b32b92daadd7a36bfd1be425b98685 4RMD160 (setuptools-27.1.2.tar.gz) = 8eaa75b918bf3b62fa74f8b3de5d668be6ecc6c2
5SHA512 (setuptools-26.1.1.tar.gz) = e9f5fb73022bd5584d3aa84c265338d93b6033d0f3af5fba1c7aeb4a949f7723573fb9e2586b29eca73030581b1ca4a529c7650e49d279946ef530b70487ccc7 5SHA512 (setuptools-27.1.2.tar.gz) = de128b665e9693e80bb8cd8fe3692cf68d3df8cf796fef135cb28fdfb0848ed90d5e28a67fbe7c1e1cc61683ccb4f2d41f02b70ad214ad32f0a428b4f3e78c47
6Size (setuptools-26.1.1.tar.gz) = 637041 bytes 6Size (setuptools-27.1.2.tar.gz) = 637767 bytes
7SHA1 (patch-setup.py) = 21fda11ff2f33c57ec49e18375cf7d7b8f8388bf 7SHA1 (patch-setup.py) = 21fda11ff2f33c57ec49e18375cf7d7b8f8388bf