Files
gentoo/dev-python/pymetar/metadata.xml
Tobias Klausmann 321620747e dev-python/pymetar: Add myself as maintainer
I'm upstream for this package anyway, so I might as well be in
metadata.xml.

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Tobias Klausmann <klausman@gentoo.org>
2021-01-19 14:23:06 +01:00

27 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>klausman@gentoo.org</email>
<name>Tobias Klausman</name>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<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>
<longdescription lang="ja">
このライブラリは指定したステーションID( http://www.nws.noaa.gov/tg/siteloc.shtml で入手)から天気予報結果をダウンロードし、解読し、予報データから検索するのに簡単
なアクセス手段を提供します。ドキュメンテーションと単純なサンプル・アプリケーショ
ンはtarballファイルの中です。
</longdescription>
<upstream>
<remote-id type="pypi">pymetar</remote-id>
</upstream>
</pkgmetadata>