# -*- 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.4.0 revision 1 platforms {darwin any} supported_archs noarch 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}/ checksums rmd160 0485a9b2b99241129558adfde9b5a2206cdd6646 \ sha256 bd33b7547800f2cfbd26b38431f9e64b487a7de74a947b0fafc89b45a601813f \ size 4582 python.versions 38 39 310 311 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-colorama }