svn commit: r517016 - head/devel/py-datrie

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Nov 7 21:44:03 UTC 2019


Author: amdmi3
Date: Thu Nov  7 21:44:02 2019
New Revision: 517016
URL: https://svnweb.freebsd.org/changeset/ports/517016

Log:
  - Limit python version (does not build with 3.8+)
  
  Approved by:	portmgr blanket

Modified:
  head/devel/py-datrie/Makefile

Modified: head/devel/py-datrie/Makefile
==============================================================================
--- head/devel/py-datrie/Makefile	Thu Nov  7 21:43:29 2019	(r517015)
+++ head/devel/py-datrie/Makefile	Thu Nov  7 21:44:02 2019	(r517016)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR}
 
-USES=		python
+USES=		python:-3.7
 USE_PYTHON=	distutils autoplist
 
 do-test:


More information about the svn-ports-head mailing list