dev-python/aioecowitt: add 2025.3.1
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
e6cbe7d825
commit
8900b9f7f6
@ -1,5 +1,7 @@
|
||||
DIST aioecowitt-2023.5.0.tar.gz 13743 BLAKE2B cd2914b10402ec65179c5295cdd340b0496576b08590d01fbdcf87745f58d22e122e2a3193c111ff5ffb0797c925ec6ab8979af6ca1938e6d5b3eabd98c6b689 SHA512 5884f941e020f79638285be1ac398ff480524b537f770823a52485d0538755a0681b273fd98d49995b87d06e2dabf3b2f2769cfa844c5f44ccc38f503c35de25
|
||||
DIST aioecowitt-2024.2.1.tar.gz 15679 BLAKE2B 2f1afe0835692be1192b4d5f0fae8e08afa1d7012190f3e09b687c60cf99287d85fa075e0e36ad3dfb0e50e537cc8190993748e8d1a592f440b1b9f80853ca76 SHA512 4c696f9dfc041720e96c576f6bb6cc9acdb2674962e002f88a3d1b0c9058366bab1cd31c4a5c3f50bee5b9cf97325d0177b036f70f0a0923ba44c97e6f7c0979
|
||||
EBUILD aioecowitt-2023.5.0.ebuild 702 BLAKE2B ab4314eb0430ee61bf4695320a0c31d0d40a982a4a865b66edca61630dcf06075e31f93134a6817f27a239bf4e749fa5f9264c8964a07ddc8ea49d7f562c8400 SHA512 dbbef607b611a53756ee1c4f4078a7d6c44a95c94cf9549fc383595a8dda50b4d0170d711cbacf657ac833b13f88b8bb4ff5b39e6c2cdff557a077ce4ecae422
|
||||
EBUILD aioecowitt-2024.2.1.ebuild 600 BLAKE2B 7d6c83c8162eb7651638fa44ab283c0e4304e0e9981a8b158bb18daa7e0ddb42efa3f1f4b87617099b6af9896b7538440d323ccdceff841524d4d11a59d90fda SHA512 6524af155dcf7a7e3db7f3616648a7824b966921c16d97b38fbde1184b835ce0161aa4068a0c481dd4a3200b4fd4df147fbbf43394df6054bd1cf1338e52aabf
|
||||
DIST aioecowitt-2025.3.1.tar.gz 16215 BLAKE2B 11609d5dabc8ae0d5d74a958a34804fa0404ce3ae388ea8b3afcaa557dbb615ca72dfa9569d4bd136d7ff3718de5085d4f0d3c55baaece000c6fc7d65633f7f1 SHA512 fcff3789365e3fb11ab6b13cbca5887bf81188079191aee9a5f8ac5289da3335dbf710f96945c56b7b6c4900fbd2c468aeb266942ab62fddf3806bcf20606bb1
|
||||
EBUILD aioecowitt-2023.5.0.ebuild 711 BLAKE2B dac35bca6ba671752298a1a3d91ae154c1294c5786b8529a29addc90d79a33098cb84a8d6407264eb843b5624acff200b58f19febd68c30f8576d239110fd779 SHA512 f0dc429c58c67a074819c1000b88774171f9561290a4eccfb418d3956e21125b05b8a73668ac9fff69077d3718827b0a98f12d4db23685ad163d0beb2db831b8
|
||||
EBUILD aioecowitt-2024.2.1.ebuild 609 BLAKE2B 312ff4cd5616695e7185c78e7ee95547c76b83418da6736eb225004c81da8c5eb0bcfddec6ea619ac94adac4e0cee0651ec147743fe04c71de1570ea684e2893 SHA512 7b26cc3f7b6a9f2bcfd2bfce874c8d514fc306c00ff0143cd5e97829b1afae020c42a5fcbc60a2b9a20e20a9f0df747f75f8285c4b0400c7f4579ff3a696bbbf
|
||||
EBUILD aioecowitt-2025.3.1.ebuild 609 BLAKE2B 312ff4cd5616695e7185c78e7ee95547c76b83418da6736eb225004c81da8c5eb0bcfddec6ea619ac94adac4e0cee0651ec147743fe04c71de1570ea684e2893 SHA512 7b26cc3f7b6a9f2bcfd2bfce874c8d514fc306c00ff0143cd5e97829b1afae020c42a5fcbc60a2b9a20e20a9f0df747f75f8285c4b0400c7f4579ff3a696bbbf
|
||||
MISC metadata.xml 537 BLAKE2B 9fba83b0d61fbde4213fdc7e17fc2bbb51791cc0d3d7fec3f1b8f68661612a7b0aeee570c742de489effa2f699dafc06407102816f1f636a8080cddb57b98573 SHA512 ddbb6948f1da95277b93b7c91d2994eb865e7b6cefb80f23d2b55e4356f8f69c0e0703dab5b4efe1aa25f657a5ceca50421a0301bf106ee106ee85ee87ef4f90
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="Python wrapper for EcoWitt Protocol"
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="Python wrapper for EcoWitt Protocol"
|
||||
|
23
dev-python/aioecowitt/aioecowitt-2025.3.1.ebuild
Normal file
23
dev-python/aioecowitt/aioecowitt-2025.3.1.ebuild
Normal file
@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="Python wrapper for EcoWitt Protocol"
|
||||
HOMEPAGE="https://github.com/home-assistant-libs/aioecowitt https://pypi.org/project/aioecowitt/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
>=dev-python/meteocalc-1.1.0[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user