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 Jul  6 07:25:58 UTC 2022

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

Log Message:
py-setuptools: updated to 63.1.0

v63.1.0

Changes

Merge with pypa/distutils@152c13d including pypa/distutils#155 (improved compatibility for editable installs on homebrew Python 3.9), pypa/distutils#150 (better handling of runtime_library_dirs on 
cygwin), and pypa/distutils#151 (remove warnings for namespace packages).

v63.0.0

Breaking Changes

Drop setuptools' support for installing an entrypoint extra requirements at load time: - the functionality has been broken since v60.8.0. - the mechanism to do so is deprecated (fetch_build_eggs). - 
that use case (e.g. a custom command class entrypoint) is covered by making sure the necessary build requirements are declared.

Documentation changes

Updated the example pyproject.toml -- by :user:`jacalata`
This updates the documentation for the file_finders hook so that the logging recommendation aligns with the suggestion to not use distutils directly.
Fix reference for keywords to point to the Core Metadata Specification instead of PEP 314 (the live standard is kept always up-to-date and consolidates several PEPs together in a single document).
Reordered the User Guide's Table of Contents


To generate a diff of this commit:
cvs rdiff -u -r1.213 -r1.214 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.72 -r1.73 pkgsrc/devel/py-setuptools/PLIST
cvs rdiff -u -r1.190 -r1.191 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.213 pkgsrc/devel/py-setuptools/Makefile:1.214
--- pkgsrc/devel/py-setuptools/Makefile:1.213   Mon Jun 13 18:26:00 2022
+++ pkgsrc/devel/py-setuptools/Makefile Wed Jul  6 07:25:58 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.213 2022/06/13 18:26:00 adam Exp $
+# $NetBSD: Makefile,v 1.214 2022/07/06 07:25:58 adam Exp $
 
-DISTNAME=      setuptools-62.4.0
+DISTNAME=      setuptools-63.1.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.72 pkgsrc/devel/py-setuptools/PLIST:1.73
--- pkgsrc/devel/py-setuptools/PLIST:1.72       Mon Jun 13 18:26:00 2022
+++ pkgsrc/devel/py-setuptools/PLIST    Wed Jul  6 07:25:58 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.72 2022/06/13 18:26:00 adam Exp $
+@comment $NetBSD: PLIST,v 1.73 2022/07/06 07:25:58 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -177,6 +177,9 @@ ${PYSITELIB}/setuptools/_distutils/cmd.p
 ${PYSITELIB}/setuptools/_distutils/command/__init__.py
 ${PYSITELIB}/setuptools/_distutils/command/__init__.pyc
 ${PYSITELIB}/setuptools/_distutils/command/__init__.pyo
+${PYSITELIB}/setuptools/_distutils/command/_framework_compat.py
+${PYSITELIB}/setuptools/_distutils/command/_framework_compat.pyc
+${PYSITELIB}/setuptools/_distutils/command/_framework_compat.pyo
 ${PYSITELIB}/setuptools/_distutils/command/bdist.py
 ${PYSITELIB}/setuptools/_distutils/command/bdist.pyc
 ${PYSITELIB}/setuptools/_distutils/command/bdist.pyo
@@ -411,12 +414,6 @@ ${PYSITELIB}/setuptools/_vendor/more_ite
 ${PYSITELIB}/setuptools/_vendor/more_itertools/recipes.py
 ${PYSITELIB}/setuptools/_vendor/more_itertools/recipes.pyc
 ${PYSITELIB}/setuptools/_vendor/more_itertools/recipes.pyo
-${PYSITELIB}/setuptools/_vendor/nspektr/__init__.py
-${PYSITELIB}/setuptools/_vendor/nspektr/__init__.pyc
-${PYSITELIB}/setuptools/_vendor/nspektr/__init__.pyo
-${PYSITELIB}/setuptools/_vendor/nspektr/_compat.py
-${PYSITELIB}/setuptools/_vendor/nspektr/_compat.pyc
-${PYSITELIB}/setuptools/_vendor/nspektr/_compat.pyo
 ${PYSITELIB}/setuptools/_vendor/ordered_set.py
 ${PYSITELIB}/setuptools/_vendor/ordered_set.pyc
 ${PYSITELIB}/setuptools/_vendor/ordered_set.pyo

Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.190 pkgsrc/devel/py-setuptools/distinfo:1.191
--- pkgsrc/devel/py-setuptools/distinfo:1.190   Mon Jun 13 18:26:00 2022
+++ pkgsrc/devel/py-setuptools/distinfo Wed Jul  6 07:25:58 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.190 2022/06/13 18:26:00 adam Exp $
+$NetBSD: distinfo,v 1.191 2022/07/06 07:25:58 adam Exp $
 
-BLAKE2s (setuptools-62.4.0.tar.gz) = 4b116d43eb00dc8fc0fed1bc66d4f59cafa6078d6bbd8c07c5726f605b90033f
-SHA512 (setuptools-62.4.0.tar.gz) = 552bb6c93793a438d8d319b1ef51932e7e15fab965b9fc81a4f15015e02f3e7318b9df9890c3fb59fac1ec443c17cd5cbd17b7227a6a82deb355230673ae9ec5
-Size (setuptools-62.4.0.tar.gz) = 2592908 bytes
+BLAKE2s (setuptools-63.1.0.tar.gz) = 4cd3bb1daebbb89004e0252f032daa7a851b64ade6cf65852421ae7e6ebaf3ec
+SHA512 (setuptools-63.1.0.tar.gz) = 367b52dfbd5d1a6980d061a47c1948ee8efd9632f694c21e8d518639b8097fbda8f1735641c25d7528bc11beeffc42d6bcba9e0d9b755d5b6fbb74d26bf7cc5c
+Size (setuptools-63.1.0.tar.gz) = 2599380 bytes



Home | Main Index | Thread Index | Old Index