# -*- 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-textual-plotext
python.rootname     textual_plotext
version             1.0.1
revision            0
categories-append   graphics
platforms           {darwin any}
license             MIT
maintainers         nomaintainer
description         Textual widget wrapper for the Plotext plotting library
long_description    {*}${description}
homepage            https://github.com/Textualize/textual-plotext
checksums           rmd160  7edc92a103c6f58eb8a1e2ecd27d22079bb9336f \
                    sha256  836f53a3316756609e194129a35c2875638e7958c261f541e0a794f7c98011be \
                    size    16489
supported_archs     noarch

python.versions         310 311 312 313 314
python.pep517_backend   poetry

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