Ticket #31434: Portfile

File Portfile, 1.3 KB (added by marshall.perrin@…, 13 years ago)

Portfile for pyfits 3.0.2

Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5PortGroup           python27 1.0
6
7name                py27-pyfits
8version             3.0.2
9categories          python science
10platforms           darwin
11maintainers         gmail.com:sebastien.maret
12
13description         Python interface to FITS formatted files
14
15long_description    PyFITS provides an interface to FITS formatted files \
16                    under Python. It is useful both for interactive data \
17                    analysis and for writing analysis scripts in Python \
18                    using FITS files as either input or output. PyFITS is \
19                    a development project of the Science Software Branch \
20                    at the Space Telescope Science Institute.
21
22homepage            http://www.stsci.edu/resources/software_hardware/pyfits
23master_sites        http://pypi.python.org/packages/source/p/pyfits/
24distname            pyfits-${version}
25
26checksums           sha1    9725ed2262a711bbe09c5b674440fdabb97ba28c \
27                    rmd160  f6a8282333d7efcd02ad5a62b98006f4c199da94
28
29depends_lib-append  port:py27-numpy
30
31livecheck.type      regex
32livecheck.url       ${homepage}/Download
33livecheck.regex     pyfits-(\[0-9.\]+)\\.