Ticket #29090: Portfile

File Portfile, 1.0 KB (added by smaret (Sebastien Maret), 13 years ago)

Portfile for PyFITS

Line 
1# $Id$
2
3PortSystem 1.0
4PortGroup python27 1.0
5
6name             py27-pyfits
7version          2.4.0
8revision         1
9categories       python science
10platforms        darwin
11maintainers      gmail.com:sebastien.maret
12
13description      Python interface to FITS formatted files
14long_description PyFITS provides an interface to FITS formatted files under Python. It \
15is useful both for interactive data analysis and for writing analysis \
16scripts in Python using FITS files as either input or output. PyFITS \
17is a development project of the Science Software Branch at the Space \
18Telescope Science Institute.
19
20homepage         http://www.stsci.edu/resources/software_hardware/pyfits
21master_sites     http://www.stsci.edu/resources/software_hardware/pyfits/
22distname         pyfits-${version}
23
24checksums        md5     f6009137c060557ddd2ed244f2cb1b12 \
25                 sha1    5a0c9c7fd058fc44a22f1c00682461ecf4ebc3c1 \
26                 rmd160  3256f2111db7c994f1deb7d6ec37cb6a2a003fb0
27
28depends_lib      port:py26-numpy
29
30build.target     build