Ticket #29090: Portfile.2

File Portfile.2, 1.3 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago)

my proposal

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-fits
8version             2.4.0
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        ${homepage}
24distname            pyfits-${version}
25
26checksums           sha1    5a0c9c7fd058fc44a22f1c00682461ecf4ebc3c1 \
27                    rmd160  3256f2111db7c994f1deb7d6ec37cb6a2a003fb0
28
29depends_lib-append  port:py27-numpy
30
31livecheck.type      regex
32livecheck.url       ${homepage}/Download
33livecheck.regex     pyfits-(\[0-9.\]+)\\.