pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-clickclick
Module Name: pkgsrc
Committed By: wiz
Date: Sat Feb 26 13:44:07 UTC 2022
Modified Files:
pkgsrc/devel/py-clickclick: Makefile
Log Message:
py-clickclick: disable for python 3.7
I can't find importlib-metadata3 and nothing in pkgsrc depends on this.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-clickclick/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-clickclick/Makefile
diff -u pkgsrc/devel/py-clickclick/Makefile:1.9 pkgsrc/devel/py-clickclick/Makefile:1.10
--- pkgsrc/devel/py-clickclick/Makefile:1.9 Thu Feb 24 09:46:28 2022
+++ pkgsrc/devel/py-clickclick/Makefile Sat Feb 26 13:44:07 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/02/24 09:46:28 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2022/02/26 13:44:07 wiz Exp $
DISTNAME= clickclick-20.10.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -21,7 +21,7 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-six-[0-9]
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 37
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index