Ticket #26883: Portfile

File Portfile, 914 bytes (added by astrofrog (Thomas Robitaille), 14 years ago)
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 python26 1.0
6
7name                py26-pywcs
8version             1.9-4.4.4
9maintainers         users.sourceforge.net:robitaille
10
11categories-append   science
12description         PyWCS is Python module for handling the FITS WCS standard
13long_description    PyWCS is a set of routines for handling the FITS World Coordinate System (WCS) standard. It is a thin wrapper around the high- and mid-level interfaces of Dr. Mark Calabretta's WCSLIB.
14
15platforms           darwin
16
17homepage            https://trac6.assembla.com/astrolib
18master_sites        http://stsdas.stsci.edu/astrolib/
19distname            pywcs-${version}
20checksums           md5 7fa6b6bec5377ed45b0f29e24ede5658
21
22depends_lib         port:py26-numpy \
23                    port:py26-pyfits