Revision: 148883 https://trac.macports.org/changeset/148883 Author: aronnax@macports.org Date: 2016-05-21 08:32:09 -0700 (Sat, 21 May 2016) Log Message: ----------- py-scikits-bootstrap: switch git GitHub portgroup to fix livecheck Modified Paths: -------------- trunk/dports/python/py-scikits-bootstrap/Portfile Modified: trunk/dports/python/py-scikits-bootstrap/Portfile =================================================================== --- trunk/dports/python/py-scikits-bootstrap/Portfile 2016-05-21 15:25:29 UTC (rev 148882) +++ trunk/dports/python/py-scikits-bootstrap/Portfile 2016-05-21 15:32:09 UTC (rev 148883) @@ -3,9 +3,11 @@ PortSystem 1.0 PortGroup python 1.0 +PortGroup github 1.0 -name py-scikits-bootstrap -version 0.3.2 +github.setup cgevans scikits-bootstrap 0.3.2 +name py-${name} +revision 1 categories-append science license BSD platforms darwin @@ -13,16 +15,10 @@ description Bootstrap confidence interval estimation routines for SciPy. long_description Algorithms for SciPy to calculate bootstrap confidence \ intervals for statistics functions applied to data. -homepage http://github.org/cgevans/scikits-bootstrap -master_sites http://pypi.python.org/packages/source/s/scikits.bootstrap/ -distname scikits.bootstrap-${version} -worksrcdir scikits-bootstrap-${version} +checksums rmd160 3cd699efccbe85a442286507faed57bcf87dc327 \ + sha256 c98b55d53161e53632ff3e0e60c16ffe7c38b6505947a1f2447eb6d7c01a0e01 -checksums md5 c4e55db940f078759b52b32cdf394224 \ - rmd160 f13d0cde10cfbea234421ffd3f13e849f4854a3d \ - sha256 0f3e335060de3b768c9eb1a4938097323808b75724e2bcdec609dc5143bcfa3a - python.versions 26 27 33 34 if {${name} ne ${subport}} { @@ -31,8 +27,4 @@ port:py${python.version}-scipy livecheck.type none -} else { - livecheck.type regex - livecheck.url ${master_sites} - livecheck.regex "scikits\\.bootstrap-(\\d+(?:\\.\\d+)*)${extract.suffix}" }