1 | # $Id: Portfile 65908 2010-04-02 22:28:17Z mperrin@stsci.edu $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python26 1.0 |
---|
5 | |
---|
6 | set realname asciitable |
---|
7 | name py26-${realname} |
---|
8 | version 0.3.1 |
---|
9 | categories python devel science |
---|
10 | maintainers stsci.edu:mperrin openmaintainer |
---|
11 | description An extensible ASCII table reader and writer for Python 2 and 3. |
---|
12 | long_description $description |
---|
13 | homepage http://cxc.harvard.edu/contrib/asciitable/ |
---|
14 | platforms darwin |
---|
15 | master_sites http://cxc.harvard.edu/contrib/asciitable/downloads/ |
---|
16 | checksums md5 e7fbb39c39fa9aef4f2d160b42c97f8a \ |
---|
17 | sha1 cedbf0ef861c35d8ef03b74e244f42e31acba820 \ |
---|
18 | rmd160 44972083ca1aa9a8205a1c5a35c84eb468b608d8 |
---|
19 | |
---|
20 | distname ${realname}-${version} |
---|
21 | |
---|
22 | depends_build-append port:py26-distribute |
---|
23 | |
---|
24 | |
---|
25 | livecheck.type regex |
---|
26 | livecheck.url ${master_sites} |
---|
27 | livecheck.regex ${realname}-(\[0-9.\]+).tar.gz |
---|
28 | |
---|