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:   ryoon
Date:           Sat Sep  5 10:14:31 UTC 2020

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

Log Message:
py-setuptools: Update to 50.2.0

* It seems that this fixes PLIST divergence of some packages,
  including py-libxml2 and py-cElementTree.

Changelog:
v50.2.0

    #2355: When pip is imported as part of a build, leave distutils patched.
    #2380: There are some setuptools specific changes in the setuptools.command.bdist_rpm module that are no longer needed, because they are part of the bdist_rpm module in distutils in Python 3.5.0. 
Therefore, code was removed from setuptools.command.bdist_rpm.

v50.1.0

    #2350: Setuptools reverts using the included distutils by default. Platform maintainers and system integrators and others are strongly encouraged to set SETUPTOOLS_USE_DISTUTILS=local to help 
identify and work through the reported issues with distutils adoption, mainly to file issues and pull requests with pypa/distutils such that distutils performs as needed across every supported 
environment.

v50.0.3

    #2363: Restore link_libpython support on Python 3.7 and earlier (see pypa/distutils#9).

v50.0.2

    #2352: In distutils hack, use absolute import rather than relative to avoid bpo-30876.


To generate a diff of this commit:
cvs rdiff -u -r1.179 -r1.180 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.51 -r1.52 pkgsrc/devel/py-setuptools/PLIST
cvs rdiff -u -r1.157 -r1.158 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.179 pkgsrc/devel/py-setuptools/Makefile:1.180
--- pkgsrc/devel/py-setuptools/Makefile:1.179   Wed Sep  2 21:42:18 2020
+++ pkgsrc/devel/py-setuptools/Makefile Sat Sep  5 10:14:31 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.179 2020/09/02 21:42:18 wiz Exp $
+# $NetBSD: Makefile,v 1.180 2020/09/05 10:14:31 ryoon Exp $
 
 # 48.0.0 and newer are broken on NetBSD
 # https://github.com/pypa/setuptools/issues/2364
-DISTNAME=      setuptools-50.0.1
+DISTNAME=      setuptools-50.2.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.51 pkgsrc/devel/py-setuptools/PLIST:1.52
--- pkgsrc/devel/py-setuptools/PLIST:1.51       Wed Sep  2 21:42:18 2020
+++ pkgsrc/devel/py-setuptools/PLIST    Sat Sep  5 10:14:31 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.51 2020/09/02 21:42:18 wiz Exp $
+@comment $NetBSD: PLIST,v 1.52 2020/09/05 10:14:31 ryoon Exp $
 bin/easy_install-${PYVERSSUFFIX}
 ${PYSITELIB}/_distutils_hack/__init__.py
 ${PYSITELIB}/_distutils_hack/__init__.pyc
@@ -149,6 +149,9 @@ ${PYSITELIB}/setuptools/_distutils/comma
 ${PYSITELIB}/setuptools/_distutils/command/install_scripts.py
 ${PYSITELIB}/setuptools/_distutils/command/install_scripts.pyc
 ${PYSITELIB}/setuptools/_distutils/command/install_scripts.pyo
+${PYSITELIB}/setuptools/_distutils/command/py37compat.py
+${PYSITELIB}/setuptools/_distutils/command/py37compat.pyc
+${PYSITELIB}/setuptools/_distutils/command/py37compat.pyo
 ${PYSITELIB}/setuptools/_distutils/command/register.py
 ${PYSITELIB}/setuptools/_distutils/command/register.pyc
 ${PYSITELIB}/setuptools/_distutils/command/register.pyo

Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.157 pkgsrc/devel/py-setuptools/distinfo:1.158
--- pkgsrc/devel/py-setuptools/distinfo:1.157   Wed Sep  2 21:42:18 2020
+++ pkgsrc/devel/py-setuptools/distinfo Sat Sep  5 10:14:31 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.157 2020/09/02 21:42:18 wiz Exp $
+$NetBSD: distinfo,v 1.158 2020/09/05 10:14:31 ryoon Exp $
 
-SHA1 (setuptools-50.0.1.zip) = 38c697fac7de77e14e29ff594bc739c03a101060
-RMD160 (setuptools-50.0.1.zip) = 468f2969b76a583a34c75a0fb843b69b60658db9
-SHA512 (setuptools-50.0.1.zip) = 8d8d008b586fe3782aea4a8ca109904be99490fc7bed1c8161f062d2c4594a94632c4f01b2933b5150e9f6b1336513e2c106e0a4a7a1a9a35ccb5257b7eb949a
-Size (setuptools-50.0.1.zip) = 2167767 bytes
+SHA1 (setuptools-50.2.0.zip) = 73711e7f5d0d34a45d6e08e2ec16a5cdde33240e
+RMD160 (setuptools-50.2.0.zip) = cbc52e13e7a5a7b2e87c30c04946a609d602094c
+SHA512 (setuptools-50.2.0.zip) = 1d6d52bd058b4fd3c8322538b7b31b601c04eaf196b49e89f758d691a65fe6e76fca486ba740fbb96bd817ed67b1d390a3724742977be8cc2963106a73c4c17a
+Size (setuptools-50.2.0.zip) = 2168687 bytes
 SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2
 SHA1 (patch-setuptools___distutils_sysconfig.py) = a7b51250f81fcdb1263874f13be9e05daa19d956
 SHA1 (patch-setuptools___distutils_unixccompiler.py) = 0458b62ffed862c506c9181ed851b6a13f53aa30



Home | Main Index | Thread Index | Old Index