# -*- 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.6 maintainers nomaintainer python.versions 27 34 description A thin, practical wrapper around terminal formatting, positioning, and more long_description ${description} platforms darwin supported_archs noarch license MIT homepage https://github.com/erikrose/blessings master_sites pypi:b/${real_name}/ distname ${real_name}-${version} checksums rmd160 00014f95d6c303cb87f02476f9b4c1d3e242293a \ sha256 edc5713061f10966048bf6b40d9a514b381e0ba849c64e034c4ef6c1847d3007 if {${name} ne ${subport}} { depends_build port:py${python.version}-setuptools }