Revision: 115527 https://trac.macports.org/changeset/115527 Author: devans@macports.org Date: 2014-01-04 00:13:35 -0800 (Sat, 04 Jan 2014) Log Message: ----------- py-pymc: add tag_prefix to github.setup, verify resulting distfile, fixes #41682. Modified Paths: -------------- trunk/dports/python/py-pymc/Portfile Modified: trunk/dports/python/py-pymc/Portfile =================================================================== --- trunk/dports/python/py-pymc/Portfile 2014-01-04 02:46:56 UTC (rev 115526) +++ trunk/dports/python/py-pymc/Portfile 2014-01-04 08:13:35 UTC (rev 115527) @@ -1,12 +1,12 @@ - # -*- 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 +# -*- 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 pymc 2.3 -revision 2 +github.setup pymc-devs pymc 2.3 v +revision 3 name py-pymc maintainers nomaintainer license BSD @@ -21,7 +21,7 @@ platforms darwin -dist_subdir ${name}/${version}_2 +dist_subdir ${name}/${version}_${revision} python.versions 26 27 32 33 @@ -29,9 +29,15 @@ if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-numpy - checksums rmd160 8f810928bd2edf8fbd857eb08530e81d9a661028 \ - sha256 b4ce92cfffcdebfb4e4083bae5113b019b8ef2c33f3fd020d2818cc3a9a4b53d +# 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 md5 e49de8920609727c13de42f3101454fe \ + rmd160 0c0d9f7ef37cbe0ff608a8e059cff6f8cdb6587e \ + sha256 506455fd0a4f27db4448fcf8343ffa60d1c16a1f2819c947edf52f0fe2f4070d + 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 {}
participants (1)
-
devans@macports.org