# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-crayons version 0.2.0 platforms darwin license GPL-2 maintainers {khindenburg @kurthindenburg} openmaintainer description Text UI colors long_description \ This module is really simple, it gives you colored strings for \ terminal usage. Included colors are ``red``, ``green``, ``yellow``, \ ``blue``, ``black``, ``magenta``, ``magenta``, ``cyan``, ``white``, \ ``clean``, and ``disable``. homepage https://pypi.python.org/pypi/${python.rootname}/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 a92ed7a5d5963812106fd5bf60b5a2e6d98d9bc9 \ sha256 41f0843815a8e3ac6fb445b7970d8b9c766e6f164092d84e7ea809b4c91418ec \ size 3526 python.versions 27 35 36 37 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-colorama livecheck.type none } else { livecheck.type pypi }