Ticket #26839: Portfile

File Portfile, 1.0 KB (added by marshall.perrin@…, 14 years ago)

py26-pyfits

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