# -*- 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-plotext
version             5.3.2
revision            0
categories-append   graphics
platforms           {darwin any}
license             MIT
maintainers         nomaintainer
description         ${name} directly on terminal
long_description    {*}${description}
homepage            https://github.com/piccolomo/plotext

checksums           rmd160  ef25ca2f537e025ce37a7829ac66ffd69c604658 \
                    sha256  52d1e932e67c177bf357a3f0fe6ce14d1a96f7f7d5679d7b455b929df517068e \
                    size    61967
supported_archs     noarch

python.versions     310 311 312 313 314

if {${name} ne ${subport}} {
    depends_lib-append  port:py${python.version}-Pillow
}
