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:   adam
Date:           Tue Aug  7 09:55:29 UTC 2018

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

Log Message:
py-setuptools: updated to 40.0.0

v40.0.0
Drop support for Python 3.3.
In package_index, fixed handling of encoded entities in URLs.
In pkg_resources VendorImporter, avoid removing packages imported from the root.
Minor doc fixes after actually using the new release process.
Removed section on non-package data files.
Fix developer's guide.
Fix PEP 518 configuration: set build requirements in pyproject.toml to ["wheel"].


To generate a diff of this commit:
cvs rdiff -u -r1.152 -r1.153 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.130 -r1.131 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.152 pkgsrc/devel/py-setuptools/Makefile:1.153
--- pkgsrc/devel/py-setuptools/Makefile:1.152   Sun May 27 12:27:05 2018
+++ pkgsrc/devel/py-setuptools/Makefile Tue Aug  7 09:55:29 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.152 2018/05/27 12:27:05 wiz Exp $
+# $NetBSD: Makefile,v 1.153 2018/08/07 09:55:29 adam Exp $
 
-DISTNAME=      setuptools-39.2.0
+DISTNAME=      setuptools-40.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/setuptools/}
@@ -18,10 +18,16 @@ TEST_DEPENDS+=      ${PYPKGPREFIX}-test-runne
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-virtualenv-[0-9]*:../../devel/py-test-virtualenv
 TEST_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
+.include "../../lang/python/distutils.mk"
+.if ${_PYTHON_VERSION:M3[6-9]}
+TEST_DEPENDS+= ${PYPKGPREFIX}-paver-[0-9]*:../../lang/py-paver
+.else
+TEST_DEPENDS+= ${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2
+.endif
+
 REPLACE_PYTHON+=       setuptools/command/easy_install.py
 
 PYSETUPTESTTARGET=     pytest
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.130 pkgsrc/devel/py-setuptools/distinfo:1.131
--- pkgsrc/devel/py-setuptools/distinfo:1.130   Sun May 27 12:27:05 2018
+++ pkgsrc/devel/py-setuptools/distinfo Tue Aug  7 09:55:29 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.130 2018/05/27 12:27:05 wiz Exp $
+$NetBSD: distinfo,v 1.131 2018/08/07 09:55:29 adam Exp $
 
-SHA1 (setuptools-39.2.0.zip) = 83e75ec6b04423735e0a9a384b465c68f5206bcf
-RMD160 (setuptools-39.2.0.zip) = 6070de164cf74412fe7c9a9d04031112b06cfc2a
-SHA512 (setuptools-39.2.0.zip) = 46baf6a48f93279d541ca10e0d71005565a7c9fbe4a8fe6b6378455edc57e5246bad3000ae9c9c47503a04e37816f9fa02e6c4328955ad16939c01c89c65d6b2
-Size (setuptools-39.2.0.zip) = 851112 bytes
+SHA1 (setuptools-40.0.0.zip) = dac21f957c047b1b222a54fd2b2a3053c59cbfce
+RMD160 (setuptools-40.0.0.zip) = 1469a5e097c197e725df125456cb47e9ca6582ce
+SHA512 (setuptools-40.0.0.zip) = c90d136831af822a7f42bbd7eca4c1f4dd73d14f87182aa1251e70610db877b26bcda8fd0a10f5db0fcd84f9098a35b79a130b3142ade9d0081a538778ae53b7
+Size (setuptools-40.0.0.zip) = 849857 bytes
 SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2



Home | Main Index | Thread Index | Old Index