summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2016-08-22 14:12:15 +0000
committerwiz <wiz>2016-08-22 14:12:15 +0000
commit2321009d302778e31c027a937629faea487dd013 (patch)
tree44eec2c1a6949b45dc371d76ca16782e50871c72
parent22de9edf644891649b6733f31777359d47cda04d (diff)
downloadpkgsrc-2321009d302778e31c027a937629faea487dd013.tar.gz
Updated py-setuptools to 26.0.0.
v26.0.0 ------- * #748: By default, sdists are now produced in gzipped tarfile format by default on all platforms, adding forward compatibility for the same behavior in Python 3.6 (See Python #27819). * #459 via #736: On Windows with script launchers, sys.argv[0] now reflects the name of the entry point, consistent with the behavior in distlib and pip wrappers. * #752 via #753: When indicating ``py_limited_api`` to Extension, it must be passed as a keyword argument. v25.4.0 ------- * Add Extension(py_limited_api=True). When set to a truthy value, that extension gets a filename apropriate for code using Py_LIMITED_API. When used correctly this allows a single compiled extension to work on all future versions of CPython 3. The py_limited_api argument only controls the filename. To be compatible with multiple versions of Python 3, the C extension will also need to set -DPy_LIMITED_API=... and be modified to use only the functions in the limited API.
-rw-r--r--devel/py-setuptools/Makefile4
-rw-r--r--devel/py-setuptools/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile
index 4e96e19fc17..f3c97205bd0 100644
--- a/devel/py-setuptools/Makefile
+++ b/devel/py-setuptools/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.105 2016/08/19 15:33:49 wiz Exp $
+# $NetBSD: Makefile,v 1.106 2016/08/22 14:12:15 wiz Exp $
-DISTNAME= setuptools-25.2.0
+DISTNAME= setuptools-26.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/}
diff --git a/devel/py-setuptools/distinfo b/devel/py-setuptools/distinfo
index aab640beb0a..f6d1795a827 100644
--- a/devel/py-setuptools/distinfo
+++ b/devel/py-setuptools/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.84 2016/08/19 15:33:49 wiz Exp $
+$NetBSD: distinfo,v 1.85 2016/08/22 14:12:15 wiz Exp $
-SHA1 (setuptools-25.2.0.tar.gz) = 9d849f89309ad26e6f6c6fae041c3aa3d546fa06
-RMD160 (setuptools-25.2.0.tar.gz) = 8b18410005d397c6585bee9c196c01cb91484b88
-SHA512 (setuptools-25.2.0.tar.gz) = ffc0b11b9853330675990f066436b575116073cd4c94c139ca8c04fd18cfd99e1614299fa132d49c79938fa84f6cd44862a2ecbe61300292b665e291eb65881e
-Size (setuptools-25.2.0.tar.gz) = 612103 bytes
+SHA1 (setuptools-26.0.0.tar.gz) = e9c60d8e160e0d99beb7bcecd531cd530c624e07
+RMD160 (setuptools-26.0.0.tar.gz) = 0c28732169b0a03358dca8a6708987b2bdf7193d
+SHA512 (setuptools-26.0.0.tar.gz) = 878f27f009336ca086c290a3dafb4c68d2cf77d2320503b0696d4d2959358a53ecdf9214c695d0ef5d9d97f38556e84039038c7d3281ab89fe3c330ba17feedd
+Size (setuptools-26.0.0.tar.gz) = 632557 bytes
SHA1 (patch-setup.py) = 21fda11ff2f33c57ec49e18375cf7d7b8f8388bf