dev-python/aioecowitt: drop 2022.9.3, 2022.11.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-09 22:06:15 +02:00 committed by Andreas Billmeier
parent 637fce71c1
commit 3750b6b877
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 0 additions and 68 deletions

View File

@ -1,7 +1,3 @@
DIST aioecowitt-2022.11.0.tar.gz 13757 BLAKE2B 109c9a415defa925149c016bda705d3c2aa491e4037a7b8a593bb0c4d4e63ca890e5837d6ad90a77ee4f9a26add98fc7e3dbbe83e5db1dc5f5e5d6d58c467ce4 SHA512 91f7495c05156247a3a2e803cbf8fb535422a94f29e4a5c258a16dafbdb88e6d140d5f6ea9bed17715d769467dabd8d4564c95103b855f7587505aefd3d0e78a
DIST aioecowitt-2022.9.3.tar.gz 13754 BLAKE2B e31fe017c9029859f4acf0d2e68dcf02ecd007afbe3310de9b1f42b3e8172008d08c8893e8ed666043aa8047bd18f6c5816d7fa039c92511fe4cb673b26e569a SHA512 63398c17266efbb073388ceadb931258d38ba240543bf2788f4af2c9d2ee8ce825980e4121c7b8bcd388abd93fb9d587dc26a3b63e069085fd89d9f878d2ec32
DIST aioecowitt-2023.1.0.tar.gz 13760 BLAKE2B 6aab17a8b86bd466cd5a9fee0cd66a3a09a632911abf57d5ee9cfe00540f3ce577121abb74366e6864f7162bac4927a06a56eef404f27ca1e7ff12340e35d3ce SHA512 88899abae966c4c2517a4bf5514f8c5a26d44c36c3bdc8910d6b419c5eeb07c25881daccc5f39aca65685f96e7a0c62ddbf09c670efdfb88571acaa1760145db
EBUILD aioecowitt-2022.11.0.ebuild 743 BLAKE2B 73334737324ef78ef192e57be439c214abc6801ca8551b6ee5e486268a9871964092716639e0836394288a0d968f471745969588ad8b31f250558e4302d77b69 SHA512 07940fc1819f9c6d4d56fba5779df14a788e4450edbd5bbfb5ab947156fc909e619da7b7b0566aa100d74a4da7edf0aa19e40f7d4fe6991f96d0e98e4825c862
EBUILD aioecowitt-2022.9.3.ebuild 743 BLAKE2B 73334737324ef78ef192e57be439c214abc6801ca8551b6ee5e486268a9871964092716639e0836394288a0d968f471745969588ad8b31f250558e4302d77b69 SHA512 07940fc1819f9c6d4d56fba5779df14a788e4450edbd5bbfb5ab947156fc909e619da7b7b0566aa100d74a4da7edf0aa19e40f7d4fe6991f96d0e98e4825c862
EBUILD aioecowitt-2023.1.0.ebuild 743 BLAKE2B 73334737324ef78ef192e57be439c214abc6801ca8551b6ee5e486268a9871964092716639e0836394288a0d968f471745969588ad8b31f250558e4302d77b69 SHA512 07940fc1819f9c6d4d56fba5779df14a788e4450edbd5bbfb5ab947156fc909e619da7b7b0566aa100d74a4da7edf0aa19e40f7d4fe6991f96d0e98e4825c862
MISC metadata.xml 537 BLAKE2B 9fba83b0d61fbde4213fdc7e17fc2bbb51791cc0d3d7fec3f1b8f68661612a7b0aeee570c742de489effa2f699dafc06407102816f1f636a8080cddb57b98573 SHA512 ddbb6948f1da95277b93b7c91d2994eb865e7b6cefb80f23d2b55e4356f8f69c0e0703dab5b4efe1aa25f657a5ceca50421a0301bf106ee106ee85ee87ef4f90

View File

@ -1,32 +0,0 @@
# Copyright 1999-2023 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 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}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,32 +0,0 @@
# Copyright 1999-2023 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 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}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest