dev-python/python-roborock: add 2.0.0

Closes: #3297
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-05-12 22:41:37 +02:00
parent fe3078f489
commit 21771a85a1
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 34 additions and 4 deletions

View File

@ -617,13 +617,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 1808 Ebuilds in total, 1797 of them have in total 1816 (42 different) licenses assigned.
There are 1809 Ebuilds in total, 1798 of them have in total 1817 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1036|
|Apache-2.0|396|
|GPL-3|108|
|GPL-3|109|
|BSD|106|
|LGPL-3|25|
|GPL-2|22|

View File

@ -1,3 +1,5 @@
DIST python_roborock-0.40.0.tar.gz 48275 BLAKE2B 7f4d78c0cef57de5ac04aae3be9bca132b569334652fce77774bd56e38eb2c649b1f83c63c91b54cadb3b2ac6503cbef849f44e765c25e02dbd7cdec8db5e949 SHA512 11f2e3f025f848c365989916629dccbde0bf1c764d25e536a4a126d1e6e2d64c1fae50afae76f1c5865bb510e147bfa10bea99fe0a89d86f18a021e3f45ae64e
EBUILD python-roborock-0.40.0.ebuild 879 BLAKE2B 4bf4f64c440ccc31072b0e49f580241ed7fcfac802a00f8bfd0b9fc51eaebd3fc4b06decbca1b498e05d571d5fb949b0e0b9b437ea1d397ded76441ba764ba00 SHA512 59527ff432c8898bcef1af68d0e1e434645a39b2a785e44c1df9a92137b51db2f46d5f6a657a327f2e30600f39e7ab22cdb9662bdc3dea9634b2f0700a5b3d66
DIST python_roborock-2.0.0.tar.gz 52689 BLAKE2B b43331487b56281a79d07ff433ea2271cbb5a011cb6dc7d36869484b0c0a819c1f7f98f14241b87b653286ed6bc918ee5d217e463592a4deb76279fbb7128a47 SHA512 215b0ebadad3b64011e8c06f82049419752fdebe25b85717c224f8b62aa129f742933e632dd584dd9e1a22a8f1ceaee793f2c125c3a03947d04cb9e9c0229a51
EBUILD python-roborock-0.40.0.ebuild 879 BLAKE2B 4c4598922f4b99ffbaea92d66ee6e1ecae21c7c136e82b6b6bdab732576391052fbee0305448639dc236348e687a9332dfb20cd792101d5bb28a0fc8c40a78a1 SHA512 214d1a02cb04f106714582d2e8494cf728c0b7a9ccc41f15c6b115f3795a8dcd7fc42dacda9dd051b4302e843c2413b163b4b6fc0e3139a70215d0231f603970
EBUILD python-roborock-2.0.0.ebuild 879 BLAKE2B 4c4598922f4b99ffbaea92d66ee6e1ecae21c7c136e82b6b6bdab732576391052fbee0305448639dc236348e687a9332dfb20cd792101d5bb28a0fc8c40a78a1 SHA512 214d1a02cb04f106714582d2e8494cf728c0b7a9ccc41f15c6b115f3795a8dcd7fc42dacda9dd051b4302e843c2413b163b4b6fc0e3139a70215d0231f603970
MISC metadata.xml 556 BLAKE2B 746dc40c60dc878f670ead7597debc082164a1d585d7ac60299f807b2c3706f990007d3470c67f80cd7ea11f30e21f2d3ce1ce1a731f44cb1ab50d73fd324400 SHA512 5bd2a3c92af85e4faa327e76e6e0cc41ed451237c018289732cc7c62ffd95fbc3165e1f9aaf923a3770611036c27d1793122b040a1a66601f0ae6399211ddc2b

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="A package to control Roborock vacuums."

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}]
$(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.57[${PYTHON_USEDEP}]"
distutils_enable_tests pytest