add dwdwfsapi-1.0.2

This commit is contained in:
Andreas Billmeier 2020-08-15 11:21:20 +02:00 committed by Andreas Billmeier
parent 56c098ca86
commit f26c7c2c69
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 55 additions and 1 deletions

View File

@ -22,7 +22,8 @@
* bump libpurecool-0.6.3
* bump home-assistant-frontend-20200811.0
* bump RachioPy-0.1.4
* bump zha-quirks-0.0.43.ebuild
* bump zha-quirks-0.0.43
* add dwdwfsapi-1.0.2
2020-08-11
* bump blinkpy-0.16.3

View File

@ -0,0 +1,3 @@
DIST dwdwfsapi-1.0.2.tar.gz 9366 BLAKE2B bf0b38b75b26f761399f585794252a36ef21250caa8e3f8911c9276ab45bf8d99cb0e139a1be5397f64c41a88f8b16630c40d41e60bbcde5b00c73636f177d02 SHA512 241a1c17367b4bbc266ed496fa7d5fcbfe319e419f75942f57f10203bf1dd5f3854d31f84a2ef3c1a188e54bcf6e2658ac42c3b414a3110cac59bdf532f35a51
EBUILD dwdwfsapi-1.0.2.ebuild 983 BLAKE2B f83483b3926e927a0b2692a8a65bf79fe6e7ab12dcbfc1b23a7e48c10d965e7818dff6c77d33da72dcb86b3bb400665a6eb8a7a14ddbfcc92e0f1f72912b20b2 SHA512 215bc6a0c780ec6f3d15a3e083944129fb1f6a40ae5816cb03b42f3d844ab7dc153d7613b292f29dde242274012d6c418de38b380da44ac3e7fdcd0233a416e8
MISC metadata.xml 454 BLAKE2B f853adb6834b7278e5b51fcd37ee874dcde3baa6f117af2f31a0501aab81ac93c3fe2edc995dcd667444ec745c0dbd62da7fcd83fa5aba9cbbb23938246b1435 SHA512 c89dc3139ce66b4ca2d0b12f93b41fe9300c528f421352da462b58591093b2c681cb7e17251fd8f1716b4eb22a21bdf9bf0b50ca6e8bdf44b4ef8bc89f64f967

View File

@ -0,0 +1,35 @@
# Copyright 1999-2020 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="Python client to retrieve data provided by DWD via their geoserver WFS API"
HOMEPAGE="https://github.com/stephan192/dwdwfsapi https://pypi.org/project/dwdwfsapi/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/requests-2.23.0[${PYTHON_USEDEP}]
<dev-python/requests-3[${PYTHON_USEDEP}]
>=dev-python/ciso8601-2.1.3[${PYTHON_USEDEP}]
<dev-python/ciso8601-3[${PYTHON_USEDEP}]
>=dev-python/urllib3-1.25.8[${PYTHON_USEDEP}]
<dev-python/urllib3-2[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -0,0 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">dwdwfsapi</remote-id>
<maintainer status="unknown">
<email>stephan192@outlook.com</email>
<name>stephan192</name>
</maintainer>
</upstream>
</pkgmetadata>