dev-python/python-roborock: add 0.38.0

Closes: #2639
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-04 12:59:09 +01:00
parent 73ac23979e
commit 31627437f2
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 38 additions and 4 deletions

View File

@ -612,13 +612,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 1618 Ebuilds in total, 1607 of them have in total 1622 (42 different) licenses assigned.
There are 1619 Ebuilds in total, 1608 of them have in total 1623 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|930|
|Apache-2.0|346|
|GPL-3|102|
|GPL-3|103|
|BSD|89|
|LGPL-3|22|
|GPL-2|20|

View File

@ -1,3 +1,5 @@
DIST python_roborock-0.36.2.tar.gz 43253 BLAKE2B 3b16e22e6b061955d5fed4a33b0dea14ef8732d5bf5f5052695e61e7a9621880e913eb93207c408971e21030e050566728d9866c5a9865d7951d972047643dd1 SHA512 ec839dabdaf682b39139f4b97dc264a40b7e7a8d25403a92b4712ec7e848f72396f01f54647c76e8849a41950405ca2b1e3915cbe443ad38a7d777189efcf90f
EBUILD python-roborock-0.36.2.ebuild 981 BLAKE2B 7cdbac5c8f4d22e687412bf880e35660204c4833e549a7ab5b27a462f6fd28ed371f7610229de3b2d1c5735954ea58ce87ef212948b9c210656b8d26e876f586 SHA512 ff241226250c95f908c7a6be23f267c1fb7f603b63af1ed64d06a409b1f2be68673bc2a8e97e455bb924f220f983860400c833a52999c1a936d09dd80504a997
DIST python_roborock-0.38.0.tar.gz 44770 BLAKE2B 2ca8609d93ef6667b1c6272b588c1a1a57b2cb3e077fa1d08ea576207303187b0089bfdb92c4b93ef32f6853d4541e80097a8a628eb1646453705a684dcf1143 SHA512 1e83fc61866e9965a04ad82ec86b315013544d40162736c5464778dbaab904af1b10eaa4d4782c03e46fcc8985cf626271c51131a085d2cfa153072cea948b14
EBUILD python-roborock-0.36.2.ebuild 981 BLAKE2B f284ddef7ad83135d21b259e5f47f8d7d3a5f2987fef592e365c066b8c8fe7b5283d9e235017015969cb6fc7efe20c17424504a3e310b88c401853e0c1044c04 SHA512 411f311b2eab067c4ed853bed7d4960c4c9009234f4b567d99ba94c5970a630134b3659dea7d8eb56ed578261f2e1cbc21e4ce341afa9fddca2eef88e3ca4aac
EBUILD python-roborock-0.38.0.ebuild 940 BLAKE2B b9e06fd98b88bcec0dbec83304fb35895711a0f79a13aaa059067b6189f28caf49a2e3f3f99f061adf7553d04c9f694ccc24d958df3c600129ed2d97577dfbaa SHA512 d34dedb03fdc285b4d0a8f7b55166f81a65f81fcf1fb78e9330ab6b66d4ba23bb53c3223b1aeec0c107323a05a89e218f709f7b22adceab177d1f4aa00d016cf
MISC metadata.xml 556 BLAKE2B 746dc40c60dc878f670ead7597debc082164a1d585d7ac60299f807b2c3706f990007d3470c67f80cd7ea11f30e21f2d3ce1ce1a731f44cb1ab50d73fd324400 SHA512 5bd2a3c92af85e4faa327e76e6e0cc41ed451237c018289732cc7c62ffd95fbc3165e1f9aaf923a3770611036c27d1793122b040a1a66601f0ae6399211ddc2b

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@ -0,0 +1,32 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..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