dev-python/wled: drop 0.14.1, 0.15.0
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
cef40f0d32
commit
d8d8383aff
@ -1,7 +1,3 @@
|
||||
DIST wled-0.14.1.tar.gz 18758 BLAKE2B 533a431a5aa874a29cf2de05891cfef24f9ca3e04b1f9abbde1de026a0dd5b1d64b2cfd1d62ff48d157a30be72729207dbf7b119298560dd2b5f72aaa85d003d SHA512 e20ec9e16ee686c6887ce9190eee7767e37d7d739c2e745eb65b264f90e7c12d7a094ae377373cfd74f58df4685aa1ab8e2a247be02c71cbdfdb5371a7b0a890
|
||||
DIST wled-0.15.0.tar.gz 18722 BLAKE2B ffd907a22b6c4d6f14932a6e0bf8e792a1480d59c2db3ce7cbf423f56ce6f5c57a59b870b92a2f6ce321a1d06c8f8f74399131fc9bfb5ecf640121ef73d1ca6f SHA512 4caf26f14c3d275c1dd07f2a6fd2f097037fbeeb095e7b8fdccbcd60fee41f02999d21c36c4364c37cae7bebc233a90cbdf2d91d29268a648646b9634287f774
|
||||
DIST wled-0.16.0.tar.gz 18003 BLAKE2B 0ad7f0ae6f17097242e8e2f00eeb4485869a1b513c30dd60ad99d33a1d612e3a7fb46619247444d0348419436db3dfc9ca5264d40860970f2e612f68eb941a9c SHA512 d7327d65e769c55fe67df767e5a6bdc891bbb76a8e02cab619f9fa17ef35bd43580fdda42a09f4b615fca3e9fbdc95d357e6d5c7256b2bdfa388a3af77c6aad1
|
||||
EBUILD wled-0.14.1.ebuild 997 BLAKE2B 25052945cd28d08493cbd4fa9887a30174e1718be34f917695e6918cf39d73f558797a0ffbafeec71d88fdef5f2b60ee386fd689fbe7acace6235e911a94529e SHA512 dbd86c953c7e47cb702e9824492cfba209e07ed8985b4eec80629e069a4a7c46e181b458a14109038b7878dda52c8adfd3bde7f91bb2fc52ff135357aadb462b
|
||||
EBUILD wled-0.15.0.ebuild 997 BLAKE2B 25052945cd28d08493cbd4fa9887a30174e1718be34f917695e6918cf39d73f558797a0ffbafeec71d88fdef5f2b60ee386fd689fbe7acace6235e911a94529e SHA512 dbd86c953c7e47cb702e9824492cfba209e07ed8985b4eec80629e069a4a7c46e181b458a14109038b7878dda52c8adfd3bde7f91bb2fc52ff135357aadb462b
|
||||
EBUILD wled-0.16.0.ebuild 997 BLAKE2B 3ad1742255a9eb70ebff9c5649dbbdd72fbd860fa553b53df2d8cfba7b37a626db07e49942d33f22fcb5cbdb992e4f31c2b2b811c2d926e1e4f20f388998934f SHA512 4ed1c655f0ff9ba15762e7bc43d0c595114fe73b4543f40f33fdad81bb8640831a72b8c28c31eca6e32886a6e72bd21c19dcc270e28f017a03e2f4539bc60667
|
||||
MISC metadata.xml 511 BLAKE2B 7e82ecb98c296e42d4bb45c8bf752ca782c3855676e321c6431a24b46642b445fd1e240e5b2e47bbbfa84e28a5fd328b8a9b79a5b6ecedea554f93ea5e71f35d SHA512 b5cf3659a6ba2a39c5a429e83c2e2fcdb1a1dcbde4bec46b4667fb43be17024510199ce9531d97edb59c718ba75a2fd97d5d5ba0188745b70528c11b9a99105f
|
||||
|
||||
@ -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-1.9.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
|
||||
@ -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-1.9.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
|
||||
Loading…
x
Reference in New Issue
Block a user