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:   wiz
Date:           Thu Dec 30 15:19:02 UTC 2021

Modified Files:
        pkgsrc/devel/py-setuptools: Makefile
Added Files:
        pkgsrc/devel/py-setuptools/files: README.txt

Log Message:
py-setuptools: python packages install config file, remove comment

add README.txt for the config file


To generate a diff of this commit:
cvs rdiff -u -r1.195 -r1.196 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-setuptools/files/README.txt

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.195 pkgsrc/devel/py-setuptools/Makefile:1.196
--- pkgsrc/devel/py-setuptools/Makefile:1.195   Mon Dec 13 16:19:09 2021
+++ pkgsrc/devel/py-setuptools/Makefile Thu Dec 30 15:19:02 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.195 2021/12/13 16:19:09 adam Exp $
+# $NetBSD: Makefile,v 1.196 2021/12/30 15:19:02 wiz Exp $
 
 DISTNAME=      setuptools-59.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -25,13 +25,5 @@ PYTHON_VERSIONS_INCOMPATIBLE=        27
 
 PYSETUPTESTTARGET=     pytest
 
-# This setting, which will soon be default-on again, breaks on NetBSD
-# https://github.com/pypa/setuptools/issues/2364
-# files/_distutils_system_mod needs to be installed into
-# ${PREFIX}/lib/python3.9/site-packages/_distutils_system_mod.py
-# (NOT ${DESTDIR}${PREFIX}) before building this package
-# https://github.com/pypa/distutils/issues/16
-#MAKE_ENV+=    SETUPTOOLS_USE_DISTUTILS=local
-
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"

Added files:

Index: pkgsrc/devel/py-setuptools/files/README.txt
diff -u /dev/null pkgsrc/devel/py-setuptools/files/README.txt:1.1
--- /dev/null   Thu Dec 30 15:19:02 2021
+++ pkgsrc/devel/py-setuptools/files/README.txt Thu Dec 30 15:19:02 2021
@@ -0,0 +1,2 @@
+_distutils_system_mod in this directory is installed by the various
+lang/python* packages to adapt setuptools to the pkgsrc layout.



Home | Main Index | Thread Index | Old Index