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

Antoine Brodin antoine at FreeBSD.org
Wed Nov 20 15:01:02 UTC 2019


Author: antoine
Date: Wed Nov 20 15:01:01 2019
New Revision: 518031
URL: https://svnweb.freebsd.org/changeset/ports/518031

Log:
  Revert r517016, breaking bulk -a is not covered by portmgr blanket

Modified:
  head/devel/py-datrie/Makefile

Modified: head/devel/py-datrie/Makefile
==============================================================================
--- head/devel/py-datrie/Makefile	Wed Nov 20 14:57:37 2019	(r518030)
+++ head/devel/py-datrie/Makefile	Wed Nov 20 15:01:01 2019	(r518031)
@@ -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:-3.7
+USES=		python
 USE_PYTHON=	distutils autoplist
 
 do-test:


More information about the svn-ports-all mailing list