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 python26 1.0 |
---|
6 | |
---|
7 | name py26-pyfits |
---|
8 | version 2.3.1 |
---|
9 | maintainers users.sourceforge.net:robitaille |
---|
10 | |
---|
11 | categories-append science |
---|
12 | description PyFITS provides an interface to FITS files in Python |
---|
13 | long_description PyFITS provides an interface to FITS files in Python \ |
---|
14 | and PyRAF (the Python-based interface to IRAF). It is \ |
---|
15 | useful both for interactive data analysis and for writing \ |
---|
16 | analysis scripts in Python using FITS files as either \ |
---|
17 | input or output. |
---|
18 | |
---|
19 | platforms darwin |
---|
20 | |
---|
21 | homepage http://www.stsci.edu/resources/software_hardware/pyfits |
---|
22 | master_sites http://www.stsci.edu/resources/software_hardware/pyfits/ |
---|
23 | distname pyfits-${version} |
---|
24 | checksums md5 82e6919667aea99925db212d38670b38 |
---|
25 | |
---|
26 | depends_lib port:py26-numpy |
---|