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 pyfits |
---|
7 | name py26-${realname} |
---|
8 | version 2.3.1 |
---|
9 | categories python devel science |
---|
10 | maintainers stsci.edu:mperrin |
---|
11 | description PyFITS provides an interface to FITS formatted files under the Python scripting language and PyRAF, the Python-based interface to IRAF. |
---|
12 | long_description $description |
---|
13 | homepage http://www.stsci.edu/resources/software_hardware/pyfits |
---|
14 | platforms darwin |
---|
15 | master_sites http://www.stsci.edu/resources/software_hardware/pyfits/ |
---|
16 | checksums md5 82e6919667aea99925db212d38670b38 \ |
---|
17 | sha1 cd6ab6f01d937dd2ad5f28076e351e05767866ae \ |
---|
18 | rmd160 0a2131c05499e5340f972825e71e8e03ae4154b4 |
---|
19 | distname ${realname}-${version} |
---|
20 | |
---|
21 | depends_build-append port:py26-distribute |
---|
22 | |
---|
23 | livecheck.type regex |
---|
24 | livecheck.url ${master_sites} |
---|
25 | livecheck.regex pyfits-(\[0-9.\]+).tar.gz |
---|
26 | |
---|