dev-python/dwdwfsapi: add 1.0.7

Closes: #2772
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-18 10:45:09 +01:00
parent 948da8a43f
commit 9330f3a995
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 31 additions and 2 deletions

View File

@ -1,3 +1,5 @@
DIST dwdwfsapi-1.0.6.tar.gz 9053 BLAKE2B 8c70bf2147a92e05b5a59a7f40714f430ac87938a9d3409bf92d97f4b6d1222311da415fa53e8e0f5e9eb0517db2c28591e4c9547ad8ff625f40080ef81c2ce9 SHA512 e9f417c11081d15bc489492c21e92f9d1e230ea171a68aa27361b56014455793d8b5f4f489d460f0d265cfee586f080a1a63fc335044d935d290af2b51a0d082
EBUILD dwdwfsapi-1.0.6-r1.ebuild 968 BLAKE2B 3474060ffbd9918ce0240298a58d0dd150c620f0f6c3935177e0059c82ed7fede6c251ee56742f9eda259dcb4b4cb33133b97d9cfda2e7f20b7bf2d19f47800d SHA512 ace7369b48bae6c7d05170cbac913840e5749ccae59adb7f926db2bdafe8e3d303e21b9a3e1b2d9777f23c2433e5a488ef1115dea0b3d85180f3d4418a7266b1
DIST dwdwfsapi-1.0.7.tar.gz 9070 BLAKE2B 931264063b9271a5ae155c81393e1f37445e90caec895ff1ab2abc486b1baa0c32e5c2d90f0e9a0f3de93d6cb60680a2a0ed63fe5562f65b8987713ac1dd3795 SHA512 98b7226b688ae6dda1ae2317db5774b8b8f1b1d245b510ab4b960dce241e0497dec2c6590b2035835636bbb6a4d72d08e07a7d13eca3953f6347d62a9e881e00
EBUILD dwdwfsapi-1.0.6-r1.ebuild 968 BLAKE2B 511b40c431e462d489a17a87d37e00d0e1a0894a36782fa625f7a253098514a2daff2ce2d8f330c404d156133b054f214982361ce14a3e69bba4d8315511bccb SHA512 ad4af3669892a1dde695827235e8b06b312095f2b163a1471c8bef2bb1248157d620064e78fd9f6bf049d1cce72d83c5d6130e399c808315a5d7aca6d9bd3c7b
EBUILD dwdwfsapi-1.0.7.ebuild 762 BLAKE2B 1f5d3ddc3a82fa837b4aa3704b80c09f5b518e5d437594e3e64be91dcc81919a95cf25241677c2e9a6fffa87a89fd36d80a115f652de5d340a858486be1baa2a SHA512 44621f126ad765eb4e52294ef6f94597ba79090c7247b8eae1fa70234cf8e738d1f4953dc59b4f16234cf0775d85ba8e9b518c4d51d9ec63526f6a283571f53f
MISC metadata.xml 516 BLAKE2B c66e0570e600fdfa81f4f3c97b58e814542aa0bbb52e97188fdd0dc35503dd83e5107bb6442b45dbf58a1e640e907e4f30d0a644fd01b35df43dea4cfa8cb1dd SHA512 4e2f8a75588d614a3d8c35eaabb9778d5c6e56fa1c3bb2e483a4d457f96038c2fefc4af80b08697fb0af885af168a5fffb6159a22162df8a93f109feac4618bc

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@ -0,0 +1,27 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
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/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
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}]"
distutils_enable_tests pytest