pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test-pylint py-test-pylint: mark as incompati...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee062e2d4072
branches:  trunk
changeset: 417760:ee062e2d4072
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Nov 15 09:57:52 2019 +0000

description:
py-test-pylint: mark as incompatible with Python 2.7

diffstat:

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

diffs (18 lines):

diff -r 1db6168565f3 -r ee062e2d4072 devel/py-test-pylint/Makefile
--- a/devel/py-test-pylint/Makefile     Fri Nov 15 09:18:16 2019 +0000
+++ b/devel/py-test-pylint/Makefile     Fri Nov 15 09:57:52 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/11/14 18:02:46 adam Exp $
+# $NetBSD: Makefile,v 1.2 2019/11/15 09:57:52 adam Exp $
 
 DISTNAME=      pytest-pylint-0.14.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -17,6 +17,8 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-pylint
+
 # test are not included
 do-test:
        ${DO_NADA}



Home | Main Index | Thread Index | Old Index