# -*- 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-imutils
version             0.5.4
revision            1
platforms           {darwin any}
supported_archs     noarch
license             Apache-2
maintainers         nomaintainer

description         Python image processing functions with OpenCV

long_description    A series of convenience functions to make basic \
                    image processing functions such as translation, \
                    rotation, resizing, skeletonization, displaying \
                    Matplotlib images, sorting contours, detecting \
                    edges, and much more easier with OpenCV and both \
                    Python 2.7 and Python 3.

homepage            https://github.com/jrosebr1/imutils/

checksums           rmd160  1876379228550042f27618d468d0e638589d7b60 \
                    sha256  03827a9fca8b5c540305c0844a62591cf35a0caec199cb0f2f0a4a0fb15d8f24 \
                    size    17240

python.versions     310

if {${name} ne ${subport}} {
    depends_run-append \
                        port:py${python.version}-matplotlib \
                        port:py${python.version}-numpy \
                        path:${python.pkgd}/cv2:py${python.version}-opencv4 \
                        port:py${python.version}-scipy
}
