pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-setuptools py-setuptools: update to 36.6.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19acb9e89f0b
branches:  trunk
changeset: 370401:19acb9e89f0b
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 16 17:20:38 2017 +0000

description:
py-setuptools: update to 36.6.0

v36.6.0:
* Added setuptools.build_meta module, an implementation of PEP-517 for Setuptools-defined packages.
* Added dist_info command for producing dist_info metadata.

diffstat:

 devel/py-setuptools/Makefile |   9 ++-------
 devel/py-setuptools/PLIST    |   8 +++++++-
 devel/py-setuptools/distinfo |  10 +++++-----
 3 files changed, 14 insertions(+), 13 deletions(-)

diffs (69 lines):

diff -r 9ff0858d485a -r 19acb9e89f0b devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile      Mon Oct 16 17:20:29 2017 +0000
+++ b/devel/py-setuptools/Makefile      Mon Oct 16 17:20:38 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.139 2017/09/17 09:55:59 adam Exp $
+# $NetBSD: Makefile,v 1.140 2017/10/16 17:20:38 adam Exp $
 
-DISTNAME=      setuptools-36.5.0
+DISTNAME=      setuptools-36.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/setuptools/}
@@ -23,11 +23,6 @@
 
 PYSETUPTESTTARGET=     pytest
 
-# upstream often forgets deleting files, and packages on Windows,
-# so permissions are usually wrong
-post-install:
-       ${RM} -f ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_NAME}-py${PYVERSSUFFIX}.egg-info/*.orig
-
 .include "../../lang/python/application.mk"
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 9ff0858d485a -r 19acb9e89f0b devel/py-setuptools/PLIST
--- a/devel/py-setuptools/PLIST Mon Oct 16 17:20:29 2017 +0000
+++ b/devel/py-setuptools/PLIST Mon Oct 16 17:20:38 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.40 2017/07/18 13:44:36 adam Exp $
+@comment $NetBSD: PLIST,v 1.41 2017/10/16 17:20:38 adam Exp $
 bin/easy_install-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_FILE}/PKG-INFO
 ${PYSITELIB}/${EGG_FILE}/SOURCES.txt
@@ -64,6 +64,9 @@
 ${PYSITELIB}/setuptools/archive_util.py
 ${PYSITELIB}/setuptools/archive_util.pyc
 ${PYSITELIB}/setuptools/archive_util.pyo
+${PYSITELIB}/setuptools/build_meta.py
+${PYSITELIB}/setuptools/build_meta.pyc
+${PYSITELIB}/setuptools/build_meta.pyo
 ${PYSITELIB}/setuptools/cli-32.exe
 ${PYSITELIB}/setuptools/cli-64.exe
 ${PYSITELIB}/setuptools/cli.exe
@@ -94,6 +97,9 @@
 ${PYSITELIB}/setuptools/command/develop.py
 ${PYSITELIB}/setuptools/command/develop.pyc
 ${PYSITELIB}/setuptools/command/develop.pyo
+${PYSITELIB}/setuptools/command/dist_info.py
+${PYSITELIB}/setuptools/command/dist_info.pyc
+${PYSITELIB}/setuptools/command/dist_info.pyo
 ${PYSITELIB}/setuptools/command/easy_install.py
 ${PYSITELIB}/setuptools/command/easy_install.pyc
 ${PYSITELIB}/setuptools/command/easy_install.pyo
diff -r 9ff0858d485a -r 19acb9e89f0b devel/py-setuptools/distinfo
--- a/devel/py-setuptools/distinfo      Mon Oct 16 17:20:29 2017 +0000
+++ b/devel/py-setuptools/distinfo      Mon Oct 16 17:20:38 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.117 2017/09/17 09:55:59 adam Exp $
+$NetBSD: distinfo,v 1.118 2017/10/16 17:20:38 adam Exp $
 
-SHA1 (setuptools-36.5.0.zip) = 4edca327d0666d6956d05cef8fd6dfcce6e701db
-RMD160 (setuptools-36.5.0.zip) = 3fec867df437f758b622c4197abdb29fb8609226
-SHA512 (setuptools-36.5.0.zip) = e61c2f9ee640bf5dd8ab7c7a7c29667d91aa2498a7b027e387493ad7bcc9b56927e6fa63cdb4e083333c57eb355a670ba3df861ed5f8447b216fef0bc77c8b43
-Size (setuptools-36.5.0.zip) = 721505 bytes
+SHA1 (setuptools-36.6.0.zip) = c1be97719395ae61f9faa0734b62b3326ebad0fd
+RMD160 (setuptools-36.6.0.zip) = 1e013168d8049f0ab0ddb6dde87bfddb9ca82bc2
+SHA512 (setuptools-36.6.0.zip) = b1b7fbff45db72e24ffb0aef41509a8f49c3911f20e6dfa7335aace22d0b2c533615edd1626c6b58602960644d1a3ad7b2e6899efeec4138aa58a187d063c319
+Size (setuptools-36.6.0.zip) = 725173 bytes
 SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2



Home | Main Index | Thread Index | Old Index