[136301] trunk/dports/python
hum at macports.org
hum at macports.org
Thu May 14 04:35:58 PDT 2015
Revision: 136301
https://trac.macports.org/changeset/136301
Author: hum at macports.org
Date: 2015-05-14 04:35:57 -0700 (Thu, 14 May 2015)
Log Message:
-----------
New port: py-pymc3 @ 20150502 - Bayesian statistical models and fitting algorithms for python
Added Paths:
-----------
trunk/dports/python/py-pymc3/
trunk/dports/python/py-pymc3/Portfile
Added: trunk/dports/python/py-pymc3/Portfile
===================================================================
--- trunk/dports/python/py-pymc3/Portfile (rev 0)
+++ trunk/dports/python/py-pymc3/Portfile 2015-05-14 11:35:57 UTC (rev 136301)
@@ -0,0 +1,34 @@
+# -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup python 1.0
+PortGroup github 1.0
+
+github.setup pymc-devs pymc3 5f9af5b2fad18cf41b4958f2138d1df32c2e217f
+name py-pymc3
+version 20150502
+platforms darwin
+maintainers hum openmaintainer
+license Apache-2
+
+description Bayesian statistical models and fitting algorithms for python
+long_description PyMC is a python module that implements Bayesian statistical models \
+ and fitting algorithms, including Markov chain Monte Carlo. \
+ Its flexibility makes it applicable to a large suite of problems as well \
+ as easily extensible. Along with core sampling functionality, \
+ PyMC includes methods for summarizing output, plotting, goodness-of-fit and \
+ convergence diagnostics.
+
+python.versions 27 34
+
+if {${name} ne ${subport}} {
+ checksums rmd160 869dc211bba08c0e5df73fa2c18eec30401d90aa \
+ sha256 f3a75c6fb8eea64fc750243b0c7be6f36939798e6556e597f7e03082e86ca8bf
+
+ depends_lib-append port:py${python.version}-numpy \
+ port:py${python.version}-scipy \
+ port:py${python.version}-matplotlib \
+ port:py${python.version}-theano
+ livecheck.type none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150514/365eeb56/attachment.html>
More information about the macports-changes
mailing list