dev-python/python-roborock: drop 0.38.0, 0.39.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 20:42:26 +02:00
parent 01ed150849
commit 9f64e58e9e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 0 additions and 64 deletions

View File

@ -1,7 +1,3 @@
DIST python_roborock-0.38.0.tar.gz 44770 BLAKE2B 2ca8609d93ef6667b1c6272b588c1a1a57b2cb3e077fa1d08ea576207303187b0089bfdb92c4b93ef32f6853d4541e80097a8a628eb1646453705a684dcf1143 SHA512 1e83fc61866e9965a04ad82ec86b315013544d40162736c5464778dbaab904af1b10eaa4d4782c03e46fcc8985cf626271c51131a085d2cfa153072cea948b14
DIST python_roborock-0.39.1.tar.gz 48234 BLAKE2B 48f9cc4ef89e464b4b25bac10c6986737bf8dd3bc4f6d332cb4d52a5c9ddf0c5c768083b0b6097d3e274e4170af49d7f5b32db97d086e4c2b2da137dbee0061c SHA512 a4e15b3e9a4a6c963b7bf44c316352df8050e2c12730d21aafacfe34982ba780cb28cbcf0cff3e98cb18f32a354318c78e8de674b36dc3a1ea64e487779e748b
DIST python_roborock-0.40.0.tar.gz 48275 BLAKE2B 7f4d78c0cef57de5ac04aae3be9bca132b569334652fce77774bd56e38eb2c649b1f83c63c91b54cadb3b2ac6503cbef849f44e765c25e02dbd7cdec8db5e949 SHA512 11f2e3f025f848c365989916629dccbde0bf1c764d25e536a4a126d1e6e2d64c1fae50afae76f1c5865bb510e147bfa10bea99fe0a89d86f18a021e3f45ae64e
EBUILD python-roborock-0.38.0.ebuild 940 BLAKE2B 3481ca666b9d6b054145c75a15f3c6f0404670756e66bc4acbfa1e35012a2480df83d8e3ab36f889c6309b2f608351d0a43f75b594ae24e9c4e6cce12ea95074 SHA512 576f3e2eec5d648d20b291455324c9a05d825f9a0f6049d3864d304918ffb8f21048517baba7a98209634b07f1a72ecc9bd3c9d11ec0513a2f7b4093bf38c519
EBUILD python-roborock-0.39.1.ebuild 879 BLAKE2B eecc8b080d051788b4d053e493ade3900fb1bd0fdee8795dadd07a730154fed5735ea9dc0446165c34912c2f2567fbbe04cf12973d964530d8760b333852eaab SHA512 e99548109135ead0b787ea421646f7802579641daea876f6fe148f948e88056b132f3a8295815da1820a2e8c615debc84a779078d44dd88c1e50eb2320a13e49
EBUILD python-roborock-0.40.0.ebuild 879 BLAKE2B 4bf4f64c440ccc31072b0e49f580241ed7fcfac802a00f8bfd0b9fc51eaebd3fc4b06decbca1b498e05d571d5fb949b0e0b9b437ea1d397ded76441ba764ba00 SHA512 59527ff432c8898bcef1af68d0e1e434645a39b2a785e44c1df9a92137b51db2f46d5f6a657a327f2e30600f39e7ab22cdb9662bdc3dea9634b2f0700a5b3d66
MISC metadata.xml 556 BLAKE2B 746dc40c60dc878f670ead7597debc082164a1d585d7ac60299f807b2c3706f990007d3470c67f80cd7ea11f30e21f2d3ce1ce1a731f44cb1ab50d73fd324400 SHA512 5bd2a3c92af85e4faa327e76e6e0cc41ed451237c018289732cc7c62ffd95fbc3165e1f9aaf923a3770611036c27d1793122b040a1a66601f0ae6399211ddc2b

View File

@ -1,32 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="A package to control Roborock vacuums."
HOMEPAGE="https://github.com/humbertogontijo/python-roborock https://pypi.org/project/python-roborock/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/click-8.0.0[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.8.2[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/async-timeout[${PYTHON_USEDEP}]' python3_10)
>=dev-python/pycryptodome-3.18.0[${PYTHON_USEDEP}]
>=dev-python/paho-mqtt-1.6.1[${PYTHON_USEDEP}]
>=dev-python/dacite-1.8.0[${PYTHON_USEDEP}]
>=dev-python/construct-2.10.56[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest

View File

@ -1,28 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="A package to control Roborock vacuums."
HOMEPAGE="https://github.com/humbertogontijo/python-roborock https://pypi.org/project/python-roborock/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/click-8.0.0[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.8.2[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/async-timeout[${PYTHON_USEDEP}]' python3_10)
>=dev-python/pycryptodome-3.18.0[${PYTHON_USEDEP}]
>=dev-python/paho-mqtt-1.6.1[${PYTHON_USEDEP}]
>=dev-python/dacite-1.8.0[${PYTHON_USEDEP}]
>=dev-python/construct-2.10.56[${PYTHON_USEDEP}]"
distutils_enable_tests pytest