Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2020 10:51:19 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535389 - head/devel/pylint1
Message-ID:  <202005161051.04GApJjA010019@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005161051.04GApJjA010019>