# -*- 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$ PortSystem 1.0 PortGroup python 1.0 name py-metar version 0.19 revision 2 platforms darwin license GPL-2+ maintainers nomaintainer 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 supported_archs noarch master_sites http://www.schwarzvogel.de/pkgs/ distname pymetar-${version} checksums sha1 968c4ec413f034e1ba7da99e91bd5e048fbf53c0 python.versions 27 if {${name} ne ${subport}} { livecheck.type none } else { livecheck.type regex livecheck.url http://schwarzvogel.de/pkgs/ livecheck.regex {"pymetar-([0-9\.]+)\.tar\.gz"} }