diff options
author | Lukasz Strzygowski <lucass@gentoo.org> | 2004-07-09 09:44:19 +0000 |
---|---|---|
committer | Lukasz Strzygowski <lucass@gentoo.org> | 2004-07-09 09:44:19 +0000 |
commit | 745333de7380ba328c0b5bf1e30c14f42593e705 (patch) | |
tree | 90f564a9fb58c43f912c1d3fc072e0a320e32df3 /dev-python/pymetar/metadata.xml | |
parent | -* to match DEP on emu10k1 (diff) | |
download | historical-745333de7380ba328c0b5bf1e30c14f42593e705.tar.gz historical-745333de7380ba328c0b5bf1e30c14f42593e705.tar.bz2 historical-745333de7380ba328c0b5bf1e30c14f42593e705.zip |
Initial import. Thanks for submission to Tobias Klausmann.
Diffstat (limited to 'dev-python/pymetar/metadata.xml')
-rw-r--r-- | dev-python/pymetar/metadata.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/pymetar/metadata.xml b/dev-python/pymetar/metadata.xml new file mode 100644 index 000000000000..48f4620a5cdc --- /dev/null +++ b/dev-python/pymetar/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>python</herd> +<longdescription> +This library downloads the weather report for a given station +ID (get yours from http://www.nws.noaa.gov/tg/siteloc.shtml), +decodes it and provides easy access to all the data found in the +report. Documentation and a small example app are inside the tarball. +</longdescription> +</pkgmetadata> |