# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 79102 2011-06-02 06:52:33Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python27 1.0

name                py27-pyfits
version             2.4.0
categories          python science
platforms           darwin
maintainers         gmail.com:sebastien.maret

description         Python interface to FITS formatted files

long_description    PyFITS provides an interface to FITS formatted files \
                    under Python. It is useful both for interactive data \
                    analysis and for writing analysis scripts in Python \
                    using FITS files as either input or output. PyFITS is \
                    a development project of the Science Software Branch \
                    at the Space Telescope Science Institute.

homepage            http://www.stsci.edu/resources/software_hardware/pyfits
master_sites        ${homepage}
distname            pyfits-${version}

checksums           sha1    5a0c9c7fd058fc44a22f1c00682461ecf4ebc3c1 \
                    rmd160  3256f2111db7c994f1deb7d6ec37cb6a2a003fb0

depends_lib-append  port:py27-numpy

livecheck.type      regex
livecheck.url       ${homepage}/Download
livecheck.regex     pyfits-(\[0-9.\]+)\\.
