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:           Tue Feb 21 06:19:44 UTC 2023

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

Log Message:
py-setuptools: updated to 67.3.3

v67.3.3

Misc

* Restore quoted #include argument to has_function.

v67.3.2

Misc

* Improve deprecation warning message on pkg_resources.declare_namespace to display package name.

v67.3.1

Misc

* Fixes egg_info code path triggered during integration with pip.

v67.3.0

Deprecations

* Added deprecation warning for pkg_resources.declare_namespace. Users that wish to implement namespace packages, are recommended to follow the practice described in PEP 420 and omit the __init__.py 
file entirely.

Changes

* Reduced usage of pkg_resources in setuptools via internal restructuring and refactoring.

Misc

* Added debugging tips for "editable mode" and update related docs. Instead of using a custom exception to display the help message to the user, setuptools will now use a warning and re-raise the 
original exception.
* Added clarification about editable_wheel and dist_info CLI commands: they should not be called directly with python setup.py .... Instead they are reserved for internal use of setuptools 
(effectively as "private" commands). Users are recommended to rely on build backend APIs (PEP 517 and PEP 660) exposed by setuptools.build_meta.


To generate a diff of this commit:
cvs rdiff -u -r1.229 -r1.230 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.76 -r1.77 pkgsrc/devel/py-setuptools/PLIST
cvs rdiff -u -r1.205 -r1.206 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.229 pkgsrc/devel/py-setuptools/Makefile:1.230
--- pkgsrc/devel/py-setuptools/Makefile:1.229   Wed Feb  8 10:16:43 2023
+++ pkgsrc/devel/py-setuptools/Makefile Tue Feb 21 06:19:44 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.229 2023/02/08 10:16:43 adam Exp $
+# $NetBSD: Makefile,v 1.230 2023/02/21 06:19:44 adam Exp $
 
-DISTNAME=      setuptools-67.2.0
+DISTNAME=      setuptools-67.3.3
 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.76 pkgsrc/devel/py-setuptools/PLIST:1.77
--- pkgsrc/devel/py-setuptools/PLIST:1.76       Wed Feb  8 10:16:43 2023
+++ pkgsrc/devel/py-setuptools/PLIST    Tue Feb 21 06:19:44 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.76 2023/02/08 10:16:43 adam Exp $
+@comment $NetBSD: PLIST,v 1.77 2023/02/21 06:19:44 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -327,6 +327,9 @@ ${PYSITELIB}/setuptools/_importlib.pyo
 ${PYSITELIB}/setuptools/_itertools.py
 ${PYSITELIB}/setuptools/_itertools.pyc
 ${PYSITELIB}/setuptools/_itertools.pyo
+${PYSITELIB}/setuptools/_normalization.py
+${PYSITELIB}/setuptools/_normalization.pyc
+${PYSITELIB}/setuptools/_normalization.pyo
 ${PYSITELIB}/setuptools/_path.py
 ${PYSITELIB}/setuptools/_path.pyc
 ${PYSITELIB}/setuptools/_path.pyo

Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.205 pkgsrc/devel/py-setuptools/distinfo:1.206
--- pkgsrc/devel/py-setuptools/distinfo:1.205   Wed Feb  8 10:16:43 2023
+++ pkgsrc/devel/py-setuptools/distinfo Tue Feb 21 06:19:44 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.205 2023/02/08 10:16:43 adam Exp $
+$NetBSD: distinfo,v 1.206 2023/02/21 06:19:44 adam Exp $
 
-BLAKE2s (setuptools-67.2.0.tar.gz) = a104c484d816ca2808eadb9d885db5c2cdf66aa70fb4eab6f484f74b1876d981
-SHA512 (setuptools-67.2.0.tar.gz) = 2d15719d7a0305535ee853e82b5196af2eaa29cbcf73c59515c2fa8e8c910c25fcf3854aac515789a51a845555b19c95e8d06fef4199cf19ba4a45dda5b7ab66
-Size (setuptools-67.2.0.tar.gz) = 2475665 bytes
+BLAKE2s (setuptools-67.3.3.tar.gz) = 9dac00945a973a4bf1a722de5c08028ad159f556d9cd1aa3e0ac37f44b88cd79
+SHA512 (setuptools-67.3.3.tar.gz) = 35f3438fa178e6bd066d59ae50d816bc9b7591035c118bef34c1c0387267ce46fb6162630be7a96cf63d9ce45ef3cee4493fd8f3613938d8159daeb64bdc3c27
+Size (setuptools-67.3.3.tar.gz) = 2478985 bytes



Home | Main Index | Thread Index | Old Index