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: wiz
Date: Thu Jan 13 21:30:00 UTC 2022
Modified Files:
pkgsrc/devel/py-build: Makefile
Log Message:
py-build: remove reference to python 3.6
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/devel/py-build/Makefile:1.4
--- pkgsrc/devel/py-build/Makefile:1.3 Wed Jan 5 15:41:01 2022
+++ pkgsrc/devel/py-build/Makefile Thu Jan 13 21:30:00 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/01/05 15:41:01 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/01/13 21:30:00 wiz Exp $
DISTNAME= build-0.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -22,7 +22,7 @@ USE_PKG_RESOURCES= yes
.include "../../lang/python/pyversion.mk"
-.if ${PYPKGPREFIX} == "py36" || ${PYPKGPREFIX} == "py37"
+.if ${PYPKGPREFIX} == "py37"
DEPENDS+= ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
.endif
Home |
Main Index |
Thread Index |
Old Index