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:   wiz
Date:           Sun Feb  8 22:16:45 UTC 2026

Modified Files:
        pkgsrc/devel/py-setuptools: Makefile distinfo

Log Message:
py-setuptools: update to 81.0.0.

v81.0.0
=======

Deprecations and Removals
-------------------------

- Removed support for the --dry-run parameter to setup.py. This
one feature by its nature threads through lots of core and ancillary
functionality, adding complexity and friction. Removal of this
parameter will help decouple the compiler functionality from
distutils and thus the eventual full integration of distutils.
These changes do affect some class and function signatures, so any
derivative functionality may require some compatibility shims to
support their expected interface. Please report any issues to the
Setuptools project for investigation. (#4872)


To generate a diff of this commit:
cvs rdiff -u -r1.273 -r1.274 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.247 -r1.248 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.273 pkgsrc/devel/py-setuptools/Makefile:1.274
--- pkgsrc/devel/py-setuptools/Makefile:1.273   Mon Jan 26 08:20:38 2026
+++ pkgsrc/devel/py-setuptools/Makefile Sun Feb  8 22:16:45 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.273 2026/01/26 08:20:38 adam Exp $
+# $NetBSD: Makefile,v 1.274 2026/02/08 22:16:45 wiz Exp $
 
-DISTNAME=      setuptools-80.10.2
+DISTNAME=      setuptools-81.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/setuptools/}
@@ -37,10 +37,8 @@ REPLACE_PYTHON+=     setuptools/_vendor/bin/
 # Pick setuptools.tests which are not built nor installed.
 TEST_ENV+=     PYTHONPATH=${WRKSRC}
 
-# as of 80.10.1
-# 2 failed, 1147 passed, 36 skipped, 13 xfailed, 3 xpassed
-# or
-# 8 failed, 1141 passed, 36 skipped, 13 xfailed, 3 xpassed
+# as of 81.0.0
+# 6 failed, 1143 passed, 36 skipped, 13 xfailed, 3 xpassed
 .if make(test)
 ALLOW_NETWORK_ACCESS=  yes
 .endif

Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.247 pkgsrc/devel/py-setuptools/distinfo:1.248
--- pkgsrc/devel/py-setuptools/distinfo:1.247   Mon Jan 26 08:20:38 2026
+++ pkgsrc/devel/py-setuptools/distinfo Sun Feb  8 22:16:45 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.247 2026/01/26 08:20:38 adam Exp $
+$NetBSD: distinfo,v 1.248 2026/02/08 22:16:45 wiz Exp $
 
-BLAKE2s (setuptools-80.10.2.tar.gz) = 2666dc39b3b27c44075fb9274ee690b33b3b4d970a89819ddd93a40fe95981ab
-SHA512 (setuptools-80.10.2.tar.gz) = 7dbc657878b418a9bdba124e5b8f98228af0590ffbb02c6396ac5b3d84be8f04b327780a7b1f9fa223d4c179004e822e2b00eec673f8eeb700b08b095ff6491d
-Size (setuptools-80.10.2.tar.gz) = 1200343 bytes
+BLAKE2s (setuptools-81.0.0.tar.gz) = ff3163f606ffd6f77c59d0b64bd639d7c69b235466d739226e954ae862d578cf
+SHA512 (setuptools-81.0.0.tar.gz) = 4dda2f0796d1a32d160e0786fc6ebb9908483e16edac6b0335df4779a0a8331f13b70fbf69986a27cc8f6ff10c1f696599059710fef99f36ff1e766f04220466
+Size (setuptools-81.0.0.tar.gz) = 1198299 bytes



Home | Main Index | Thread Index | Old Index