1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python27 1.0 |
---|
6 | |
---|
7 | name py27-termcolor |
---|
8 | version 1.1.0 |
---|
9 | categories python |
---|
10 | platforms darwin |
---|
11 | maintainers gmail.com:cedric.luthi |
---|
12 | license MIT |
---|
13 | |
---|
14 | description ANSII Color formatting for output in terminal. |
---|
15 | long_description termcolor is a Python module to format colored output in terminal. |
---|
16 | |
---|
17 | homepage http://pypi.python.org/pypi/termcolor |
---|
18 | master_sites http://pypi.python.org/packages/source/t/termcolor/ |
---|
19 | distname termcolor-${version} |
---|
20 | checksums md5 043e89644f8909d462fbbfa511c768df \ |
---|
21 | sha1 52045880a05c0fbd192343d9c9aad46a73d20e8c \ |
---|
22 | rmd160 1555f55ff04abff3929dd86215dcd679c3c4813f |
---|
23 | |
---|
24 | livecheck.type regex |
---|
25 | livecheck.regex termcolor (\\d(\\.\\d+)*) |
---|