# -*- 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.5 maintainers nomaintainer python.versions 25 26 27 31 32 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 https://pypi.python.org/packages/source/b/${real_name}/ distname ${real_name}-${version} checksums md5 368094303d698512f86e1aab8dde3b9e \ rmd160 0f4ec8ff55914d3266daa651a5c9ce84119ffa11 \ sha256 3aa414066c285646622384b563ec4b93c7e50099bd65a397b8db6b6e9a90b657 if {$name != $subport} { depends_build port:py${python.version}-setuptools }