pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-setuptools py-setuptools: updated to 62.4.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/1031ac2f1b4a
branches: trunk
changeset: 380735:1031ac2f1b4a
user: adam <adam%pkgsrc.org@localhost>
date: Mon Jun 13 18:26:00 2022 +0000
description:
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).
diffstat:
devel/py-setuptools/Makefile | 4 ++--
devel/py-setuptools/PLIST | 8 ++++----
devel/py-setuptools/distinfo | 8 ++++----
3 files changed, 10 insertions(+), 10 deletions(-)
diffs (54 lines):
diff -r 5cce4c63f91c -r 1031ac2f1b4a devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile Mon Jun 13 18:25:03 2022 +0000
+++ b/devel/py-setuptools/Makefile Mon Jun 13 18:26:00 2022 +0000
@@ -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/}
diff -r 5cce4c63f91c -r 1031ac2f1b4a devel/py-setuptools/PLIST
--- a/devel/py-setuptools/PLIST Mon Jun 13 18:25:03 2022 +0000
+++ b/devel/py-setuptools/PLIST Mon Jun 13 18:26:00 2022 +0000
@@ -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/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_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
diff -r 5cce4c63f91c -r 1031ac2f1b4a devel/py-setuptools/distinfo
--- a/devel/py-setuptools/distinfo Mon Jun 13 18:25:03 2022 +0000
+++ b/devel/py-setuptools/distinfo Mon Jun 13 18:26:00 2022 +0000
@@ -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