Revision: 120589 https://trac.macports.org/changeset/120589 Author: stromnov@macports.org Date: 2014-06-02 07:41:18 -0700 (Mon, 02 Jun 2014) Log Message: ----------- py-scikit-image: update to version 0.10.0 Modified Paths: -------------- trunk/dports/python/py-scikit-image/Portfile Removed Paths: ------------- trunk/dports/python/py-scikit-image/files/ Modified: trunk/dports/python/py-scikit-image/Portfile =================================================================== --- trunk/dports/python/py-scikit-image/Portfile 2014-06-02 14:32:41 UTC (rev 120588) +++ trunk/dports/python/py-scikit-image/Portfile 2014-06-02 14:41:18 UTC (rev 120589) @@ -5,14 +5,14 @@ PortGroup python 1.0 PortGroup github 1.0 -github.setup scikit-image scikit-image 0.9.3 v +github.setup scikit-image scikit-image 0.10.0 v name py-${name} revision 0 categories-append science platforms darwin license BSD -python.versions 26 27 32 33 +python.versions 26 27 32 33 34 maintainers stromnov openmaintainer @@ -24,12 +24,10 @@ homepage http://scikit-image.org/ -checksums rmd160 3d792360cf576e564ab739e36a722a1b4bd7171f \ - sha256 579eceb64811e0d50f162e78a13d45d33351e32844abc3dfb415b5c779d4dbb3 +checksums rmd160 eb2bec8e8e7e7ca5aea1798793257b8a4f109bb1 \ + sha256 d0bf3b1ed65c7181e35080a5142992bf29418c85094bb0e8a332fd3a2573c2e1 if {${name} ne ${subport}} { - patchfiles patch-skimage__build.py.diff - depends_build-append \ port:py${python.version}-cython @@ -38,10 +36,5 @@ depends_run-append port:py${python.version}-scipy - post-patch { - reinplace "s|@prefix@|${prefix}|g" ${worksrcpath}/skimage/_build.py - reinplace "s|@python.branch@|${python.branch}|g" ${worksrcpath}/skimage/_build.py - } - livecheck.type none }