dev-python/wled: drop 0.16.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 21:15:41 +02:00
parent bb7ff6856e
commit 5a45874928
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 3 additions and 44 deletions

View File

@ -1,5 +1,3 @@
DIST wled-0.16.0.tar.gz 18003 BLAKE2B 0ad7f0ae6f17097242e8e2f00eeb4485869a1b513c30dd60ad99d33a1d612e3a7fb46619247444d0348419436db3dfc9ca5264d40860970f2e612f68eb941a9c SHA512 d7327d65e769c55fe67df767e5a6bdc891bbb76a8e02cab619f9fa17ef35bd43580fdda42a09f4b615fca3e9fbdc95d357e6d5c7256b2bdfa388a3af77c6aad1
DIST wled-0.17.0.tar.gz 18442 BLAKE2B 485bca8ae14c23b874b23e13f3fd6db31c3081c3b7ec0f05fb65c390226be84ee1f222874bffc50cb241fa526424def1f07b8f7d8d9397ce650c189695c9ac04 SHA512 0e1be0ba0d83747a401d9e9ae606acfd1a9f91efc9ad53ee231ac0330373b161722a68b5ac79ad13a2a9b8c41eda696d66155d3234664223b39ebd97486fa36c
EBUILD wled-0.16.0.ebuild 997 BLAKE2B 3ad1742255a9eb70ebff9c5649dbbdd72fbd860fa553b53df2d8cfba7b37a626db07e49942d33f22fcb5cbdb992e4f31c2b2b811c2d926e1e4f20f388998934f SHA512 4ed1c655f0ff9ba15762e7bc43d0c595114fe73b4543f40f33fdad81bb8640831a72b8c28c31eca6e32886a6e72bd21c19dcc270e28f017a03e2f4539bc60667
EBUILD wled-0.17.0.ebuild 957 BLAKE2B 502fe78d4ade53658b4fb344c6d403d8ff06691cebffae832b42d4f62d3204dc96f70a2eecc483838d1f433907d05d0997d24914a50b9611e5954b2133d0322c SHA512 2111ad913eab33e48332790377756707a38e7bea36624b83442e7d0a0c3881bb61d03d9aae4fdb216a3cb7e8c87380ce3da0fcacbf622d799a5023789e32774b
EBUILD wled-0.17.0.ebuild 957 BLAKE2B 31974275cb19689ee1298c0cb41e42de7f6e0fae63668b25e80690884cb170eb9520e534b77292049a81d443da860f65dd15252e6a541c0be9fe4eb34af0a7ee SHA512 ca8d8c1e9fca9dc68f4e8265099c9e4e035b0f0a6df40ad50458bd9d0b49f8e52ffd293c9c67b8172d4b9cc0e59c2686921569c53d1df797aea1bcd342d79d44
MISC metadata.xml 511 BLAKE2B 7e82ecb98c296e42d4bb45c8bf752ca782c3855676e321c6431a24b46642b445fd1e240e5b2e47bbbfa84e28a5fd328b8a9b79a5b6ecedea554f93ea5e71f35d SHA512 b5cf3659a6ba2a39c5a429e83c2e2fcdb1a1dcbde4bec46b4667fb43be17024510199ce9531d97edb59c718ba75a2fd97d5d5ba0188745b70528c11b9a99105f

View File

@ -1,39 +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=poetry
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous Python client for WLED."
HOMEPAGE="https://github.com/frenck/python-wled https://pypi.org/project/wled/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]
>=dev-python/awesomeversion-22.1.0[${PYTHON_USEDEP}]
>=dev-python/backoff-2.2.0[${PYTHON_USEDEP}]
>=dev-python/cachetools-4.0.0[${PYTHON_USEDEP}]
>=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]
test? (
dev-python/aresponses[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi