pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jul 14 12:11:32 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-pylint-common/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-pylint-common/Makefile
diff -u pkgsrc/devel/py-pylint-common/Makefile:1.1 pkgsrc/devel/py-pylint-common/Makefile:1.2
--- pkgsrc/devel/py-pylint-common/Makefile:1.1  Thu Dec 21 10:15:48 2017
+++ pkgsrc/devel/py-pylint-common/Makefile      Sat Jul 14 12:11:32 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/12/21 10:15:48 adam Exp $
+# $NetBSD: Makefile,v 1.2 2018/07/14 12:11:32 adam Exp $
 
 DISTNAME=      pylint-common-0.2.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,5 +15,7 @@ DEPENDS+=     ${PYPKGPREFIX}-pylint-plugin-u
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # pylint-plugin-utils
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index