# -*- 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 79484 2011-06-15 15:33:04Z robitaille@macports.org $

PortSystem 1.0
PortGroup python26 1.0

name                py26-pyregion
version             1.0.1
maintainers         robitaille

categories-append   science
description         pyregion is a Python module to parse ds9 region files
long_description    pyregion is a Python module to parse ds9 region files

platforms           darwin

homepage            http://leejjoon.github.com/pyregion/
master_sites        http://cloud.github.com/downloads/leejjoon/pyregion/
distname            pyregion-${version}
checksums           md5  3c9fbe2a89311d38cf5ba55f242cac85 \
                    sha1  ce6016c4066fb8b25dc68f1f316908c417a0860c \
                    rmd160  c5de67d27f93ff03f239c639516b8aabf833af82

depends_run-append  port:py26-numpy \
                    port:py26-matplotlib \
                    port:py26-parsing \
                    port:py26-pyrex \
                    port:py26-pywcs

