pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-setuptools



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Feb 27 10:42:34 UTC 2017

Modified Files:
        pkgsrc/devel/py-setuptools: Makefile distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.101 -r1.102 pkgsrc/devel/py-setuptools/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-setuptools/Makefile
diff -u pkgsrc/devel/py-setuptools/Makefile:1.123 pkgsrc/devel/py-setuptools/Makefile:1.124
--- pkgsrc/devel/py-setuptools/Makefile:1.123   Mon Feb 20 10:04:09 2017
+++ pkgsrc/devel/py-setuptools/Makefile Mon Feb 27 10:42:34 2017
@@ -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 @@ DEPENDS+=             ${PYPKGPREFIX}-six-[0-9]*:../
 
 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:

Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.101 pkgsrc/devel/py-setuptools/distinfo:1.102
--- pkgsrc/devel/py-setuptools/distinfo:1.101   Mon Feb 20 10:04:09 2017
+++ pkgsrc/devel/py-setuptools/distinfo Mon Feb 27 10:42:34 2017
@@ -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