Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Dec 2019 13:33:40 +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: r520330 - in head: math/py-bayesian-optimization multimedia/subsync science/py-chainer-chemistry science/py-oddt
Message-ID:  <201912171333.xBHDXeDs064296@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Dec 17 13:33:40 2019
New Revision: 520330
URL: https://svnweb.freebsd.org/changeset/ports/520330

Log:
  Unbreak bulk -a

Modified:
  head/math/py-bayesian-optimization/Makefile
  head/multimedia/subsync/Makefile
  head/science/py-chainer-chemistry/Makefile
  head/science/py-oddt/Makefile

Modified: head/math/py-bayesian-optimization/Makefile
==============================================================================
--- head/math/py-bayesian-optimization/Makefile	Tue Dec 17 13:09:33 2019	(r520329)
+++ head/math/py-bayesian-optimization/Makefile	Tue Dec 17 13:33:40 2019	(r520330)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.18.0:science/py-scikit-learn@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=0.14.0:science/py-scipy@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/multimedia/subsync/Makefile
==============================================================================
--- head/multimedia/subsync/Makefile	Tue Dec 17 13:09:33 2019	(r520329)
+++ head/multimedia/subsync/Makefile	Tue Dec 17 13:33:40 2019	(r520330)
@@ -20,7 +20,7 @@ BUILD_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}webrtcvad>0:audio/py-webrtcvad@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_GITHUB=	yes
 GH_ACCOUNT=	smacke # tympanix account has another version of the same project requiring tensorflow
 GH_TAGNAME=	d9798a5

Modified: head/science/py-chainer-chemistry/Makefile
==============================================================================
--- head/science/py-chainer-chemistry/Makefile	Tue Dec 17 13:09:33 2019	(r520329)
+++ head/science/py-chainer-chemistry/Makefile	Tue Dec 17 13:33:40 2019	(r520330)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}scikit-learn>0:science/py-scikit-learn@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	distutils autoplist
 
 NO_ARCH=	yes

Modified: head/science/py-oddt/Makefile
==============================================================================
--- head/science/py-oddt/Makefile	Tue Dec 17 13:09:33 2019	(r520329)
+++ head/science/py-oddt/Makefile	Tue Dec 17 13:33:40 2019	(r520330)
@@ -20,7 +20,7 @@ BUILD_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		python
+USES=		python:3.5+
 USE_GITHUB=	yes
 USE_PYTHON=	distutils concurrent autoplist
 



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