svn commit: r523773 - head/devel/py-immutables

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 22 05:36:44 UTC 2020


Author: sunpoet
Date: Wed Jan 22 05:36:42 2020
New Revision: 523773
URL: https://svnweb.freebsd.org/changeset/ports/523773

Log:
  Fix USES=python

Modified:
  head/devel/py-immutables/Makefile

Modified: head/devel/py-immutables/Makefile
==============================================================================
--- head/devel/py-immutables/Makefile	Wed Jan 22 05:36:37 2020	(r523772)
+++ head/devel/py-immutables/Makefile	Wed Jan 22 05:36:42 2020	(r523773)
@@ -13,8 +13,8 @@ COMMENT=	Immutable collections
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USES=		python:3.5+
+USE_PYTHON=	autoplist distutils
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/immutables/_map.so


More information about the svn-ports-head mailing list