pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-pylint-common py-pylint-common: mark as incom...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5aec6d73be33
branches:  trunk
changeset: 310387:5aec6d73be33
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jul 14 12:11:32 2018 +0000

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

diffstat:

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

diffs (17 lines):

diff -r 6293c1f7f4df -r 5aec6d73be33 devel/py-pylint-common/Makefile
--- a/devel/py-pylint-common/Makefile   Sat Jul 14 11:41:49 2018 +0000
+++ b/devel/py-pylint-common/Makefile   Sat Jul 14 12:11:32 2018 +0000
@@ -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 @@
 
 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