Date: Tue, 11 Aug 2020 21:13:46 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544717 - head/math/py-pymc3 Message-ID: <202008112113.07BLDkOk081942@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Aug 11 21:13:46 2020 New Revision: 544717 URL: https://svnweb.freebsd.org/changeset/ports/544717 Log: math/py-pymc3: Update 3.9.2 -> 3.9.3 Reported by: portscout Modified: head/math/py-pymc3/Makefile head/math/py-pymc3/distinfo Modified: head/math/py-pymc3/Makefile ============================================================================== --- head/math/py-pymc3/Makefile Tue Aug 11 21:04:32 2020 (r544716) +++ head/math/py-pymc3/Makefile Tue Aug 11 21:13:46 2020 (r544717) @@ -2,7 +2,7 @@ PORTNAME= pymc3 DISTVERSIONPREFIX= v -DISTVERSION= 3.9.2 +DISTVERSION= 3.9.3 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,18 +13,21 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}arviz>=0.4.1:math/py-arviz@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}arviz>=0.9.0:math/py-arviz@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}fastprogress>=0.2.0:devel/py-fastprogress@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}h5py>=2.7.0:science/py-h5py@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>=0.18.0:math/py-pandas@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}patsy>=0.4.0:math/py-patsy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}patsy>=0.5.1:math/py-patsy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.18.1:science/py-scipy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}theano>=1.0.4:math/py-theano@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}theano>=1.0.5:math/py-theano@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>=4.8.4:misc/py-tqdm@${PY_FLAVOR} USES= python:3.6+ USE_GITHUB= yes GH_ACCOUNT= pymc-devs USE_PYTHON= distutils concurrent autoplist + NO_ARCH= yes .include <bsd.port.mk> Modified: head/math/py-pymc3/distinfo ============================================================================== --- head/math/py-pymc3/distinfo Tue Aug 11 21:04:32 2020 (r544716) +++ head/math/py-pymc3/distinfo Tue Aug 11 21:13:46 2020 (r544717) @@ -1,3 +1,3 @@ -TIMESTAMP = 1593136141 -SHA256 (pymc-devs-pymc3-v3.9.2_GH0.tar.gz) = ce00215b8577cefb946642ed09b0933cfbc9b8f6f30d5daae50f40a29d22ffe9 -SIZE (pymc-devs-pymc3-v3.9.2_GH0.tar.gz) = 74731535 +TIMESTAMP = 1597179359 +SHA256 (pymc-devs-pymc3-v3.9.3_GH0.tar.gz) = 4b023a694cb569aaaa4a7268708f9db89a723c7f6baa28023f2f5fabd1384d5c +SIZE (pymc-devs-pymc3-v3.9.3_GH0.tar.gz) = 76588105
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008112113.07BLDkOk081942>