From 442fa3dfa33ad9988062c5ca8769947cb07720a7 Mon Sep 17 00:00:00 2001 From: Tobias Klausmann Date: Thu, 27 Dec 2018 12:56:55 +0100 Subject: dev-python/pymetar: Add v1.1 This version is the first to be Python 3.x only Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Tobias Klausmann --- dev-python/pymetar/Manifest | 1 + dev-python/pymetar/pymetar-1.1.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 dev-python/pymetar/pymetar-1.1.ebuild (limited to 'dev-python/pymetar') diff --git a/dev-python/pymetar/Manifest b/dev-python/pymetar/Manifest index 079673e61bda..19ea82bd879a 100644 --- a/dev-python/pymetar/Manifest +++ b/dev-python/pymetar/Manifest @@ -1 +1,2 @@ DIST pymetar-0.21.tar.gz 22714 BLAKE2B ef6f5cdd6eab0ee7d006ea00c7ad154435afeef596d25d9465151912963d01aa683524fb5f873d3568f1ff9ac0f3370b67c7d1be244734ef456137b6d9b6b6ce SHA512 6c9e9e7906fe6fb327c667408d04992ca898d0d6037fe1bce08bc15ded59bcda670094da99e84b553c06c8cf991f33c6b3b7b41a9fbd47ba4c48dd4db1d8a2c0 +DIST pymetar-1.1.tar.gz 3162533 BLAKE2B 43cc79a0c8b27f7146a0f89d4271830ace0bd25790e8df006c19205419eabec88b90645d473019951b21952ee67df25261f6eea8c2d58de95e13186ab4bce214 SHA512 3e830065d3201373695c381f45969e7b532d69de8218cb32e107ed72235cd7cff8051e129c6ae4761154ed9d3fca81c530938520d6a54e7bf467cf28ebf9de02 diff --git a/dev-python/pymetar/pymetar-1.1.ebuild b/dev-python/pymetar/pymetar-1.1.ebuild new file mode 100644 index 000000000000..1e4e3c27d1ae --- /dev/null +++ b/dev-python/pymetar/pymetar-1.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_4 python3_5 python3_6 python3_7 ) + +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="" -- cgit v1.2.3-65-gdbad