pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-frozendict
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jan 30 10:57:31 UTC 2022
Modified Files:
pkgsrc/devel/py-frozendict: Makefile
Log Message:
py-frozendict: 2.2.1 only supports Python 3.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-frozendict/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-frozendict/Makefile
diff -u pkgsrc/devel/py-frozendict/Makefile:1.5 pkgsrc/devel/py-frozendict/Makefile:1.6
--- pkgsrc/devel/py-frozendict/Makefile:1.5 Sun Jan 30 10:56:42 2022
+++ pkgsrc/devel/py-frozendict/Makefile Sun Jan 30 10:57:31 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/01/30 10:56:42 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/01/30 10:57:31 wiz Exp $
DISTNAME= frozendict-2.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]
USE_LANGUAGES= c
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
DISTUTILS_BUILDDIR_IN_TEST_ENV= yes
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
Home |
Main Index |
Thread Index |
Old Index