diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2021-01-17 17:15:57 +0100 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2021-01-17 17:16:14 +0100 |
commit | d671691434a097ed906400fda6b293f0bb7e897d (patch) | |
tree | be67689c0cd5d7e2c4658deb3e41544c885af87a /dev-python | |
parent | dev-python/whisper: add changelog link (diff) | |
download | gentoo-d671691434a097ed906400fda6b293f0bb7e897d.tar.gz gentoo-d671691434a097ed906400fda6b293f0bb7e897d.tar.bz2 gentoo-d671691434a097ed906400fda6b293f0bb7e897d.zip |
dev-python/pymetar: Add v1.2, fixing setuptools error
Newer setyptools are stricter about the contens of some package
description fields, so 1.2 fixes that.
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Tobias Klausmann <klausman@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pymetar/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pymetar/pymetar-1.2.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/pymetar/Manifest b/dev-python/pymetar/Manifest index a3d062f23dac..3620b5898697 100644 --- a/dev-python/pymetar/Manifest +++ b/dev-python/pymetar/Manifest @@ -1 +1,2 @@ DIST pymetar-1.1.tar.gz 3162533 BLAKE2B 43cc79a0c8b27f7146a0f89d4271830ace0bd25790e8df006c19205419eabec88b90645d473019951b21952ee67df25261f6eea8c2d58de95e13186ab4bce214 SHA512 3e830065d3201373695c381f45969e7b532d69de8218cb32e107ed72235cd7cff8051e129c6ae4761154ed9d3fca81c530938520d6a54e7bf467cf28ebf9de02 +DIST pymetar-1.2.tar.gz 3163447 BLAKE2B be3e06efa007db46bd90e944ce60d24389f6b8685fcbb66803aca9b46b62cbb23b27e4ef7b2dc47080b6e6c9366acd3ecf13d02ef47ca50705a7631006482002 SHA512 4f19e99f56497b59ca31620a41beb7fd896b4503ed3edd34bafc8e9158895a238cc721e4161c2940abb49b34b1a7cbeb3d97952c4b19361d74a8b3ca56ea2fe7 diff --git a/dev-python/pymetar/pymetar-1.2.ebuild b/dev-python/pymetar/pymetar-1.2.ebuild new file mode 100644 index 000000000000..d325218620be --- /dev/null +++ b/dev-python/pymetar/pymetar-1.2.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_{6,7,8} ) + +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="" |