commit: 9c166a82708483072f615e89f0d5e46c7fd683a7
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 7 09:48:15 2021 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Sun Mar 7 09:48:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c166a82
dev-python/pymetar: Add 1.2-r1 with Python 3.9 support
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Tobias Klausmann <klausman <AT> gentoo.org>
dev-python/pymetar/pymetar-1.2-r1.ebuild | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/dev-python/pymetar/pymetar-1.2-r1.ebuild
b/dev-python/pymetar/pymetar-1.2-r1.ebuild
new file mode 100644
index 00000000000..59f0836e3ad
--- /dev/null
+++ b/dev-python/pymetar/pymetar-1.2-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Downloads and decodes to the weather report for a given station
ID"
+HOMEPAGE="https://www.schwarzvogel.de/software-pymetar.shtml"
+SRC_URI="https://www.schwarzvogel.de/pkgs/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""