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: Wed May 21 06:47:25 UTC 2025
Modified Files:
pkgsrc/devel/py-setuptools: Makefile PLIST distinfo
Log Message:
py-setuptools: updated to 80.8.0
v80.8.0
Features
Replaced more references to pkg_resources with importlib equivalents in wheel odule.
Restore explicit LICENSE file.
Removed no longer used build dependency on coherent.licensed.
v80.7.1
Bugfixes
Only attempt to fetch eggs for unsatisfied requirements.
In installer, when discovering egg dists, let metadata discovery search each egg.
v80.7.0
Features
Removed usage of pkg_resources from installer. Set an official deadline on the installer deprecation to 2025-10-31.
v80.6.0
Features
Added a build dependency on coherent.licensed to inject the declared license text at build time.
v80.5.0
Features
Replaced more references to pkg_resources with importlib equivalents.
To generate a diff of this commit:
cvs rdiff -u -r1.269 -r1.270 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.102 -r1.103 pkgsrc/devel/py-setuptools/PLIST
cvs rdiff -u -r1.243 -r1.244 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.269 pkgsrc/devel/py-setuptools/Makefile:1.270
--- pkgsrc/devel/py-setuptools/Makefile:1.269 Wed May 14 10:56:47 2025
+++ pkgsrc/devel/py-setuptools/Makefile Wed May 21 06:47:25 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.269 2025/05/14 10:56:47 adam Exp $
+# $NetBSD: Makefile,v 1.270 2025/05/21 06:47:25 adam Exp $
-DISTNAME= setuptools-80.4.0
+DISTNAME= setuptools-80.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/}
Index: pkgsrc/devel/py-setuptools/PLIST
diff -u pkgsrc/devel/py-setuptools/PLIST:1.102 pkgsrc/devel/py-setuptools/PLIST:1.103
--- pkgsrc/devel/py-setuptools/PLIST:1.102 Wed May 14 10:56:47 2025
+++ pkgsrc/devel/py-setuptools/PLIST Wed May 21 06:47:25 2025
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.102 2025/05/14 10:56:47 adam Exp $
+@comment $NetBSD: PLIST,v 1.103 2025/05/21 06:47:25 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/_distutils_hack/__init__.py
${PYSITELIB}/_distutils_hack/__init__.pyc
@@ -54,6 +55,9 @@ ${PYSITELIB}/setuptools/__init__.pyo
${PYSITELIB}/setuptools/_core_metadata.py
${PYSITELIB}/setuptools/_core_metadata.pyc
${PYSITELIB}/setuptools/_core_metadata.pyo
+${PYSITELIB}/setuptools/_discovery.py
+${PYSITELIB}/setuptools/_discovery.pyc
+${PYSITELIB}/setuptools/_discovery.pyo
${PYSITELIB}/setuptools/_distutils/__init__.py
${PYSITELIB}/setuptools/_distutils/__init__.pyc
${PYSITELIB}/setuptools/_distutils/__init__.pyo
Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.243 pkgsrc/devel/py-setuptools/distinfo:1.244
--- pkgsrc/devel/py-setuptools/distinfo:1.243 Wed May 14 10:56:47 2025
+++ pkgsrc/devel/py-setuptools/distinfo Wed May 21 06:47:25 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.243 2025/05/14 10:56:47 adam Exp $
+$NetBSD: distinfo,v 1.244 2025/05/21 06:47:25 adam Exp $
-BLAKE2s (setuptools-80.4.0.tar.gz) = 8d2d2cb8a19286b11e9cf2b0898dd86c3f2157cb00e3eb038bcbf0567a37fc6c
-SHA512 (setuptools-80.4.0.tar.gz) = d4d55d9f7bdecbf26e3de6e5a99245db4b69a203a37475539ce4a3b8c6e6b9f1c47f5dc29b4d6a4dc971cabc6714ae7bc0a55f99e214d9402b47bb3dd89b58a4
-Size (setuptools-80.4.0.tar.gz) = 1315008 bytes
+BLAKE2s (setuptools-80.8.0.tar.gz) = e307618779f93e74b6dfd5a058a90d7e70f5772fc0abaf6c4e72d2cbe7f88b3a
+SHA512 (setuptools-80.8.0.tar.gz) = e2b54c43b0925a911aee7738ca71e62e448ac5732332b375ebf5b55aeda1abfb59b06afbb40662d37b9a65f499b5a64ee2878f28e915059d4c7d0a61d408e8a1
+Size (setuptools-80.8.0.tar.gz) = 1319720 bytes
Home |
Main Index |
Thread Index |
Old Index