aboutsummaryrefslogtreecommitdiff
path: root/math/py-pymc3
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-07-22 17:14:07 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-07-22 17:14:07 +0000
commit4cbb19266efa6d5b37073f7a6ef1a475cc3bc919 (patch)
tree317e530e16226e3662012c225b65eac0bb8f8415 /math/py-pymc3
parent8bdf3578e83b59dadd81040feb2166e609e4c742 (diff)
downloadports-4cbb19266efa6d5b37073f7a6ef1a475cc3bc919.tar.gz
ports-4cbb19266efa6d5b37073f7a6ef1a475cc3bc919.zip
math/py-pymc3: Update 3.4.1 -> 3.5
Now needs numpy. Reported by: portscout
Notes
Notes: svn path=/head/; revision=475113
Diffstat (limited to 'math/py-pymc3')
-rw-r--r--math/py-pymc3/Makefile5
-rw-r--r--math/py-pymc3/distinfo6
2 files changed, 6 insertions, 5 deletions
diff --git a/math/py-pymc3/Makefile b/math/py-pymc3/Makefile
index d41d66c042e8..76670671a4ed 100644
--- a/math/py-pymc3/Makefile
+++ b/math/py-pymc3/Makefile
@@ -2,7 +2,7 @@
PORTNAME= pymc3
DISTVERSIONPREFIX= v
-DISTVERSION= 3.4.1
+DISTVERSION= 3.5
CATEGORIES= math python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,8 @@ COMMENT= Probabilistic programming in Python
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h5py>=2.7.0:science/py-h5py@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYNUMPY} \
+ ${PYTHON_PKGNAMEPREFIX}h5py>=2.7.0:science/py-h5py@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}joblib>=0.9:devel/py-joblib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas>=0.18.0:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}patsy>=0.4.0:math/py-patsy@${PY_FLAVOR} \
diff --git a/math/py-pymc3/distinfo b/math/py-pymc3/distinfo
index ecc2ff5fd6e9..b5e72be5271f 100644
--- a/math/py-pymc3/distinfo
+++ b/math/py-pymc3/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1524151700
-SHA256 (pymc-devs-pymc3-v3.4.1_GH0.tar.gz) = 54a3e0cfda73a96deb46fbf7b9eaf37183257d9ba3378a9d9d5dc050ac862238
-SIZE (pymc-devs-pymc3-v3.4.1_GH0.tar.gz) = 25750929
+TIMESTAMP = 1532278933
+SHA256 (pymc-devs-pymc3-v3.5_GH0.tar.gz) = fc81af86aaadbc58b68bdc1fc12e13496b0b7b7d9b8e33f99ba05bc880f4a810
+SIZE (pymc-devs-pymc3-v3.5_GH0.tar.gz) = 26355332