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: python packages ins...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bbdb9528aee8
branches: trunk
changeset: 771955:bbdb9528aee8
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Dec 30 15:19:02 2021 +0000
description:
py-setuptools: python packages install config file, remove comment
add README.txt for the config file
diffstat:
devel/py-setuptools/Makefile | 10 +---------
devel/py-setuptools/files/README.txt | 2 ++
2 files changed, 3 insertions(+), 9 deletions(-)
diffs (29 lines):
diff -r b4f8991651c5 -r bbdb9528aee8 devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile Thu Dec 30 15:18:21 2021 +0000
+++ b/devel/py-setuptools/Makefile Thu Dec 30 15:19:02 2021 +0000
@@ -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 @@
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"
diff -r b4f8991651c5 -r bbdb9528aee8 devel/py-setuptools/files/README.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-setuptools/files/README.txt Thu Dec 30 15:19:02 2021 +0000
@@ -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