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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python27 1.0 |
---|
6 | |
---|
7 | name py27-pyfits |
---|
8 | version 3.0.2 |
---|
9 | categories python science |
---|
10 | platforms darwin |
---|
11 | maintainers gmail.com:sebastien.maret |
---|
12 | |
---|
13 | description Python interface to FITS formatted files |
---|
14 | |
---|
15 | long_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 | |
---|
22 | homepage http://www.stsci.edu/resources/software_hardware/pyfits |
---|
23 | master_sites http://pypi.python.org/packages/source/p/pyfits/ |
---|
24 | distname pyfits-${version} |
---|
25 | |
---|
26 | checksums sha1 9725ed2262a711bbe09c5b674440fdabb97ba28c \ |
---|
27 | rmd160 f6a8282333d7efcd02ad5a62b98006f4c199da94 |
---|
28 | |
---|
29 | depends_lib-append port:py27-numpy |
---|
30 | |
---|
31 | livecheck.type regex |
---|
32 | livecheck.url ${homepage}/Download |
---|
33 | livecheck.regex pyfits-(\[0-9.\]+)\\. |
---|