[122989] trunk/dports/python/py-pymc/Portfile

hum at macports.org hum at macports.org
Sat Aug 2 20:50:04 PDT 2014


Revision: 122989
          https://trac.macports.org/changeset/122989
Author:   hum at macports.org
Date:     2014-08-02 20:50:03 -0700 (Sat, 02 Aug 2014)
Log Message:
-----------
py-pymc: update to 2.3.3; take maintainership; fix license; add support for python34

Modified Paths:
--------------
    trunk/dports/python/py-pymc/Portfile

Modified: trunk/dports/python/py-pymc/Portfile
===================================================================
--- trunk/dports/python/py-pymc/Portfile	2014-08-03 03:02:46 UTC (rev 122988)
+++ trunk/dports/python/py-pymc/Portfile	2014-08-03 03:50:03 UTC (rev 122989)
@@ -5,10 +5,10 @@
 PortGroup           python 1.0
 PortGroup           github 1.0
 
-github.setup        pymc-devs pymc 2.3.2
+github.setup        pymc-devs pymc 2.3.3
 name                py-pymc
-maintainers         nomaintainer
-license             BSD
+maintainers         hum openmaintainer
+license             {AFL-3 BSD}
 
 description         Bayesian statistical models and fitting algorithms for python
 long_description    PyMC is a python module that implements Bayesian statistical models \
@@ -20,24 +20,14 @@
 
 platforms           darwin
 
-dist_subdir         ${name}/${version}_3
+python.versions     26 27 32 33 34
 
-
-python.versions     26 27 32 33
-
 if {${name} ne ${subport}} {
     depends_lib-append  port:py${python.version}-numpy
 
-# md5 checksum for distfile from https://github.com/pymc-devs/pymc/tarball/v2.3/pymc-2.3.tar.gz is e49de8920609727c13de42f3101454fe
-# md5 checksum for distfile from https://pypi.python.org/packages/source/p/pymc/pymc-2.3.tar.gz is 03678068b552eecb16fc7aded39d125a
-# diff -ur shows unpacked distfiles are identical excepting top level directory name
-# see https://trac.macports.org/ticket/41682
+    checksums           rmd160  3c2a7822a655c06f49efe09f66d42c5166866e3e \
+                        sha256  8c04092116517549f7fb48cafc6f4b78f55d015665e3f7ac1f9f154a2d525a03
 
-    checksums           md5     4eb6c20cbc28370a8f5d364df28ead5f \
-                        rmd160  50c4d5cc42f118620b385f77acbccfc6f81c2c55 \
-                        sha256  2163edfe1d7ce2b48cccf97e89e86f20437739866e0aeeb2971b91b5d411ae9d
-
-
     set gcc_versions {4.3 4.4 4.5 4.6 4.7 4.8 4.9}
     set default_fortran_variant +gcc48
     set g95_conflicts {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140802/7d2bbd52/attachment.html>


More information about the macports-changes mailing list