# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-urwid version 1.1.1 platforms darwin license LGPL-2.1+ maintainers phw openmaintainer description curses-based UI/widget library for Python long_description Urwid is a curses-based UI/widget library for Python. It \ features fluid interface resizing, multiple text layout \ options, simple markup for attributes, powerful scrolling list \ boxes and flexible edit boxes. homepage http://excess.org/urwid/ master_sites ${homepage} distname urwid-${version} checksums sha1 4ba857895c03441a8d2810d8adc126272b5a5e03 \ rmd160 d7eb56e1cd281ca2e6eb186a0d552d3c8293d089 python.versions 24 25 26 27 31 32 33 if {$subport != $name} { if {[vercmp ${python.branch} 3.0] >= 0} { depends_build-append port:py${python.version}-setuptools } post-destroot { #xinstall -m 644 ${worksrcpath}/reference.html \ # ${destroot}${prefix}/share/doc/${subport} xinstall -m 644 -W ${worksrcpath}/examples browse.py calc.py edit.py fib.py tour.py \ ${destroot}${prefix}/share/doc/${subport}/examples } } livecheck.type regex livecheck.regex {urwid-([0-9.]+)\.tar}