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:           Mon Jun 13 18:26:00 UTC 2022

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

Log Message:
py-setuptools: updated to 62.4.0

v62.4.0

Changes

* Added setuptools.command.build command to match distutils.command.build -- by :user:`isuruf`
* Merge with pypa/distutils@75ed79d including reformat using black, fix for Cygwin support, and improved support for cross compiling.

Documentation changes

* Changes to the User Guide's Entry Points page -- by :user:`codeandfire`

* Further minor corrections to the Entry Points page -- by :user:`codeandfire`

* Rework some documentation pages to de-emphasize distutils and the history of packaging in the Python ecosystem. The focus of these changes is to make the documentation easier to read for new users.

* Update documentation about dependency management, removing mention to the deprecated dependency_links and adding some small improvements.

* Extracted text about automatic resource extraction and the zip-safe flag from userguide/miscellaneous to deprecated/resource_extraction and deprecated/zip_safe.

Extracted text about additional metadata files from userguide/miscellaneous into the existing userguide/extension document.

Updated userguide/extension to better reflect the status of the setuptools project.

Removed userguide/functionalities_rewrite (a virtually empty part of the docs).


To generate a diff of this commit:
cvs rdiff -u -r1.212 -r1.213 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.71 -r1.72 pkgsrc/devel/py-setuptools/PLIST
cvs rdiff -u -r1.189 -r1.190 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.212 pkgsrc/devel/py-setuptools/Makefile:1.213
--- pkgsrc/devel/py-setuptools/Makefile:1.212   Wed Jun  8 07:43:41 2022
+++ pkgsrc/devel/py-setuptools/Makefile Mon Jun 13 18:26:00 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.212 2022/06/08 07:43:41 adam Exp $
+# $NetBSD: Makefile,v 1.213 2022/06/13 18:26:00 adam Exp $
 
-DISTNAME=      setuptools-62.3.3
+DISTNAME=      setuptools-62.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.71 pkgsrc/devel/py-setuptools/PLIST:1.72
--- pkgsrc/devel/py-setuptools/PLIST:1.71       Tue May 17 07:44:07 2022
+++ pkgsrc/devel/py-setuptools/PLIST    Mon Jun 13 18:26:00 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.71 2022/05/17 07:44:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.72 2022/06/13 18:26:00 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -291,9 +291,6 @@ ${PYSITELIB}/setuptools/_distutils/msvc9
 ${PYSITELIB}/setuptools/_distutils/msvccompiler.py
 ${PYSITELIB}/setuptools/_distutils/msvccompiler.pyc
 ${PYSITELIB}/setuptools/_distutils/msvccompiler.pyo
-${PYSITELIB}/setuptools/_distutils/py35compat.py
-${PYSITELIB}/setuptools/_distutils/py35compat.pyc
-${PYSITELIB}/setuptools/_distutils/py35compat.pyo
 ${PYSITELIB}/setuptools/_distutils/py38compat.py
 ${PYSITELIB}/setuptools/_distutils/py38compat.pyc
 ${PYSITELIB}/setuptools/_distutils/py38compat.pyo
@@ -529,6 +526,9 @@ ${PYSITELIB}/setuptools/command/bdist_eg
 ${PYSITELIB}/setuptools/command/bdist_rpm.py
 ${PYSITELIB}/setuptools/command/bdist_rpm.pyc
 ${PYSITELIB}/setuptools/command/bdist_rpm.pyo
+${PYSITELIB}/setuptools/command/build.py
+${PYSITELIB}/setuptools/command/build.pyc
+${PYSITELIB}/setuptools/command/build.pyo
 ${PYSITELIB}/setuptools/command/build_clib.py
 ${PYSITELIB}/setuptools/command/build_clib.pyc
 ${PYSITELIB}/setuptools/command/build_clib.pyo

Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.189 pkgsrc/devel/py-setuptools/distinfo:1.190
--- pkgsrc/devel/py-setuptools/distinfo:1.189   Wed Jun  8 07:43:41 2022
+++ pkgsrc/devel/py-setuptools/distinfo Mon Jun 13 18:26:00 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.189 2022/06/08 07:43:41 adam Exp $
+$NetBSD: distinfo,v 1.190 2022/06/13 18:26:00 adam Exp $
 
-BLAKE2s (setuptools-62.3.3.tar.gz) = 1f685d47b32c0e718a90119423686a7d31c4c3315162e3376b48d851e97e6a9a
-SHA512 (setuptools-62.3.3.tar.gz) = a7ca81b3f7adedb15a4ff3607654d1a4615de1b30a22aa5cbe4b0a8077db8bdd9348167cbb6deb97e1076d320c2a2a4b0d30acda389905d6503786902eeb66af
-Size (setuptools-62.3.3.tar.gz) = 2586270 bytes
+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



Home | Main Index | Thread Index | Old Index