svn commit: r518023 - head/science/py-tensorflow

Antoine Brodin antoine at FreeBSD.org
Wed Nov 20 14:42:36 UTC 2019


Author: antoine
Date: Wed Nov 20 14:42:36 2019
New Revision: 518023
URL: https://svnweb.freebsd.org/changeset/ports/518023

Log:
  Unbreak bulk -a with non default versions of python3

Modified:
  head/science/py-tensorflow/Makefile

Modified: head/science/py-tensorflow/Makefile
==============================================================================
--- head/science/py-tensorflow/Makefile	Wed Nov 20 14:40:31 2019	(r518022)
+++ head/science/py-tensorflow/Makefile	Wed Nov 20 14:42:36 2019	(r518023)
@@ -53,7 +53,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}absl>=0.7.1:devel/
 		${PYTHON_PKGNAMEPREFIX}wrapt>=1.11.2:devel/py-wrapt@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0.30.0:devel/py-wheel@${PY_FLAVOR}
 
-USES=		python:3.6 shebangfix jpeg ssl
+USES=		python:3.6+ shebangfix jpeg ssl
 SHEBANG_GLOB=	*.py
 USE_GITHUB=	yes
 USE_PYTHON=	distutils


More information about the svn-ports-all mailing list