pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-build



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Jul 30 20:21:32 UTC 2022

Modified Files:
        pkgsrc/devel/py-build: Makefile

Log Message:
py-build: mark as BROKEN for py37


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-build/Makefile

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-build/Makefile
diff -u pkgsrc/devel/py-build/Makefile:1.7 pkgsrc/devel/py-build/Makefile:1.8
--- pkgsrc/devel/py-build/Makefile:1.7  Thu Jun 23 07:26:26 2022
+++ pkgsrc/devel/py-build/Makefile      Sat Jul 30 20:21:32 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/06/23 07:26:26 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/07/30 20:21:32 tnn Exp $
 
 DISTNAME=      build-0.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -23,7 +23,8 @@ USE_PKG_RESOURCES=    yes
 .include "../../lang/python/pyversion.mk"
 
 .if ${PYPKGPREFIX} == "py37"
-DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
+#DEPENDS+=     ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
+BROKEN+=               "circular dependency"
 .endif
 
 post-install:



Home | Main Index | Thread Index | Old Index