# -*- 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

PortSystem          1.0
PortGroup           python 1.0

name                py-mahotas
version             1.4.11
revision            0
platforms           darwin
license             MIT

python.versions     27 35 36 37 38

maintainers         {stromnov @stromnov} openmaintainer

description         Set of functions for image processing and computer vision in Python
long_description    ${description}

homepage            http://luispedro.org/software/mahotas/

checksums           rmd160  99bf9b4ab67dff8e11b916ae1589839fe97a74fb \
                    sha256  3f0109f167fc9b599f77b4d30d57c45bcc34dea019ff79fe29eb43c866d87ce9 \
                    size    1530456

if {${name} ne ${subport}} {
    depends_lib-append  port:py${python.version}-setuptools \
                        port:py${python.version}-numpy \
                        port:py${python.version}-imread \
                        port:py${python.version}-Pillow \
                        port:freeimage

    livecheck.type      none
}
