You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
905 B
Tcl
30 lines
905 B
Tcl
# -*- 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.5
|
|
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 1e35e9e59eb47598acc902f0b3663b92412b2ffa \
|
|
sha256 50e428dfbf6a33e5076cd7898a42a77fc4c5b60e804b50c59e89ead7a22299bd \
|
|
size 12463
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${subport} ne ${name}} {
|
|
test.run yes
|
|
}
|