dev-python/incomfort-client: drop 0.4.4

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 19:31:13 +02:00 committed by Andreas Billmeier
parent 31c565fb21
commit 236179650c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 0 additions and 34 deletions

View File

@ -1,5 +1,3 @@
DIST incomfort-client-0.4.4.tar.gz 6342 BLAKE2B 4b3c28d3dd4ee2b0c0ad467a200a2ac8d90c3ff86295afad8aeaaa24b1251da7aa48eeb2b440d12e13acaf13accdb2b90c2ba910de16974a694873b6302e1feb SHA512 b72cbdb2c57630aa81a3d297acd3456804b32a7a12e4c7b2c9b69856f282b07d002f3a725b9095545da81502a949697780077770c8a09cdda275d741d91c9c56
DIST incomfort-client-0.5.0.gh.tar.gz 13202 BLAKE2B af6374cb4f39dc8b2fc42dc141feba0148b8a0ba113085ae192b28abb8edbcc02122e750af7c582ea82c4f705396a81ca50fbca2159912b8b38f49e6b268d82f SHA512 6a5e1176699713abd6fda3d9996355eac008971e19057d12a010d18a1b0cfa78d23610f61fa941e3f0ead43f9c7fb47d6dced86801f3e7304fa87a4a3ba5beec
EBUILD incomfort-client-0.4.4.ebuild 708 BLAKE2B cf0d923b556812a781b0bff55fed9da839a9671bd2830136c94a3fd54425c8c38d7cad32569183b0d971364f4191dad764b832e454b34a9bf0590d45b539ca8b SHA512 a0bc28a92875f145fea7dbe4083fd8dffc144650f7c42a73dee5ff551e5f2b2efcce4472a72519ab9eaa246e0449e49fb702fb04c7fbe1714eef9d01d0b2ffe2
EBUILD incomfort-client-0.5.0.ebuild 774 BLAKE2B 5ed9155cabde7fa53bb46821298140a74ae119ee9f4ae805c410dd7076fdaa04a23df5a12c449b91574a1f0a198c3b2e14e4aad4ab7ff6ee166b841637b23f5d SHA512 c18f7131246e2f83f559aba5b25774b5d7f6a7e411c7147a09a958e627d4db9943e96f2070567039e2eab5207a90b7e2dcd8eb94558abe07f27e7eb8f4652141
MISC metadata.xml 522 BLAKE2B f5bb49e85d90bf7028fa5d7c84897a1144a10a66130940396f1396f55fc1abed14c3e819bd9d8dcef4fd5ea3c1417e456f1e1b01a36338f1934bb9ec62df4fba SHA512 590f5229bb55d3431742cf587a3d5bff4ca557ab8d36428fcdc6b31f8c13d2979c41de3c97cbf1dbbb6dd04662c47dbbd9540e49a53376bb30ae878e6a743f59

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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="A aiohttp-based client for Intergas InComfort/InTouch Lan2RF systems"
HOMEPAGE="https://github.com/zxdavb/incomfort-client https://pypi.org/project/incomfort-client/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest