dev-python/aiohue: drop 4.5.0, 4.6.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 10:04:02 +02:00 committed by Andreas Billmeier
parent 99f1f03f02
commit e67e818a3e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 0 additions and 70 deletions

View File

@ -1,7 +1,3 @@
DIST aiohue-4.5.0.tar.gz 42515 BLAKE2B dee8e94f89dd91ca7ff3a2a17150cdb861c3a56d83bd4f7cd0078e7b06997b5cb0241aa211ecdca64967b985bd4a5080be619a572180ae564bcb20149203b8d8 SHA512 b370f52a729f31f37def2b9debde0f74605955e130b12b1ac0b9ed14e357ed37d9afe71cea100812767ca7a43a2f3f6f6acead7d7ccfba61f3f2ecc30d035528
DIST aiohue-4.6.1.tar.gz 46750 BLAKE2B 01e98fd08f8522fdab04711687cc76273a432b95675b0496b4acdef35b23e17b3bdb9811b85cb27d1d4ed68e9d96fe17e8e84b932d71cc19dd860aaf0a478911 SHA512 30f6423ede3253b9b2e89ddb67fe3eaff960c192ca618573ab56dc4404b0ba629ade36a29f37754bdc4f23cf460bff7b0c0abe6249b7b8e15201be9b1f3d1eb3
DIST aiohue-4.6.2.tar.gz 46774 BLAKE2B d0da12cd9ed9fc2b9a6ac6e6c13c904faa9bdd6ec272dfbf385fe7a3eec55f05f90d9181b3c39558f804a283c988595e94f08e9cc8830080112df29578ff4331 SHA512 7294744b4e1e8a890c82d5fa0927783b2e6cde44a5f070542ee5dba361ecddd558af47b4a9c38bd0e04c6baee6ddd6eeca979c3248a49eb947d12b4515b173ec
EBUILD aiohue-4.5.0.ebuild 781 BLAKE2B 5ffff001affaf3e59bb319b5db22e644f08cf5d0b4a2dd1c071b34a8dab8b4f9547864b1a2389c321c0e4c922e63d4417be94754769d65e24f638781f6218c7a SHA512 05cb4669bc83c76a29fce23b182c7ba4e516342d5914be8389cd7d475f6271532a47af72d926b33abaa535fc7f076c2d84b2941e453e719c04a3541420e3be35
EBUILD aiohue-4.6.1.ebuild 781 BLAKE2B 5ffff001affaf3e59bb319b5db22e644f08cf5d0b4a2dd1c071b34a8dab8b4f9547864b1a2389c321c0e4c922e63d4417be94754769d65e24f638781f6218c7a SHA512 05cb4669bc83c76a29fce23b182c7ba4e516342d5914be8389cd7d475f6271532a47af72d926b33abaa535fc7f076c2d84b2941e453e719c04a3541420e3be35
EBUILD aiohue-4.6.2.ebuild 781 BLAKE2B 5ffff001affaf3e59bb319b5db22e644f08cf5d0b4a2dd1c071b34a8dab8b4f9547864b1a2389c321c0e4c922e63d4417be94754769d65e24f638781f6218c7a SHA512 05cb4669bc83c76a29fce23b182c7ba4e516342d5914be8389cd7d475f6271532a47af72d926b33abaa535fc7f076c2d84b2941e453e719c04a3541420e3be35
MISC metadata.xml 528 BLAKE2B cea2a7fadcde3ec90eaa51a28b8be32bcd0e5185c416b5c90356f6382d1a129202fbbb6bfa76fbaabab2416d10b088cd57b80c7da5939bf3b109fc07b098948b SHA512 d587ccd47b35c13c801af338ffda549cc0dc4e62b1e65d4af1628fa7ff5dfbf9ae8c50bb69c0dd0b3c2730012f0db5f9ad1445ef5a32e1b944990ad2fd177774

View File

@ -1,33 +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 module to talk to Philips Hue."
HOMEPAGE="https://github.com/home-assistant-libs/aiohue https://pypi.org/project/aiohue/"
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/asyncio-throttle[${PYTHON_USEDEP}]
dev-python/awesomeversion[${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,33 +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 module to talk to Philips Hue."
HOMEPAGE="https://github.com/home-assistant-libs/aiohue https://pypi.org/project/aiohue/"
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/asyncio-throttle[${PYTHON_USEDEP}]
dev-python/awesomeversion[${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