HomeAssistantRepository/dev-python/python-roborock/python-roborock-2.6.1.ebuild
Andreas Billmeier 100f6895c9
dev-python/ephem: add 4.1.6
dev-python/python-roborock: add 2.6.1

Closes: #4057
Closes: #4058
Signed-off-by: Andreas Billmeier <b@edevau.net>
2024-11-03 16:17:39 +01:00

28 lines
799 B
Bash

# 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