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:   adam
Date:           Mon Aug  1 08:12:36 UTC 2022

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

Log Message:
py-build: unclog for Python 3.7


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 pkgsrc/devel/py-build/Makefile:1.9
--- pkgsrc/devel/py-build/Makefile:1.8  Sat Jul 30 20:21:32 2022
+++ pkgsrc/devel/py-build/Makefile      Mon Aug  1 08:12:36 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/07/30 20:21:32 tnn Exp $
+# $NetBSD: Makefile,v 1.9 2022/08/01 08:12:36 adam Exp $
 
 DISTNAME=      build-0.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -23,8 +23,7 @@ USE_PKG_RESOURCES=    yes
 .include "../../lang/python/pyversion.mk"
 
 .if ${PYPKGPREFIX} == "py37"
-#DEPENDS+=     ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
-BROKEN+=               "circular dependency"
+DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
 .endif
 
 post-install:



Home | Main Index | Thread Index | Old Index