Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Nov 2019 15:01:01 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518031 - head/devel/py-datrie
Message-ID:  <201911201501.xAKF11OM023794@repo.freebsd.org>

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



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