# -*- 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-rich-theme-manager
version                     0.11.0
revision                    0

categories-append           devel
supported_archs             noarch
platforms                   {darwin any}
license                     MIT
maintainers                 nomaintainer

description                 Manage rich themes for CLI applications
long_description            {*}${description}

homepage                    https://github.com/RhetTbull/rich_theme_manager

checksums                   rmd160  ef39eff71d0b66f67716ec8b409486c45999aa93 \
                            sha256  3bc1effa4b6c42f72994b73c8b3c391b1c6e803deccc2fc3932da31b00f1a112 \
                            size    17416

python.versions             39 310 311 312 313

python.pep517               yes
python.pep517_backend       poetry

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

    depends_lib-append      port:py${python.version}-rich
}
