# -*- 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.2
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  a450aaa4bfd113bc61a62a8e87b06fcc45f0da78 \
                    sha256  729ccb45be09afdf395c86a3f565424c3480ba743e37a255d6e06419ce61b846 \
                    size    25299

python.versions     39 310 311 312 313

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