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 34.1.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e7ef7cedbbfa
branches:  trunk
changeset: 358276:e7ef7cedbbfa
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Feb 08 12:11:22 2017 +0000

description:
Updated py-setuptools to 34.1.1.

v34.1.1
-------

* #953: More aggressively employ the compatibility issue
  originally added in #706.

v34.1.0
-------

* #930: ``build_info`` now accepts two new parameters
  to optimize and customize the building of C libraries.

v34.0.3
-------

* #947: Loosen restriction on the version of six required,
  restoring compatibility with environments relying on
  six 1.6.0 and later.

v34.0.2
-------

* #882: Ensure extras are honored when building the
  working set.
* #913: Fix issue in develop if package directory has
  a trailing slash.

v34.0.1
-------

* #935: Fix glob syntax in graft.

v34.0.0
-------

* #581: Instead of vendoring the growing list of
  dependencies that Setuptools requires to function,
  Setuptools now requires these dependencies just like
  any other project. Unlike other projects, however,
  Setuptools cannot rely on ``setup_requires`` to
  demand the dependencies it needs to install because
  its own machinery would be necessary to pull those
  dependencies if not present (a bootstrapping problem).
  As a result, Setuptools no longer supports self upgrade or
  installation in the general case. Instead, users are
  directed to use pip to install and upgrade using the
  ``wheel`` distributions of setuptools.

  Users are welcome to contrive other means to install
  or upgrade Setuptools using other means, such as
  pre-installing the Setuptools dependencies with pip
  or a bespoke bootstrap tool, but such usage is not
  recommended and is not supported.

  As discovered in #940, not all versions of pip will
  successfully install Setuptools from its pre-built
  wheel. If you encounter issues with "No module named
  six" or "No module named packaging", especially
  following a line "Running setup.py egg_info for package
  setuptools", then your pip is not new enough.

  There's an additional issue in pip where setuptools
  is upgraded concurrently with other source packages,
  described in pip #4253. The proposed workaround is to
  always upgrade Setuptools first prior to upgrading
  other packages that would upgrade Setuptools.

diffstat:

 devel/py-setuptools/Makefile |   9 ++++--
 devel/py-setuptools/PLIST    |  53 +++++--------------------------------------
 devel/py-setuptools/distinfo |  10 ++++----
 3 files changed, 18 insertions(+), 54 deletions(-)

diffs (128 lines):

diff -r feec62189d1f -r e7ef7cedbbfa devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile      Wed Feb 08 12:11:08 2017 +0000
+++ b/devel/py-setuptools/Makefile      Wed Feb 08 12:11:22 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.121 2017/01/26 18:09:19 adam Exp $
+# $NetBSD: Makefile,v 1.122 2017/02/08 12:11:22 wiz Exp $
 
-DISTNAME=      setuptools-33.1.1
+DISTNAME=      setuptools-34.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/setuptools/}
@@ -12,7 +12,10 @@
 LICENSE=       python-software-foundation OR zpl-2.0
 
 DEPENDS+=              ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
-# not sure if this would introduce a dependency cycle
+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
 
 REPLACE_PYTHON+=       setuptools/command/easy_install.py
diff -r feec62189d1f -r e7ef7cedbbfa devel/py-setuptools/PLIST
--- a/devel/py-setuptools/PLIST Wed Feb 08 12:11:08 2017 +0000
+++ b/devel/py-setuptools/PLIST Wed Feb 08 12:11:22 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.37 2017/01/26 18:09:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.38 2017/02/08 12:11:22 wiz Exp $
 bin/easy_install-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_FILE}/PKG-INFO
 ${PYSITELIB}/${EGG_FILE}/SOURCES.txt
@@ -13,48 +13,6 @@
 ${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
@@ -79,6 +37,9 @@
 ${PYSITELIB}/setuptools/command/bdist_wininst.py
 ${PYSITELIB}/setuptools/command/bdist_wininst.pyc
 ${PYSITELIB}/setuptools/command/bdist_wininst.pyo
+${PYSITELIB}/setuptools/command/build_clib.py
+${PYSITELIB}/setuptools/command/build_clib.pyc
+${PYSITELIB}/setuptools/command/build_clib.pyo
 ${PYSITELIB}/setuptools/command/build_ext.py
 ${PYSITELIB}/setuptools/command/build_ext.pyc
 ${PYSITELIB}/setuptools/command/build_ext.pyo
@@ -137,6 +98,9 @@
 ${PYSITELIB}/setuptools/config.py
 ${PYSITELIB}/setuptools/config.pyc
 ${PYSITELIB}/setuptools/config.pyo
+${PYSITELIB}/setuptools/dep_util.py
+${PYSITELIB}/setuptools/dep_util.pyc
+${PYSITELIB}/setuptools/dep_util.pyo
 ${PYSITELIB}/setuptools/depends.py
 ${PYSITELIB}/setuptools/depends.pyc
 ${PYSITELIB}/setuptools/depends.pyo
@@ -146,9 +110,6 @@
 ${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 feec62189d1f -r e7ef7cedbbfa devel/py-setuptools/distinfo
--- a/devel/py-setuptools/distinfo      Wed Feb 08 12:11:08 2017 +0000
+++ b/devel/py-setuptools/distinfo      Wed Feb 08 12:11:22 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.99 2017/01/26 18:09:19 adam Exp $
+$NetBSD: distinfo,v 1.100 2017/02/08 12:11:22 wiz Exp $
 
-SHA1 (setuptools-33.1.1.zip) = 617d3a5175b9bb048b5df95f6cca5fcd5226f82e
-RMD160 (setuptools-33.1.1.zip) = 5e1a67aa9cfad9c33dc753d7f1bad5a03defc6c1
-SHA512 (setuptools-33.1.1.zip) = 15fe2009166621ab0ae7480c5331accbf8fc9cd9e2943999abaecae9eba870634a0914f7829711e43cab4e8da6b6140c1586a9db9bb4623662dca6f5482bc49c
-Size (setuptools-33.1.1.zip) = 702770 bytes
+SHA1 (setuptools-34.1.1.zip) = baaa2d1e4a76f968df14cb2defd9044244f25b3f
+RMD160 (setuptools-34.1.1.zip) = 8ab96a9c4d0f8942367a87d5e513dde7c9d1060e
+SHA512 (setuptools-34.1.1.zip) = e375fc5eadd31119095e791ec10caa8241976a7718a70a7c8d2971f26054b933bbc61bfdbc17796a6163ef91dd0f466a7e57ed55432d2b8b5feb7b3c3880bc2f
+Size (setuptools-34.1.1.zip) = 621506 bytes
 SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2



Home | Main Index | Thread Index | Old Index