# -*- 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-blessed version 1.14.1 platforms darwin license MIT maintainers nomaintainer description A thin practical wrapper around terminal styling screen positioning \ and keyboard input. long_description ${description} homepage https://github.com/jquast/blessed master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 5c2faf81f6fa6305e1acf74518677f5b792de5bb \ sha256 58a289d833299944dc2f7b02aae522e3ed53ec0d43fbbfca5d9eeb9486b2c073 python.versions 27 35 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-six \ port:py${python.version}-wcwidth livecheck.type none } else { livecheck.type regex livecheck.url ${master_sites} }