# -*- 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-blessings set real_name blessings version 1.3 maintainers singingwolfboy openmaintainer python.versions 25 26 27 31 32 python.default_version 27 description A thin, practical wrapper around terminal formatting, positioning, and more long_description ${description} platforms darwin license MIT homepage https://github.com/erikrose/blessings master_sites http://pypi.python.org/packages/source/b/${real_name}/ distname ${real_name}-${version} checksums rmd160 44deda73fa391ec87bf4452ee4c7ad3bc04b9b9f \ sha256 1bc5679fdf1807c74eb8da3774dd61ba928134cfb729df664fb60602161af193 if {$name != $subport} { depends_lib-append port:py${python.version}-distribute }