summaryrefslogtreecommitdiff
path: root/devel/py-pylint
diff options
context:
space:
mode:
authordarcy <darcy>2016-08-29 15:44:25 +0000
committerdarcy <darcy>2016-08-29 15:44:25 +0000
commit17aff53aee25c6527d9878de3a43159ee941617b (patch)
tree3cfb590a271b63714422711b8b48dd69aca1aab4 /devel/py-pylint
parent0558f5312b7b35501c1a41b85d899935597f5bf2 (diff)
downloadpkgsrc-17aff53aee25c6527d9878de3a43159ee941617b.tar.gz
Update devel/py-logilab-common to version 1.2.0.
This is mainly to remove dependency on time/py-mxDateTime so that it can build on Python >= 3.4. Removed PYTHON_VERSIONS_INCOMPATIBLE line from this and other packages that had it for this incompatibility.
Diffstat (limited to 'devel/py-pylint')
-rw-r--r--devel/py-pylint/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/py-pylint/Makefile b/devel/py-pylint/Makefile
index 2df72dd5992..fadbf0d0c76 100644
--- a/devel/py-pylint/Makefile
+++ b/devel/py-pylint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2016/08/28 15:48:30 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2016/08/29 15:44:26 darcy Exp $
DISTNAME= pylint-1.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,8 +14,6 @@ DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
DEPENDS+= ${PYPKGPREFIX}-astroid>=1.3.6:../../devel/py-astroid
DEPENDS+= ${PYPKGPREFIX}-logilab-common>=0.53.0:../../devel/py-logilab-common
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-mxDateTime via py-logilab-common
-
USE_LANGUAGES= # none
DOCDIR= ${PREFIX}/share/doc/pylint