# -*- 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 PortGroup github 1.0 github.setup urwid urwid 1.3.1 release- name py-${name} platforms darwin license LGPL-2.1+ maintainers mdeaudelin.net:macports 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://urwid.org/ python.versions 26 27 33 34 35 if {${name} ne ${subport}} { checksums rmd160 7c4d4d0ebdbdeade1c5724004069e0ec799346ec \ sha256 59fa7e49336b63c39df08ceb4830a7d563c6b68f2879d8bfe87f90c73717b37a if {[vercmp ${python.branch} 3.0] >= 0} { depends_build-append port:py${python.version}-setuptools } post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir}/examples #xinstall -m 644 ${worksrcpath}/reference.html \ # ${destroot}${docdir} xinstall -m 644 -W ${worksrcpath}/examples \ browse.py calc.py edit.py fib.py tour.py \ ${destroot}${docdir}/examples } livecheck.type none }