Date: Sun, 1 Dec 2019 22:41:32 +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: r518816 - head/math/py-pymc3 Message-ID: <201912012241.xB1MfWel090740@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Dec 1 22:41:31 2019 New Revision: 518816 URL: https://svnweb.freebsd.org/changeset/ports/518816 Log: Unbreak ports tree Pointy hat: yuri Modified: head/math/py-pymc3/Makefile Modified: head/math/py-pymc3/Makefile ============================================================================== --- head/math/py-pymc3/Makefile Sun Dec 1 22:38:04 2019 (r518815) +++ head/math/py-pymc3/Makefile Sun Dec 1 22:41:31 2019 (r518816) @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}theano>=1.0.4:math/py-theano@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>=4.8.4:misc/py-tqdm@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_GITHUB= yes GH_ACCOUNT= pymc-devs USE_PYTHON= distutils concurrent autoplist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912012241.xB1MfWel090740>