Ticket #29284: Portfile

File Portfile, 995 bytes (added by 0xced (Cédric Luthi), 13 years ago)
Line 
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
4PortSystem          1.0
5PortGroup           python27 1.0
6
7name                py27-termcolor
8version             1.1.0
9categories          python
10platforms           darwin
11maintainers         gmail.com:cedric.luthi
12license             MIT
13
14description         ANSII Color formatting for output in terminal.
15long_description    termcolor is a Python module to format colored output in terminal.
16
17homepage            http://pypi.python.org/pypi/termcolor
18master_sites        http://pypi.python.org/packages/source/t/termcolor/
19distname            termcolor-${version}
20checksums           md5     043e89644f8909d462fbbfa511c768df \
21                    sha1    52045880a05c0fbd192343d9c9aad46a73d20e8c \
22                    rmd160  1555f55ff04abff3929dd86215dcd679c3c4813f
23
24livecheck.type      regex
25livecheck.regex     termcolor (\\d(\\.\\d+)*)