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 14 10:56:47 UTC 2025

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

Log Message:
py-setuptools: updated to 80.4.0

v80.4.0

Features

- Simplified the error reporting in editable installs.

v80.3.1

Bugfixes

- Restored select attributes in easy_install for temporary pbr compatibility.

v80.3.0

Features

- Removed easy_install and package_index modules.
- Restored license declaration in package metadata. See jaraco/skeleton#171.

v80.2.0

Features

- Restored support for install_scripts --executable (and classic behavior for the executable for those invocations). Instead, build_editable provides the portable form of the executables for 
downstream installers to rewrite.

v80.1.0

Features

- Added a deadline of Oct 31 to the setup.py install deprecation.

Bugfixes

- With ``setup.py install --prefix=...``, fall back to distutils install rather than failing. Note that running ``setup.py install`` is deprecated.

v80.0.1

Bugfixes

- Fixed index_url logic in develop compatibility shim.

v80.0.0

Bugfixes

- Update test to honor new behavior in importlib_metadata 8.7.

Deprecations and Removals

- Removed support for the easy_install command including the sandbox module.
- Develop command no longer uses easy_install, but instead defers execution to pip (which then will re-invoke Setuptools via PEP 517 to build the editable wheel). Most of the options to develop are 
dropped. This is the final warning before the command is dropped completely in a few months. Use-cases relying on 'setup.py develop' should pin to older Setuptools version or migrate to modern build 
tooling.


To generate a diff of this commit:
cvs rdiff -u -r1.268 -r1.269 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.101 -r1.102 pkgsrc/devel/py-setuptools/PLIST
cvs rdiff -u -r1.242 -r1.243 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.268 pkgsrc/devel/py-setuptools/Makefile:1.269
--- pkgsrc/devel/py-setuptools/Makefile:1.268   Thu Apr 24 06:54:13 2025
+++ pkgsrc/devel/py-setuptools/Makefile Wed May 14 10:56:47 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.268 2025/04/24 06:54:13 adam Exp $
+# $NetBSD: Makefile,v 1.269 2025/05/14 10:56:47 adam Exp $
 
-DISTNAME=      setuptools-79.0.1
+DISTNAME=      setuptools-80.4.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.101 pkgsrc/devel/py-setuptools/PLIST:1.102
--- pkgsrc/devel/py-setuptools/PLIST:1.101      Sat Apr 12 07:19:12 2025
+++ pkgsrc/devel/py-setuptools/PLIST    Wed May 14 10:56:47 2025
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.101 2025/04/12 07:19:12 adam Exp $
+@comment $NetBSD: PLIST,v 1.102 2025/05/14 10:56:47 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
@@ -376,6 +375,9 @@ ${PYSITELIB}/setuptools/_path.pyo
 ${PYSITELIB}/setuptools/_reqs.py
 ${PYSITELIB}/setuptools/_reqs.pyc
 ${PYSITELIB}/setuptools/_reqs.pyo
+${PYSITELIB}/setuptools/_scripts.py
+${PYSITELIB}/setuptools/_scripts.pyc
+${PYSITELIB}/setuptools/_scripts.pyo
 ${PYSITELIB}/setuptools/_shutil.py
 ${PYSITELIB}/setuptools/_shutil.pyc
 ${PYSITELIB}/setuptools/_shutil.pyo
@@ -1018,12 +1020,6 @@ ${PYSITELIB}/setuptools/msvc.pyo
 ${PYSITELIB}/setuptools/namespaces.py
 ${PYSITELIB}/setuptools/namespaces.pyc
 ${PYSITELIB}/setuptools/namespaces.pyo
-${PYSITELIB}/setuptools/package_index.py
-${PYSITELIB}/setuptools/package_index.pyc
-${PYSITELIB}/setuptools/package_index.pyo
-${PYSITELIB}/setuptools/sandbox.py
-${PYSITELIB}/setuptools/sandbox.pyc
-${PYSITELIB}/setuptools/sandbox.pyo
 ${PYSITELIB}/setuptools/script (dev).tmpl
 ${PYSITELIB}/setuptools/script.tmpl
 ${PYSITELIB}/setuptools/tests/__init__.py
@@ -1077,6 +1073,9 @@ ${PYSITELIB}/setuptools/tests/integratio
 ${PYSITELIB}/setuptools/tests/integration/helpers.py
 ${PYSITELIB}/setuptools/tests/integration/helpers.pyc
 ${PYSITELIB}/setuptools/tests/integration/helpers.pyo
+${PYSITELIB}/setuptools/tests/integration/test_pbr.py
+${PYSITELIB}/setuptools/tests/integration/test_pbr.pyc
+${PYSITELIB}/setuptools/tests/integration/test_pbr.pyo
 ${PYSITELIB}/setuptools/tests/integration/test_pip_install_sdist.py
 ${PYSITELIB}/setuptools/tests/integration/test_pip_install_sdist.pyc
 ${PYSITELIB}/setuptools/tests/integration/test_pip_install_sdist.pyo
@@ -1089,9 +1088,6 @@ ${PYSITELIB}/setuptools/tests/namespaces
 ${PYSITELIB}/setuptools/tests/script-with-bom.py
 ${PYSITELIB}/setuptools/tests/script-with-bom.pyc
 ${PYSITELIB}/setuptools/tests/script-with-bom.pyo
-${PYSITELIB}/setuptools/tests/server.py
-${PYSITELIB}/setuptools/tests/server.pyc
-${PYSITELIB}/setuptools/tests/server.pyo
 ${PYSITELIB}/setuptools/tests/test_archive_util.py
 ${PYSITELIB}/setuptools/tests/test_archive_util.pyc
 ${PYSITELIB}/setuptools/tests/test_archive_util.pyo
@@ -1140,9 +1136,6 @@ ${PYSITELIB}/setuptools/tests/test_dist_
 ${PYSITELIB}/setuptools/tests/test_distutils_adoption.py
 ${PYSITELIB}/setuptools/tests/test_distutils_adoption.pyc
 ${PYSITELIB}/setuptools/tests/test_distutils_adoption.pyo
-${PYSITELIB}/setuptools/tests/test_easy_install.py
-${PYSITELIB}/setuptools/tests/test_easy_install.pyc
-${PYSITELIB}/setuptools/tests/test_easy_install.pyo
 ${PYSITELIB}/setuptools/tests/test_editable_install.py
 ${PYSITELIB}/setuptools/tests/test_editable_install.pyc
 ${PYSITELIB}/setuptools/tests/test_editable_install.pyo
@@ -1173,12 +1166,9 @@ ${PYSITELIB}/setuptools/tests/test_manif
 ${PYSITELIB}/setuptools/tests/test_namespaces.py
 ${PYSITELIB}/setuptools/tests/test_namespaces.pyc
 ${PYSITELIB}/setuptools/tests/test_namespaces.pyo
-${PYSITELIB}/setuptools/tests/test_packageindex.py
-${PYSITELIB}/setuptools/tests/test_packageindex.pyc
-${PYSITELIB}/setuptools/tests/test_packageindex.pyo
-${PYSITELIB}/setuptools/tests/test_sandbox.py
-${PYSITELIB}/setuptools/tests/test_sandbox.pyc
-${PYSITELIB}/setuptools/tests/test_sandbox.pyo
+${PYSITELIB}/setuptools/tests/test_scripts.py
+${PYSITELIB}/setuptools/tests/test_scripts.pyc
+${PYSITELIB}/setuptools/tests/test_scripts.pyo
 ${PYSITELIB}/setuptools/tests/test_sdist.py
 ${PYSITELIB}/setuptools/tests/test_sdist.pyc
 ${PYSITELIB}/setuptools/tests/test_sdist.pyo

Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.242 pkgsrc/devel/py-setuptools/distinfo:1.243
--- pkgsrc/devel/py-setuptools/distinfo:1.242   Thu Apr 24 06:54:13 2025
+++ pkgsrc/devel/py-setuptools/distinfo Wed May 14 10:56:47 2025
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.242 2025/04/24 06:54:13 adam Exp $
+$NetBSD: distinfo,v 1.243 2025/05/14 10:56:47 adam Exp $
 
-BLAKE2s (setuptools-79.0.1.tar.gz) = 723bbc2083ef7276f523b06cabaf2b1cc76383a1f07cabffaf60d3c123d9969e
-SHA512 (setuptools-79.0.1.tar.gz) = 5b68d7cc775f4318e178f7d7f69c60a01b1abc607411e88c88e3507a08bd85eed241b915d4be5f3ada90df4b68718056c2ba032943c1f53fe68d171c7d728179
-Size (setuptools-79.0.1.tar.gz) = 1367909 bytes
-SHA1 (patch-setuptools___distutils_command_build__scripts.py) = 44bbb8e3f0845a4bf629d75b6d0d0fa68d266174
+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



Home | Main Index | Thread Index | Old Index