1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python 1.0 |
---|
5 | |
---|
6 | name py-wcwidth |
---|
7 | version 0.1.5 |
---|
8 | license MIT |
---|
9 | platforms darwin |
---|
10 | supported_archs noarch |
---|
11 | maintainers gmail.com:xeron.oskom openmaintainer |
---|
12 | description Library for building powerful interactive command lines in Python |
---|
13 | long_description ${description} |
---|
14 | |
---|
15 | python.versions 27 |
---|
16 | |
---|
17 | homepage https://pypi.python.org/pypi/wcwidth/ |
---|
18 | master_sites https://pypi.python.org/packages/source/w/wcwidth/ |
---|
19 | distname wcwidth-${version} |
---|
20 | |
---|
21 | checksums md5 2282d853074f2f1f465a3387e524d99b \ |
---|
22 | rmd160 e9e7f0172ed8881fd50ed20a012d6274ef9b791c \ |
---|
23 | sha256 66c7ce3199c87833aaaa1fe1241b63261ce53c1062597c189a16a54713e0919d |
---|
24 | |
---|
25 | if {${name} ne ${subport}} { |
---|
26 | depends_build-append port:py${python.version}-setuptools |
---|
27 | livecheck.type none |
---|
28 | } else { |
---|
29 | livecheck.type regex |
---|
30 | livecheck.url ${homepage} |
---|
31 | livecheck.regex "wcwidth (\\d+\\.\\d+(?:\\.\\d+))" |
---|
32 | } |
---|