# -*- 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
# $Id: Portfile 114324 2013-12-05 08:44:51Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-pywcs
version             1.11-4.8.2
revision            1
maintainers         robitaille stsci.edu:mperrin

categories-append   science
description         pywcs is a set of routines for handling the FITS WCS standard
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 WCSLIB.

platforms           darwin

homepage            https://trac6.assembla.com/astrolib
master_sites        http://stsdas.stsci.edu/astrolib/
distname            pywcs-${version}
checksums           md5  0721ceb7d8270868dd5d688ba60e4089 \
                    sha1  670746ef477cef43cefe488b95f05c70891f1ae0 \
                    rmd160  ca76fa03cf77a25613ad1aab86723b469e653924

python.versions     26 27 32

if {${name} ne ${subport}} {
    depends_run-append  port:py${python.version}-numpy \
                        port:py${python.version}-pyfits
}
