Ticket #26840: Portfile

File Portfile, 977 bytes (added by marshall.perrin@…, 14 years ago)

py26-asciitable

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