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-pywcs |
---|
8 | version 1.9-4.4.4 |
---|
9 | maintainers users.sourceforge.net:robitaille |
---|
10 | |
---|
11 | categories-append science |
---|
12 | description PyWCS is Python module for handling the FITS WCS standard |
---|
13 | long_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 | |
---|
15 | platforms darwin |
---|
16 | |
---|
17 | homepage https://trac6.assembla.com/astrolib |
---|
18 | master_sites http://stsdas.stsci.edu/astrolib/ |
---|
19 | distname pywcs-${version} |
---|
20 | checksums md5 7fa6b6bec5377ed45b0f29e24ede5658 |
---|
21 | |
---|
22 | depends_lib port:py26-numpy \ |
---|
23 | port:py26-pyfits |
---|