diff options
author | wiz <wiz@pkgsrc.org> | 2020-01-08 17:32:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-01-08 17:32:25 +0000 |
commit | 1e69f4e5b34941d450653dd91e3a95b7e0502ae7 (patch) | |
tree | 38030f85acd08868cbb27475c489ec09bf2f4dfd | |
parent | 6bdb5a5073b733b43f40539bcd989b2d66f602e4 (diff) | |
download | pkgsrc-1e69f4e5b34941d450653dd91e3a95b7e0502ae7.tar.gz |
py-setuptools: update to 44.0.0.
v44.0.0
-------
* #1908: Drop support for Python 3.4.
v43.0.0
-------
* #1634: Include ``pyproject.toml`` in source distribution by
default. Projects relying on the previous behavior where
``pyproject.toml`` was excluded by default should stop relying on
that behavior or add ``exclude pyproject.toml`` to their MANIFEST.in
file.
* #1927: Setuptools once again declares 'setuptools' in the
``build-system.requires`` and adds PEP 517 build support by declaring
itself as the ``build-backend``. It additionally specifies
``build-system.backend-path`` to rely on itself for those builders
that support it.
-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 0a8cefd11ff..5c3102ec452 100644 --- a/devel/py-setuptools/Makefile +++ b/devel/py-setuptools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.174 2019/12/11 14:19:35 adam Exp $ +# $NetBSD: Makefile,v 1.175 2020/01/08 17:32:25 wiz Exp $ -DISTNAME= setuptools-42.0.2 +DISTNAME= setuptools-44.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 032e8afccfb..cbfe18cff40 100644 --- a/devel/py-setuptools/distinfo +++ b/devel/py-setuptools/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.152 2019/12/11 14:19:35 adam Exp $ +$NetBSD: distinfo,v 1.153 2020/01/08 17:32:25 wiz Exp $ -SHA1 (setuptools-42.0.2.zip) = 0ce9a7a1ad235d1c8025778823cf74742c35422d -RMD160 (setuptools-42.0.2.zip) = efa43bd0ce840eda7f58f7c033052df841f44a15 -SHA512 (setuptools-42.0.2.zip) = ab623fd69b92111d3ab19a3ad9de9c07b4316f4130f3db4068a436d3c13c971d97506f7307c9f64d9cc9ca24a5f3800b68748455e70418d0c0cd240c93ebae35 -Size (setuptools-42.0.2.zip) = 858444 bytes +SHA1 (setuptools-44.0.0.zip) = d3b0c646c298a30d7446a43e5bcf367ed29d17d7 +RMD160 (setuptools-44.0.0.zip) = e24c214d2c5e722eddaf684054610699851a3edd +SHA512 (setuptools-44.0.0.zip) = bb48e7763d258e654472bc416d16ec8708eefa95d1eb03cb6e81b623fd636cefc51a0bd67887084ab0214e256e2030a8f655184c3b59ad6937abab6a6178f3a1 +Size (setuptools-44.0.0.zip) = 858893 bytes SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2 |