# -*- 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-term-background
version             1.0.4
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}

distname            term_background-${version}

checksums           rmd160  349676d5651bb38c82714c2559c31aec1f016800 \
                    sha256  9c7a68d922ebeda37dc3cf866498985be7cd42b6b6fa7295c9e196ad98d11861 \
                    size    12271

python.versions     310 311 312 313

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