# $Id: Portfile 72525 2010-10-19 19:18:36Z ryandesign@macports.org $

PortSystem              1.0
PortGroup               python26 1.0

set realname            coords
name                    py26-astrolib${realname}
version                 0.37
categories              python devel science
platforms               darwin
maintainers             stsci.edu:mperrin openmaintainer

description             A library for manipulation of astronomical coordinates, \
                        such as working with catalogs, preparing proposals, and \
                        preparing for observing runs.

long_description        ${description}

homepage                http://www.scipy.org/AstroLibCoordsHome
master_sites            http://stsdas.stsci.edu/astrolib/
distname                ${realname}-${version}

checksums               sha1    8de4563e2d2b43d9c1b308f6dad0dd702e795a1a \
                        rmd160  bb273716fd4bd3f5df7558f5cdb19dde732ee5c3

depends_build-append    port:py26-distribute

depends_lib-append      port:py26-numpy

livecheck.type          regex
livecheck.url           [lindex ${master_sites} 0]
livecheck.regex         ${realname}-(\[0-9.\]+).tar.gz
