Date: Sun, 1 Dec 2019 22:38:04 +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: r518815 - head/math/py-arviz Message-ID: <201912012238.xB1Mc4WA089841@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Dec 1 22:38:04 2019 New Revision: 518815 URL: https://svnweb.freebsd.org/changeset/ports/518815 Log: Unbreak ports tree Pointy hat: yuri Modified: head/math/py-arviz/Makefile Modified: head/math/py-arviz/Makefile ============================================================================== --- head/math/py-arviz/Makefile Sun Dec 1 22:12:36 2019 (r518814) +++ head/math/py-arviz/Makefile Sun Dec 1 22:38:04 2019 (r518815) @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.19:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xarray>=0.11:devel/py-xarray@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= distutils autoplist NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912012238.xB1Mc4WA089841>