pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-setuptools_scm py-setuptools_scam: comment ou...
details: https://anonhg.NetBSD.org/pkgsrc/rev/72a55978600b
branches: trunk
changeset: 386856:72a55978600b
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Oct 16 06:32:00 2022 +0000
description:
py-setuptools_scam: comment out py-importlib-metadata dependency
This is required per setup.cfg for python < 3.8, but this introduces
a cyclic dependency.
To do: mark this (and everything using it) as not for python 3.7, since
it probably won't work correctly?
diffstat:
devel/py-setuptools_scm/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 9b54a4b5e648 -r 72a55978600b devel/py-setuptools_scm/Makefile
--- a/devel/py-setuptools_scm/Makefile Sun Oct 16 05:16:48 2022 +0000
+++ b/devel/py-setuptools_scm/Makefile Sun Oct 16 06:32:00 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2022/10/14 14:03:01 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2022/10/16 06:32:00 wiz Exp $
DISTNAME= setuptools_scm-7.0.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -25,7 +25,8 @@
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} == 37
-DEPENDS+= ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
+# required per setup.cfg, but this introduces a cyclic dependency
+#DEPENDS+= ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
.endif
USE_LANGUAGES= # none
Home |
Main Index |
Thread Index |
Old Index