pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-pylint



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Nov 15 09:57:52 UTC 2019

Modified Files:
        pkgsrc/devel/py-test-pylint: Makefile

Log Message:
py-test-pylint: mark as incompatible with Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-pylint/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-pylint/Makefile
diff -u pkgsrc/devel/py-test-pylint/Makefile:1.1 pkgsrc/devel/py-test-pylint/Makefile:1.2
--- pkgsrc/devel/py-test-pylint/Makefile:1.1    Thu Nov 14 18:02:46 2019
+++ pkgsrc/devel/py-test-pylint/Makefile        Fri Nov 15 09:57:52 2019
@@ -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 @@ BUILD_DEPENDS+=       ${PYPKGPREFIX}-test-runn
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-pylint
+
 # test are not included
 do-test:
        ${DO_NADA}



Home | Main Index | Thread Index | Old Index