pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-setuptools Updated py-setuptools to 36.0.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c4e97db6997
branches:  trunk
changeset: 363121:1c4e97db6997
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jun 01 13:30:03 2017 +0000

description:
Updated py-setuptools to 36.0.1.

v36.0.1
-------

* #1042: Fix import in py27compat module that still
  referenced six directly, rather than through the externs
  module (vendored packages hook).

v36.0.0
-------

* #980 and others: Once again, Setuptools vendors all
  of its dependencies. It seems to be the case that in
  the Python ecosystem, all build tools must run without
  any dependencies (build, runtime, or otherwise). At
  such a point that a mechanism exists that allows
  build tools to have dependencies, Setuptools will adopt
  it.

diffstat:

 devel/py-setuptools/Makefile |  11 +++++----
 devel/py-setuptools/PLIST    |  47 +++++++++++++++++++++++++++++++++++++++++++-
 devel/py-setuptools/distinfo |  10 ++++----
 3 files changed, 57 insertions(+), 11 deletions(-)

diffs (110 lines):

diff -r a63edd552818 -r 1c4e97db6997 devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile      Thu Jun 01 13:29:18 2017 +0000
+++ b/devel/py-setuptools/Makefile      Thu Jun 01 13:30:03 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.130 2017/05/02 10:57:16 wiz Exp $
+# $NetBSD: Makefile,v 1.131 2017/06/01 13:30:03 wiz Exp $
 
-DISTNAME=      setuptools-35.0.2
+DISTNAME=      setuptools-36.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/setuptools/}
@@ -12,9 +12,10 @@
 LICENSE=       python-software-foundation OR zpl-2.0
 
 DEPENDS+=              ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
-DEPENDS+=              ${PYPKGPREFIX}-appdirs-[0-9]*:../../devel/py-appdirs
-DEPENDS+=              ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
-DEPENDS+=              ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+# included again since 36.0 in vendored version
+#DEPENDS+=             ${PYPKGPREFIX}-appdirs-[0-9]*:../../devel/py-appdirs
+#DEPENDS+=             ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
+#DEPENDS+=             ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 # needed for tests, but would introduce dependency cycle
 #BUILD_DEPENDS+=       ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
diff -r a63edd552818 -r 1c4e97db6997 devel/py-setuptools/PLIST
--- a/devel/py-setuptools/PLIST Thu Jun 01 13:29:18 2017 +0000
+++ b/devel/py-setuptools/PLIST Thu Jun 01 13:30:03 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.38 2017/02/08 12:11:22 wiz Exp $
+@comment $NetBSD: PLIST,v 1.39 2017/06/01 13:30:03 wiz Exp $
 bin/easy_install-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_FILE}/PKG-INFO
 ${PYSITELIB}/${EGG_FILE}/SOURCES.txt
@@ -13,6 +13,48 @@
 ${PYSITELIB}/pkg_resources/__init__.py
 ${PYSITELIB}/pkg_resources/__init__.pyc
 ${PYSITELIB}/pkg_resources/__init__.pyo
+${PYSITELIB}/pkg_resources/_vendor/__init__.py
+${PYSITELIB}/pkg_resources/_vendor/__init__.pyc
+${PYSITELIB}/pkg_resources/_vendor/__init__.pyo
+${PYSITELIB}/pkg_resources/_vendor/appdirs.py
+${PYSITELIB}/pkg_resources/_vendor/appdirs.pyc
+${PYSITELIB}/pkg_resources/_vendor/appdirs.pyo
+${PYSITELIB}/pkg_resources/_vendor/packaging/__about__.py
+${PYSITELIB}/pkg_resources/_vendor/packaging/__about__.pyc
+${PYSITELIB}/pkg_resources/_vendor/packaging/__about__.pyo
+${PYSITELIB}/pkg_resources/_vendor/packaging/__init__.py
+${PYSITELIB}/pkg_resources/_vendor/packaging/__init__.pyc
+${PYSITELIB}/pkg_resources/_vendor/packaging/__init__.pyo
+${PYSITELIB}/pkg_resources/_vendor/packaging/_compat.py
+${PYSITELIB}/pkg_resources/_vendor/packaging/_compat.pyc
+${PYSITELIB}/pkg_resources/_vendor/packaging/_compat.pyo
+${PYSITELIB}/pkg_resources/_vendor/packaging/_structures.py
+${PYSITELIB}/pkg_resources/_vendor/packaging/_structures.pyc
+${PYSITELIB}/pkg_resources/_vendor/packaging/_structures.pyo
+${PYSITELIB}/pkg_resources/_vendor/packaging/markers.py
+${PYSITELIB}/pkg_resources/_vendor/packaging/markers.pyc
+${PYSITELIB}/pkg_resources/_vendor/packaging/markers.pyo
+${PYSITELIB}/pkg_resources/_vendor/packaging/requirements.py
+${PYSITELIB}/pkg_resources/_vendor/packaging/requirements.pyc
+${PYSITELIB}/pkg_resources/_vendor/packaging/requirements.pyo
+${PYSITELIB}/pkg_resources/_vendor/packaging/specifiers.py
+${PYSITELIB}/pkg_resources/_vendor/packaging/specifiers.pyc
+${PYSITELIB}/pkg_resources/_vendor/packaging/specifiers.pyo
+${PYSITELIB}/pkg_resources/_vendor/packaging/utils.py
+${PYSITELIB}/pkg_resources/_vendor/packaging/utils.pyc
+${PYSITELIB}/pkg_resources/_vendor/packaging/utils.pyo
+${PYSITELIB}/pkg_resources/_vendor/packaging/version.py
+${PYSITELIB}/pkg_resources/_vendor/packaging/version.pyc
+${PYSITELIB}/pkg_resources/_vendor/packaging/version.pyo
+${PYSITELIB}/pkg_resources/_vendor/pyparsing.py
+${PYSITELIB}/pkg_resources/_vendor/pyparsing.pyc
+${PYSITELIB}/pkg_resources/_vendor/pyparsing.pyo
+${PYSITELIB}/pkg_resources/_vendor/six.py
+${PYSITELIB}/pkg_resources/_vendor/six.pyc
+${PYSITELIB}/pkg_resources/_vendor/six.pyo
+${PYSITELIB}/pkg_resources/extern/__init__.py
+${PYSITELIB}/pkg_resources/extern/__init__.pyc
+${PYSITELIB}/pkg_resources/extern/__init__.pyo
 ${PYSITELIB}/setuptools/__init__.py
 ${PYSITELIB}/setuptools/__init__.pyc
 ${PYSITELIB}/setuptools/__init__.pyo
@@ -110,6 +152,9 @@
 ${PYSITELIB}/setuptools/extension.py
 ${PYSITELIB}/setuptools/extension.pyc
 ${PYSITELIB}/setuptools/extension.pyo
+${PYSITELIB}/setuptools/extern/__init__.py
+${PYSITELIB}/setuptools/extern/__init__.pyc
+${PYSITELIB}/setuptools/extern/__init__.pyo
 ${PYSITELIB}/setuptools/glob.py
 ${PYSITELIB}/setuptools/glob.pyc
 ${PYSITELIB}/setuptools/glob.pyo
diff -r a63edd552818 -r 1c4e97db6997 devel/py-setuptools/distinfo
--- a/devel/py-setuptools/distinfo      Thu Jun 01 13:29:18 2017 +0000
+++ b/devel/py-setuptools/distinfo      Thu Jun 01 13:30:03 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.108 2017/05/02 10:57:16 wiz Exp $
+$NetBSD: distinfo,v 1.109 2017/06/01 13:30:03 wiz Exp $
 
-SHA1 (setuptools-35.0.2.zip) = ee184d62ef18ee5cfdf911b74d8540a01066c26a
-RMD160 (setuptools-35.0.2.zip) = f913aff2510476b6bc7dd1df1b0dd928eed12fe1
-SHA512 (setuptools-35.0.2.zip) = f80789cef8fe86ff1989e7f769637d1f6cb2008c6190609b8f8c5b4fdb63fac83267709895c7f502a09a693779b41e6ee0551e94f3348b64b6108dbc9629a116
-Size (setuptools-35.0.2.zip) = 624829 bytes
+SHA1 (setuptools-36.0.1.zip) = 1974a217062256dd3db5600dcfa2e35937daf1e6
+RMD160 (setuptools-36.0.1.zip) = b439228ce682fd99b1300905d9d85222a942270e
+SHA512 (setuptools-36.0.1.zip) = cbcd2591d0d8a7591c5d9a1d4173814afa0b984af29f2e34d26a37c357474b043f371978ac224cea12f50834d91babd9f14b137488c4edcd62594e91aff903d8
+Size (setuptools-36.0.1.zip) = 711296 bytes
 SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2



Home | Main Index | Thread Index | Old Index