# -*- 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 78537 2011-05-11 01:20:20Z macsforever2000@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-nmrglue
set internal_name   nmrglue

version             0.2

categories-append   science
maintainers         openmaintainer gmail:michelle.lynn.gill
platforms           darwin

description         A module for working with NMR data in Python
long_description    nmrglue is a module for working with NMR data in Python. \
                    When used with the Numpy, Scipy, and matplotlib packages \
                    nmrglue provides a robust interpreted environment for processing, \
                    analysing, and inspecting NMR data.

homepage            http://code.google.com/p/nmrglue/

master_sites        http://nmrglue.googlecode.com/files/
distname            ${internal_name}-${version}

checksums           md5     cda38817c10ab5ffa442a8ff4dc6bfde \
                    sha1    ae0210bed575ddd5da875d92f45b33c71862af8c \
                    rmd160  f5e5df181469e3e15d33c3a36a1998dce72b7b71

depends_lib-append  port:py26-scipy \
                    port:py26-numpy

livecheck.type      regex
livecheck.url       ${homepage}
livecheck.regex     ${internal_name}-(\[0-9\]+\\.\[0-9\]+)\\.tar\\.gz
