# -*- 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.18
revision            0
license             MIT

python.versions     310 311 312 313 314

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  6708f2ade30d9b85d6aa672914c278d9bd2b1e60 \
                    sha256  e6bd2eea4143a24f381b30c64078503cd8ffa20ca493e39ffa29f9d024d9cf8b \
                    size    1533222

if {${name} ne ${subport}} {
    compiler.cxx_standard 2017
    depends_lib-append  port:py${python.version}-numpy
}
