# -*- 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-plotpy
version             2.7.5
revision            0

license             BSD
maintainers         {reneeotten @reneeotten} openmaintainer

description         Curve and image plotting tools for Python/Qt applications
long_description    {*}${description}

homepage            https://github.com/PlotPyStack/plotpy/

checksums           rmd160  563cdec71ec012335fac1d6a021c806b1a5e0c22 \
                    sha256  b6370d4f7b1d934dcb6f3e76c371ecfee9c25dc42ce07699ca9ad6d8f3213738 \
                    size    8199371

python.versions     313

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-guidata \
                    port:py${python.version}-Pillow \
                    port:py${python.version}-pythonqwt \
                    port:py${python.version}-scikit-image \
                    port:py${python.version}-scipy \
                    port:py${python.version}-tifffile
}
