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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/729d589b0e33
branches:  trunk
changeset: 359110:729d589b0e33
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 27 10:42:34 2017 +0000

description:
Updated py-setuptools to 34.3.0.

Fix test target.
4 tests failing, three due to pip not existing (we have pip3.6 et al.),
one because of ASCII locale.

v34.3.0
-------

* #941: In the upload command, if the username is blank,
  default to ``getpass.getuser()``.

* #971: Correct distutils findall monkeypatch to match
  appropriate versions (namely Python 3.4.6).

diffstat:

 devel/py-setuptools/Makefile |   6 ++++--
 devel/py-setuptools/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (37 lines):

diff -r 855706f2ddc7 -r 729d589b0e33 devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile      Mon Feb 27 10:29:07 2017 +0000
+++ b/devel/py-setuptools/Makefile      Mon Feb 27 10:42:34 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.123 2017/02/20 10:04:09 wiz Exp $
+# $NetBSD: Makefile,v 1.124 2017/02/27 10:42:34 wiz Exp $
 
-DISTNAME=      setuptools-34.2.0
+DISTNAME=      setuptools-34.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/setuptools/}
@@ -20,6 +20,8 @@
 
 REPLACE_PYTHON+=       setuptools/command/easy_install.py
 
+PYSETUPTESTTARGET=     pytest
+
 # upstream often forgets deleting files, and packages on Windows,
 # so permissions are usually wrong
 post-install:
diff -r 855706f2ddc7 -r 729d589b0e33 devel/py-setuptools/distinfo
--- a/devel/py-setuptools/distinfo      Mon Feb 27 10:29:07 2017 +0000
+++ b/devel/py-setuptools/distinfo      Mon Feb 27 10:42:34 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.101 2017/02/20 10:04:09 wiz Exp $
+$NetBSD: distinfo,v 1.102 2017/02/27 10:42:34 wiz Exp $
 
-SHA1 (setuptools-34.2.0.zip) = 16b41665f87ffe6c2a5003b47429494f960f4f9c
-RMD160 (setuptools-34.2.0.zip) = a06bb16b5565d9b415447597a8340ad7b9504d24
-SHA512 (setuptools-34.2.0.zip) = 399f6bcbeb9d382240fbc095a74eacc5628dd0a1e56e52e322ca152d74295d0ef8f50984fb6c0cecb4b178584562a102b2520ffbc1ff93c65d99d08e754ec2e9
-Size (setuptools-34.2.0.zip) = 621904 bytes
+SHA1 (setuptools-34.3.0.zip) = 4df35801e01eab1abb573d1d72584bab2525d7e7
+RMD160 (setuptools-34.3.0.zip) = df0b5c0f33c2d31871322d456848d063be330b91
+SHA512 (setuptools-34.3.0.zip) = 28f71441e869a8757611c32684d661d84a9735baa1b0056bc8a1fb30690089133d575a9c9bc45852ae3a9d645ca7b3e08d993844436ab36834aab2a4fe64053f
+Size (setuptools-34.3.0.zip) = 621999 bytes
 SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2



Home | Main Index | Thread Index | Old Index