pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-mypy
Module Name: pkgsrc
Committed By: wiz
Date: Thu Jan 6 23:30:40 UTC 2022
Modified Files:
pkgsrc/devel/py-test-mypy: Makefile
Log Message:
py-test-mypy: disable python 2.7 version
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-mypy/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-test-mypy/Makefile
diff -u pkgsrc/devel/py-test-mypy/Makefile:1.1 pkgsrc/devel/py-test-mypy/Makefile:1.2
--- pkgsrc/devel/py-test-mypy/Makefile:1.1 Wed Jan 5 22:20:06 2022
+++ pkgsrc/devel/py-test-mypy/Makefile Thu Jan 6 23:30:39 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/01/05 22:20:06 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/01/06 23:30:39 wiz Exp $
DISTNAME= pytest-mypy-0.8.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
@@ -17,5 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-mypy>=0.782:../
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index