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