diff options
author | wiz <wiz@pkgsrc.org> | 2017-04-19 17:29:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-04-19 17:29:28 +0000 |
commit | e6cc053a84f0be9af86529646a0805929bc48298 (patch) | |
tree | 65e152895f8bd3ffb9399e516833bc390f953e82 | |
parent | 6e22d330897368ff54066748819bca9065d9b766 (diff) | |
download | pkgsrc-e6cc053a84f0be9af86529646a0805929bc48298.tar.gz |
Updated py-setuptools to 35.0.0.
v35.0.0
-------
* #436: In egg_info.manifest_maker, no longer read
the file list from the manifest file, and instead
re-build it on each build. In this way, files removed
from the specification will not linger in the manifest.
As a result, any files manually added to the manifest
will be removed on subsequent egg_info invocations.
No projects should be manually adding files to the
manifest and should instead use MANIFEST.in or SCM
file finders to force inclusion of files in the manifest.
v34.4.1
-------
* #1008: In MSVC support, use always the last version available for Windows SDK and UCRT SDK.
* #1008: In MSVC support, fix "vcruntime140.dll" returned path with Visual Studio 2017.
* #992: In msvc.msvc9_query_vcvarsall, ensure the
returned dicts have str values and not Unicode for
compatibilty with os.environ.
v34.4.0
-------
* #995: In MSVC support, add support for "Microsoft Visual Studio 2017" and "Microsoft Visual Studio Build Tools 2017".
* #999 via #1007: Extend support for declarative package
config in a setup.cfg file to include the options
``python_requires`` and ``py_modules``.
-rw-r--r-- | devel/py-setuptools/Makefile | 4 | ||||
-rw-r--r-- | devel/py-setuptools/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile index 372429482fa..07f1e8a6db3 100644 --- a/devel/py-setuptools/Makefile +++ b/devel/py-setuptools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.127 2017/04/05 15:56:30 wiz Exp $ +# $NetBSD: Makefile,v 1.128 2017/04/19 17:29:28 wiz Exp $ -DISTNAME= setuptools-34.3.3 +DISTNAME= setuptools-35.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 748a2ed39ed..74a0047b717 100644 --- a/devel/py-setuptools/distinfo +++ b/devel/py-setuptools/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.105 2017/04/05 15:56:30 wiz Exp $ +$NetBSD: distinfo,v 1.106 2017/04/19 17:29:28 wiz Exp $ -SHA1 (setuptools-34.3.3.zip) = 0cc980f018b539f1f87ef3e09849e5f4d1bd9a5d -RMD160 (setuptools-34.3.3.zip) = 8d2c541c9ee59b99f90e1f3c72a72c4fa5ca76ae -SHA512 (setuptools-34.3.3.zip) = e45552954864b3b53319807a1593e8d10fc477f1a864da73560a17760f5239eca1cb338ad822c6680cb26c8e15897163122e4e9b19e76ed1e6d1542ffe7a6d34 -Size (setuptools-34.3.3.zip) = 622967 bytes +SHA1 (setuptools-35.0.0.zip) = f68e07e0e0a129d2133fe10eab279356d3e2321e +RMD160 (setuptools-35.0.0.zip) = 73ce13b3a28f39427a0b514d9d8c77f24a19a702 +SHA512 (setuptools-35.0.0.zip) = d201c866ca0d1cc4c3ecbd88b40c0f6acda08af388472a4e4d34219a825b49ae77c00b54f6f58d4f09de92b4593c7bd3d63b8cc92f7f2c804723f3986c3c35d1 +Size (setuptools-35.0.0.zip) = 624184 bytes SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2 |