summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2021-03-07 10:48:15 +0100
committerTobias Klausmann <klausman@gentoo.org>2021-03-07 10:48:15 +0100
commit9c166a82708483072f615e89f0d5e46c7fd683a7 (patch)
tree608ad9e4dc818ba20b5ce9ff5d3e21a8ddb9e3f0 /dev-python/pymetar
parentdev-python/pockets: dd -r1 with Python 3.9 support (diff)
downloadgentoo-9c166a82708483072f615e89f0d5e46c7fd683a7.tar.gz
gentoo-9c166a82708483072f615e89f0d5e46c7fd683a7.tar.bz2
gentoo-9c166a82708483072f615e89f0d5e46c7fd683a7.zip
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@gentoo.org>
Diffstat (limited to 'dev-python/pymetar')
-rw-r--r--dev-python/pymetar/pymetar-1.2-r1.ebuild18
1 files changed, 18 insertions, 0 deletions
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 000000000000..59f0836e3ad6
--- /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=""