pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-test-mypy py-test-mypy: disable python 2.7 ve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee3c5025afda
branches:  trunk
changeset: 371208:ee3c5025afda
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 06 23:30:39 2022 +0000

description:
py-test-mypy: disable python 2.7 version

diffstat:

 devel/py-test-mypy/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1285406421d4 -r ee3c5025afda devel/py-test-mypy/Makefile
--- a/devel/py-test-mypy/Makefile       Thu Jan 06 21:52:19 2022 +0000
+++ b/devel/py-test-mypy/Makefile       Thu Jan 06 23:30:39 2022 +0000
@@ -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 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index