Date: Thu, 17 Mar 2022 18:48:21 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 26c7afb0d5d0 - main - math/py-pymc3: Update 3.11.4 -> 3.11.5 Message-ID: <202203171848.22HImLaF094860@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=26c7afb0d5d03be88064a28643d9adaa1abaf432 commit 26c7afb0d5d03be88064a28643d9adaa1abaf432 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-03-17 18:47:43 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-03-17 18:48:15 +0000 math/py-pymc3: Update 3.11.4 -> 3.11.5 Reported by: portscout --- math/py-pymc3/Makefile | 9 ++++++--- math/py-pymc3/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/math/py-pymc3/Makefile b/math/py-pymc3/Makefile index 30045e1732d7..2772d33c2533 100644 --- a/math/py-pymc3/Makefile +++ b/math/py-pymc3/Makefile @@ -1,6 +1,6 @@ PORTNAME= pymc3 DISTVERSIONPREFIX= v -DISTVERSION= 3.11.4 +DISTVERSION= 3.11.5 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,13 +13,14 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}arviz>=0.11.0:math/py-arviz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cachetools>=4.2.1:devel/py-cachetools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}deprecat>0:devel/py-deprecat@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dill>0:devel/py-dill@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fastprogress>=0.2.0:devel/py-fastprogress@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>=0.24.0:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}patsy>=0.5.1:math/py-patsy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=1.2.0:science/py-scipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>=1.7.3:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}semver>=2.13.0:devel/py-semver@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}theano>=1.0.5:math/py-theano@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}theano>0:math/py-theano@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@${PY_FLAVOR} USES= python:3.8+ @@ -27,6 +28,8 @@ USE_GITHUB= yes GH_ACCOUNT= pymc-devs USE_PYTHON= distutils concurrent autoplist +WRKSRC= ${WRKDIR}/pymc-${DISTVERSION} + NO_ARCH= yes .include <bsd.port.mk> diff --git a/math/py-pymc3/distinfo b/math/py-pymc3/distinfo index a246e5b47ec0..055b384e11d7 100644 --- a/math/py-pymc3/distinfo +++ b/math/py-pymc3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629825658 -SHA256 (pymc-devs-pymc3-v3.11.4_GH0.tar.gz) = 9ba745f1b69dd265e04e69d062d49c682bfe34da5f62b416a066ce5f1b547b20 -SIZE (pymc-devs-pymc3-v3.11.4_GH0.tar.gz) = 1958471 +TIMESTAMP = 1647536646 +SHA256 (pymc-devs-pymc3-v3.11.5_GH0.tar.gz) = aa448ed8d16fe754f56b028e136cfee60f2cd7135fca0500cc23df9b8efdd1d5 +SIZE (pymc-devs-pymc3-v3.11.5_GH0.tar.gz) = 1960078
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203171848.22HImLaF094860>