svn commit: r535389 - head/devel/pylint1

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 16 10:51:21 UTC 2020


Author: sunpoet
Date: Sat May 16 10:51:18 2020
New Revision: 535389
URL: https://svnweb.freebsd.org/changeset/ports/535389

Log:
  Add comment for PORTSCOUT

Modified:
  head/devel/pylint1/Makefile

Modified: head/devel/pylint1/Makefile
==============================================================================
--- head/devel/pylint1/Makefile	Sat May 16 10:51:12 2020	(r535388)
+++ head/devel/pylint1/Makefile	Sat May 16 10:51:18 2020	(r535389)
@@ -19,12 +19,13 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astroid1>=1.6:deve
 		${PYTHON_PKGNAMEPREFIX}mccabe>=0:devel/py-mccabe@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
 
-PORTSCOUT=	limit:^1\.
-
 USES=		python shebangfix
 USE_PYTHON=	concurrent distutils py3kplist
 
 NO_ARCH=	yes
+
+# pylint 2.0.0+ require Python 3.4+
+PORTSCOUT=	limit:^1\.
 
 SHEBANG_FILES=	pylint/test/data/ascript
 


More information about the svn-ports-head mailing list