# -*- 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           github 1.0
PortGroup           python 1.0

name                py-mahotas

github.setup        luispedro mahotas 1.4.14 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            0
license             MIT

python.versions     39 310 311 312

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  4de6f9cdf24d6eb7318070a6b2727b88be7b5418 \
                    sha256  aa7205eea270feafa8e090d775078bc73d6762b2fa2395cc983592e69248de15 \
                    size    1522797

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