dev-python/python-roborock: add 2.8.1

Closes: #4278
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-02-20 15:28:31 +01:00
parent 20dede6ca8
commit 7fdfbf9d2a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 32 additions and 2 deletions

View File

@ -606,13 +606,13 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 2387 Ebuilds in total, 2373 of them have in total 2416 (43 different) licenses assigned.
There are 2388 Ebuilds in total, 2374 of them have in total 2417 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1356|
|Apache-2.0|563|
|GPL-3|152|
|GPL-3|153|
|BSD|126|
|GPL-2|27|
|LGPL-3|23|

View File

@ -1,5 +1,7 @@
DIST python_roborock-2.6.1.tar.gz 54951 BLAKE2B bba6a2eb92aa209efcd61cdb5c0e9da9aaf3ea22500c102d164a4f9374c1bd861b7697721cb32a7fa984968aa407ff9d5ace5d9c844b00ef7212ebabf672601f SHA512 7a099d172bd373a1b7c93586ecd718b644be9f3d185ebda265265d217426c2c5adf7d5b7ce4c6312d9a089886b4da8e079b0cf28ef121bc3e2b14a1f6728a7fa
DIST python_roborock-2.7.2.tar.gz 55809 BLAKE2B 0b66388f19c05f006470aa3178a488ae9cd1a75facd86f47b030458905ff23b74eb5f7e05cc2a6d2a32b0123422c17f32bb50f85241de21e43f5562ebf4ef7a8 SHA512 aacb4ec86d9280980566917abafc3285b07c10a641db9732f522fbc36b3822e0e850934f391cd8309626b11b6e694f84a64d6390295cfc04287be163645bca84
DIST python_roborock-2.8.1.tar.gz 56242 BLAKE2B 67225b1138ea4ab7dc9126be20e99f1d5ddc635ed0907d611c548a2d36291ca6f57e08b0da600ddc38041d51b40c46a57a3f49e328c76c03bdd67ec41a09250f SHA512 2f31b855ccf64f0c085b910ea617a0ccb8dc1cd045f3bc6c3547a1875dd291aa66f6d9f97599bb5aa16b96d60f6550663f213d3ba71964fc8bcfbb7fdac45c84
EBUILD python-roborock-2.6.1.ebuild 799 BLAKE2B 5b0c57d6b13a015c16903228a93349d9734ca0fe85206388e87e9e642a42bc288855a1264684f697725cfd3a43a36647fed2cafba6a6382e935293f85efaa240 SHA512 6088fe1c8e6f57a19a2a3a7294b3182e2045266d4a33d400091ceced68a1e81d84e71af91f7de41bb4649c00ae183ebbec6318119068d8cee2794367251c1bf3
EBUILD python-roborock-2.7.2.ebuild 856 BLAKE2B 8360d4abe92f290f987188f97d666906e842ef4993f8a1baf8356af741bf9c9ecef67f7b1c485607c474076359e0c39a79698c1ebf72b9ea570fa76890beaeee SHA512 f9a2a82c38b325f0db3e31165847b20457ed731a659daa059901efdc6109226c3c65ce25c453d9a5c5fb7dd65bcfa6d5e8d0e4065d87e0dd73ccecfb5f270e63
EBUILD python-roborock-2.8.1.ebuild 856 BLAKE2B 8360d4abe92f290f987188f97d666906e842ef4993f8a1baf8356af741bf9c9ecef67f7b1c485607c474076359e0c39a79698c1ebf72b9ea570fa76890beaeee SHA512 f9a2a82c38b325f0db3e31165847b20457ed731a659daa059901efdc6109226c3c65ce25c453d9a5c5fb7dd65bcfa6d5e8d0e4065d87e0dd73ccecfb5f270e63
MISC metadata.xml 556 BLAKE2B 746dc40c60dc878f670ead7597debc082164a1d585d7ac60299f807b2c3706f990007d3470c67f80cd7ea11f30e21f2d3ce1ce1a731f44cb1ab50d73fd324400 SHA512 5bd2a3c92af85e4faa327e76e6e0cc41ed451237c018289732cc7c62ffd95fbc3165e1f9aaf923a3770611036c27d1793122b040a1a66601f0ae6399211ddc2b

View File

@ -0,0 +1,28 @@
# 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}]
dev-python/vacuum-map-parser-roborock[${PYTHON_USEDEP}]"
distutils_enable_tests pytest