# -*- 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-termplotlib
version             0.3.9
revision            0

categories-append   devel
platforms           {darwin any}
supported_archs     noarch
license             GPL-3+
maintainers         nomaintainer

description         Python plotting for the command line
long_description    {*}${description}

homepage            https://github.com/nschloe/termplotlib

checksums           rmd160  003e6303c82d8e68dfa7363c1bc99b4717c1d0e3 \
                    sha256  c04cbd67ac61753eac9162a99cbe87c379d4c5daf720af1df55f4423c094203e \
                    size    24517

python.versions     39 310 311 312 313

if {${name} ne ${subport}} {
    depends_build-append \
                    port:py${python.version}-toml

    depends_lib-append \
                    port:gnuplot \
                    port:py${python.version}-numpy
}
