From 8972a04c4820449ad67e7290e432431676704114 Mon Sep 17 00:00:00 2001 From: Andreas Billmeier Date: Sun, 23 Jun 2024 23:06:00 +0200 Subject: [PATCH] dev-python/deebot-client: add 7.3.0 Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3403 Signed-off-by: Andreas Billmeier --- README.md | 4 +-- dev-python/deebot-client/Manifest | 2 ++ .../deebot-client/deebot-client-7.3.0.ebuild | 28 +++++++++++++++++++ 3 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 dev-python/deebot-client/deebot-client-7.3.0.ebuild diff --git a/README.md b/README.md index 2433be299..cfd553ee6 100644 --- a/README.md +++ b/README.md @@ -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 1919 Ebuilds in total, 1908 of them have in total 1931 (42 different) licenses assigned. +There are 1920 Ebuilds in total, 1909 of them have in total 1932 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| |MIT|1101| |Apache-2.0|431| -|GPL-3|112| +|GPL-3|113| |BSD|109| |LGPL-3|25| |GPL-2|22| diff --git a/dev-python/deebot-client/Manifest b/dev-python/deebot-client/Manifest index 803e9745e..b8806d93b 100644 --- a/dev-python/deebot-client/Manifest +++ b/dev-python/deebot-client/Manifest @@ -1,5 +1,7 @@ DIST deebot-client-6.0.2.tar.gz 108262 BLAKE2B 3c5c7006f4faf2e309cfbedfedcd4c946950e67a2877984096c6a86fda52c2146fcb283f6a80fdb93e46bc2a8d8146b0ca4b718fa1e3734920292dae97e935ca SHA512 6b8b4048548f445182f7f0a247cfa05855b66e7745c85c76e467c0b41614dfd30dc19630008573643c6d9466fe076ceb84de75a1c07dda98e955dee448cf1f2d DIST deebot_client-7.2.0.tar.gz 112106 BLAKE2B fad0dad428f0c6f525fa8d020d28a8fab7657b347e8a905b13d868c432285a489af5ebe1f8a6a20d8ac48dd62db6fb512f5cbb69693022047b74a59ead4d9d8d SHA512 f8fa9d9e3773c199ba7934572dcec8c8cc395bdbd2a520a55ed9890ee2b5a078af96a366155f220e6e665d39e6dc1a69a35e9d73c9a06dd3f581f569e1eacfa9 +DIST deebot_client-7.3.0.tar.gz 115047 BLAKE2B bfff2b97d950a88e12ba61fdc807f8a0e93552408f63c7659b934a78b8f483556b32342fd7a6e51d3f5b95560bb6d5754811189320941d1b56cbdaf58d101d87 SHA512 bb80e2053f6398dd3b36fd82440347336ae2ffcb51a7ff97bf6e135f20a4826409437a2be1ff99b3f77ebf249f986c5379a0f32f77c99c37ca7b9a90aa95ebd9 EBUILD deebot-client-6.0.2.ebuild 796 BLAKE2B 24e885b798d0f4e3b6dde87fa3df3e53b3d176d36d878b8bd1add33d0928aaa88b3342f35ca9dbda0f88c696aa22e3123871077a0b57d575bb3601fbddc7c378 SHA512 ede115a5ef7ae955d98c53286801755040463dad8c4610f83996d02bf32b3078506b43af2435e6ae17c955aef05e2df960d736fa4a7349414c32c19af9325697 EBUILD deebot-client-7.2.0.ebuild 776 BLAKE2B 64fa5c4afc6efee40a67ae65e1c15ca36e6731545c60e4a210a8f06e9821ab32e225aa8ba9c90111fa23ab03b0139e6537d8f73688bf8dad5b44011fac859c6b SHA512 e07a8e23fa8219dcc2fa91943e0dbaf54903a7af186b9f6e4774e82400338370f1c22e9137f5f90babb7aaffed765bfee01c3fb7bc9a21475fec5111b6a775f4 +EBUILD deebot-client-7.3.0.ebuild 776 BLAKE2B 64fa5c4afc6efee40a67ae65e1c15ca36e6731545c60e4a210a8f06e9821ab32e225aa8ba9c90111fa23ab03b0139e6537d8f73688bf8dad5b44011fac859c6b SHA512 e07a8e23fa8219dcc2fa91943e0dbaf54903a7af186b9f6e4774e82400338370f1c22e9137f5f90babb7aaffed765bfee01c3fb7bc9a21475fec5111b6a775f4 MISC metadata.xml 520 BLAKE2B 872fa5fb2480da298d2b079cf3f2c99fbb2a1972d05a6b61db644fecfbf839080b355d1238ad572877a4da827d9cbb67087356805afc90ece68f0ad0127556c0 SHA512 d5ecd4ceff0480245c6ad80cce419e784e85db399644669cff21b67d7b5f7c3dafda7468640fff4200dad17daf1b5e6b6b40727001f2f6db2a09dea1ab3798bf diff --git a/dev-python/deebot-client/deebot-client-7.3.0.ebuild b/dev-python/deebot-client/deebot-client-7.3.0.ebuild new file mode 100644 index 000000000..9c6d08465 --- /dev/null +++ b/dev-python/deebot-client/deebot-client-7.3.0.ebuild @@ -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=setuptools +inherit distutils-r1 pypi + +DESCRIPTION="Deebot client library in python 3" +HOMEPAGE="https://github.com/DeebotUniverse/client.py https://pypi.org/project/deebot-client/" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md" + +RDEPEND=">=dev-python/aiohttp-3.9[${PYTHON_USEDEP}] + >=dev-python/aiomqtt-2.0.0[${PYTHON_USEDEP}] + >=dev-python/cachetools-5.0.0[${PYTHON_USEDEP}] + dev-python/defusedxml[${PYTHON_USEDEP}] + >=dev-python/numpy-1.23.2[${PYTHON_USEDEP}] + >=dev-python/pillow-10.0.1[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest