Date: Fri, 23 Mar 2018 17:58:16 +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: r465392 - in head/math: . py-pymc3 Message-ID: <201803231758.w2NHwGxG045665@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Fri Mar 23 17:58:16 2018 New Revision: 465392 URL: https://svnweb.freebsd.org/changeset/ports/465392 Log: New port: math/py-pymc3: Probabilistic programming in Python Added: head/math/py-pymc3/ head/math/py-pymc3/Makefile (contents, props changed) head/math/py-pymc3/distinfo (contents, props changed) head/math/py-pymc3/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Fri Mar 23 17:35:00 2018 (r465391) +++ head/math/Makefile Fri Mar 23 17:58:16 2018 (r465392) @@ -665,6 +665,7 @@ SUBDIR += py-pygsl SUBDIR += py-pyhull SUBDIR += py-pymc + SUBDIR += py-pymc3 SUBDIR += py-pysparse SUBDIR += py-pyvtk SUBDIR += py-roman Added: head/math/py-pymc3/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-pymc3/Makefile Fri Mar 23 17:58:16 2018 (r465392) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= pymc3 +DISTVERSIONPREFIX= v +DISTVERSION= 3.3 +CATEGORIES= math python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Probabilistic programming in Python + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h5py>=2.7.0:science/py-h5py@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}joblib>=0.9:devel/py-joblib@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandas>=0.18.0:math/py-pandas@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}patsy>=0.4.0:math/py-patsy@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}theano>=1.0.0:math/py-theano@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tqdm>=4.8.4:misc/py-tqdm@${FLAVOR} +py27_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}enum34>=1.1.6:devel/py-enum34@${FLAVOR} + +USES= python +USE_GITHUB= yes +GH_ACCOUNT= pymc-devs +USE_PYTHON= distutils concurrent autoplist +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/math/py-pymc3/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-pymc3/distinfo Fri Mar 23 17:58:16 2018 (r465392) @@ -0,0 +1,3 @@ +TIMESTAMP = 1521789206 +SHA256 (pymc-devs-pymc3-v3.3_GH0.tar.gz) = 1af9ecf29b5c2a916e55f75ec96c3dede575de6052efd618af44d306c5928402 +SIZE (pymc-devs-pymc3-v3.3_GH0.tar.gz) = 24015107 Added: head/math/py-pymc3/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-pymc3/pkg-descr Fri Mar 23 17:58:16 2018 (r465392) @@ -0,0 +1,6 @@ +PyMC3 is a Python package for Bayesian statistical modeling and Probabilistic +Machine Learning which focuses on advanced Markov chain Monte Carlo and +variational fitting algorithms. Its flexibility and extensibility make it +applicable to a large suite of problems. + +WWW: https://docs.pymc.io/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803231758.w2NHwGxG045665>