You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1.0 KiB
Tcl
29 lines
1.0 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-metar
|
|
python.rootname pymetar
|
|
version 1.4
|
|
revision 0
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
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 https://www.schwarzvogel.de/software/pymetar.html
|
|
|
|
checksums rmd160 f37d1026109ae5d4599b1b493678f9d4d90ab1a3 \
|
|
sha256 48dbe6c4929961021cb61e49bb9e0605b54c4b61b9fb9ade51076705a08ecd54 \
|
|
size 3162928
|
|
|
|
python.versions 312
|