Files
2025-07-23 14:04:15 -04:00

32 lines
1022 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-urwidtrees
version 1.0.3
revision 0
platforms {darwin any}
license GPL-3
supported_archs noarch
maintainers {@harens gmail.com:harensdeveloper} \
openmaintainer
description Tree widgets for urwid
long_description This is a Widget Container API for the urwid toolkit. \
It uses a MVC approach and allows to build trees of widgets.
homepage https://github.com/pazz/urwidtrees
checksums rmd160 c2a4fca7238ec551e2320cf789b74f09e6645403 \
sha256 50b19c06b03a5a73e561757a26d449cfe0c08afabe5c0f3cd4435596bdddaae9 \
size 13844
python.versions 313
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-urwid
}