Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2020 05:36:43 +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: r523773 - head/devel/py-immutables
Message-ID:  <202001220536.00M5ahYG010413@repo.freebsd.org>

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



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