Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2019 21:44:02 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517016 - head/devel/py-datrie
Message-ID:  <201911072144.xA7Li2HD008700@repo.freebsd.org>

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



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