aboutsummaryrefslogtreecommitdiff
path: root/devel/pylint/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pylint/Makefile')
-rw-r--r--devel/pylint/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/devel/pylint/Makefile b/devel/pylint/Makefile
index f1d0a5b2fed1..f1463a5ee48c 100644
--- a/devel/pylint/Makefile
+++ b/devel/pylint/Makefile
@@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= pylint
-PORTVERSION= 1.2.0
-PORTREVISION= 1
+PORTVERSION= 1.3.1
CATEGORIES= devel python
-MASTER_SITES= LOGILAB
+MASTER_SITES= CHEESESHOP
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
MAINTAINER= mva@FreeBSD.org
@@ -13,10 +12,10 @@ COMMENT= Analyzes python source code looking for bugs and signs of poor quality
LICENSE= LGPL21
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=1.1.0:${PORTSDIR}/devel/py-astroid
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=1.2.1:${PORTSDIR}/devel/py-astroid
-USES= python
-USE_PYTHON= distutils
+USES= python zip
+USE_PYTHON= distutils concurrent
OPTIONS_DEFINE= GUI