dev-python/python-roborock: add 2.2.3, drop 0.40.0
Closes: #3480 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
27
dev-python/python-roborock/python-roborock-2.2.3.ebuild
Normal file
27
dev-python/python-roborock/python-roborock-2.2.3.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
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}]
|
||||
>=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.57[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user