svn commit: r535405 - head/devel/py-astroid1

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


Author: sunpoet
Date: Sat May 16 10:53:22 2020
New Revision: 535405
URL: https://svnweb.freebsd.org/changeset/ports/535405

Log:
  Add comment for PORTSCOUT

Modified:
  head/devel/py-astroid1/Makefile

Modified: head/devel/py-astroid1/Makefile
==============================================================================
--- head/devel/py-astroid1/Makefile	Sat May 16 10:53:17 2020	(r535404)
+++ head/devel/py-astroid1/Makefile	Sat May 16 10:53:22 2020	(r535405)
@@ -18,12 +18,13 @@ RUN_DEPENDS=	${PY_ENUM34} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wrapt>=0:devel/py-wrapt@${PY_FLAVOR}
 
-PORTSCOUT=	limit:^1\.
-
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+# astroid 2.0.0+ requires Python 3.4+
+PORTSCOUT=	limit:^1\.
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-head mailing list