# -*- 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
PortGroup           github 1.0

github.setup        rocky shell-term-background 1.0.3
github.tarball_from archive
name                py-term-background
revision            0

categories-append   devel
supported_archs     noarch
platforms           {darwin any}
license             GPL-2+
maintainers         {reneeotten @reneeotten} openmaintainer

description         Determine if shell has a light or dark background
long_description    {*}${description}

checksums           rmd160  aa37f8faae9f8811ebfebce394654ec1ce37b556 \
                    sha256  9434f52b3f915907e5bface860518ad1635de3e8ebf78ed680c7a519561c137e \
                    size    34967

python.versions     39 310 311 312 313

if {${subport} ne ${name}} {
    test.run        yes
}
