py-setuptools: update to 38.1.0.
v38.1.0 ------- * #1208: Improve error message when failing to locate scripts in egg-info metadata. v38.0.0 ------- * #458: In order to support deterministic builds, Setuptools no longer allows packages to declare ``install_requires`` as unordered sequences (sets or dicts). v37.0.0 ------- * #878: Drop support for Python 2.6. Python 2.6 users should rely on 'setuptools < 37dev'. v36.8.0 ------- * #1190: In SSL support for package index operations, use SNI where available. v36.7.3 ------- * #1175: Bug fixes to ``build_meta`` module.
This commit is contained in:
parent
a946ba4fa8
commit
6bdb25a1fa
3 changed files with 8 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.141 2017/11/23 22:41:55 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.142 2017/11/28 14:09:09 wiz Exp $
|
||||
|
||||
DISTNAME= setuptools-36.7.2
|
||||
DISTNAME= setuptools-38.1.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.41 2017/10/16 17:20:38 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.42 2017/11/28 14:09:09 wiz Exp $
|
||||
bin/easy_install-${PYVERSSUFFIX}
|
||||
${PYSITELIB}/${EGG_FILE}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_FILE}/SOURCES.txt
|
||||
|
@ -188,9 +188,6 @@ ${PYSITELIB}/setuptools/namespaces.pyo
|
|||
${PYSITELIB}/setuptools/package_index.py
|
||||
${PYSITELIB}/setuptools/package_index.pyc
|
||||
${PYSITELIB}/setuptools/package_index.pyo
|
||||
${PYSITELIB}/setuptools/py26compat.py
|
||||
${PYSITELIB}/setuptools/py26compat.pyc
|
||||
${PYSITELIB}/setuptools/py26compat.pyo
|
||||
${PYSITELIB}/setuptools/py27compat.py
|
||||
${PYSITELIB}/setuptools/py27compat.pyc
|
||||
${PYSITELIB}/setuptools/py27compat.pyo
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.119 2017/11/23 22:41:55 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.120 2017/11/28 14:09:09 wiz Exp $
|
||||
|
||||
SHA1 (setuptools-36.7.2.zip) = 95f1e768b0178a3434fd4d382070ecc341020e2b
|
||||
RMD160 (setuptools-36.7.2.zip) = 934fd581de8b2ea3b4e766f77e139d0a74025120
|
||||
SHA512 (setuptools-36.7.2.zip) = 746dce135dbacb65565787a20a2611388605e2371c94f0f8803e7712e515e69c270751d16a21f381bf6e8ddc0a1b39494db7d0c67bb32e6230a90c5d517e78f9
|
||||
Size (setuptools-36.7.2.zip) = 726758 bytes
|
||||
SHA1 (setuptools-38.1.0.zip) = d519dc4712dc9b6d5a0e4f811f1350827f0b5f58
|
||||
RMD160 (setuptools-38.1.0.zip) = d5b3950e2f904b12eb6b3489e35f9c158614e2e4
|
||||
SHA512 (setuptools-38.1.0.zip) = 0eb5dda592999e4fb3cfdff0bf85bbb0afb056e961c6fcb860193f3d707a2c468177a2cd387651a1439425577820c884420ab172ba42ad636ba0a418d9ddaec4
|
||||
Size (setuptools-38.1.0.zip) = 725631 bytes
|
||||
SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2
|
||||
|
|
Loading…
Reference in a new issue