# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-scikit-image version 0.12.3 revision 1 categories-append science platforms darwin license BSD python.versions 27 34 35 maintainers stromnov openmaintainer description Image processing algorithms for SciPy. long_description Image processing algorithms for SciPy, including IO, \ morphology, filtering, warping, color manipulation, \ object detection, etc. homepage http://scikit-image.org/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 0491aef88127dd7327e25243b2bec2bf1b8242dc \ sha256 82da192f0e524701e89c5379c79200bc6dc21373f48bf7778a864c583897d7c7 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools \ port:py${python.version}-cython depends_lib-append port:py${python.version}-numpy \ port:py${python.version}-scipy \ port:py${python.version}-six depends_run-append port:py${python.version}-matplotlib \ port:py${python.version}-networkx \ port:py${python.version}-dask \ path:${python.pkgd}/PIL:py${python.version}-Pillow livecheck.type none } else { livecheck.type pypi }