# -*- 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 92296 2012-04-24 12:04:09Z phw@macports.org $

PortSystem 1.0
PortGroup python 1.0

name			    py-metar
version			    0.19
revision            2
categories		    python
platforms		    darwin
maintainers		    phw openmaintainer
python.versions     24 25 26 27
description		    python interface to the weather reports of the NOAA
long_description	This library downloads the weather report for a \
				    given NOAA station ID (get yours here), decodes it and \
				    provides easy access to all the data found in the \
				    report.

homepage		    http://www.schwarzvogel.de/software-pymetar.shtml
master_sites	    http://www.schwarzvogel.de/pkgs/
distname		    pymetar-${version}
checksums           sha1    968c4ec413f034e1ba7da99e91bd5e048fbf53c0

livecheck.type  regex
livecheck.url   http://schwarzvogel.de/pkgs/ 
livecheck.regex {"pymetar-([0-9\.]+)\.tar\.gz"}
