dev-python/python-roborock: add 2.3.0
Closes: #3495 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
ef847bf3e5
commit
809036dbf4
@ -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 1881 Ebuilds in total, 1870 of them have in total 1892 (42 different) licenses assigned.
|
||||
There are 1882 Ebuilds in total, 1871 of them have in total 1894 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1078|
|
||||
|Apache-2.0|420|
|
||||
|GPL-3|109|
|
||||
|Apache-2.0|421|
|
||||
|GPL-3|110|
|
||||
|BSD|109|
|
||||
|LGPL-3|25|
|
||||
|GPL-2|23|
|
||||
|
@ -1,5 +1,7 @@
|
||||
DIST python_roborock-2.0.0.tar.gz 52689 BLAKE2B b43331487b56281a79d07ff433ea2271cbb5a011cb6dc7d36869484b0c0a819c1f7f98f14241b87b653286ed6bc918ee5d217e463592a4deb76279fbb7128a47 SHA512 215b0ebadad3b64011e8c06f82049419752fdebe25b85717c224f8b62aa129f742933e632dd584dd9e1a22a8f1ceaee793f2c125c3a03947d04cb9e9c0229a51
|
||||
DIST python_roborock-2.2.3.tar.gz 53652 BLAKE2B 51fdd91f2bbc099421c13865616ffcade4f0831b11704256a45900b7c2f5c68f7d66e238b9c99ec8cef0700a954875993fef58763d9bdf0ceaa15d768a65f1e5 SHA512 9ae56dfc8398598bdbabbfd2809927b7a15fba7ae157c9adc1e43834dbbade5a70d842916b3dae262a0c084668908965fce37b8a5ccbec7292c1797360145481
|
||||
DIST python_roborock-2.3.0.tar.gz 53847 BLAKE2B 666bdb8b575e7483b356ad62a203475a62ab5b2fc913d08979a386b51350562046136c594721e80ee1abb5b1f245f58045d39489f115c1dea5af68c5246e64d7 SHA512 9c6a69fdfba33f1920d49713c459e749cc144ea9d6fd3ff574dbc3377bd1676b217cd567488f6a0c4e14b0951b56bcbef045b099f8336a59cfffc9e79cc81bca
|
||||
EBUILD python-roborock-2.0.0.ebuild 879 BLAKE2B 4c4598922f4b99ffbaea92d66ee6e1ecae21c7c136e82b6b6bdab732576391052fbee0305448639dc236348e687a9332dfb20cd792101d5bb28a0fc8c40a78a1 SHA512 214d1a02cb04f106714582d2e8494cf728c0b7a9ccc41f15c6b115f3795a8dcd7fc42dacda9dd051b4302e843c2413b163b4b6fc0e3139a70215d0231f603970
|
||||
EBUILD python-roborock-2.2.3.ebuild 799 BLAKE2B 5b0c57d6b13a015c16903228a93349d9734ca0fe85206388e87e9e642a42bc288855a1264684f697725cfd3a43a36647fed2cafba6a6382e935293f85efaa240 SHA512 6088fe1c8e6f57a19a2a3a7294b3182e2045266d4a33d400091ceced68a1e81d84e71af91f7de41bb4649c00ae183ebbec6318119068d8cee2794367251c1bf3
|
||||
EBUILD python-roborock-2.3.0.ebuild 799 BLAKE2B 5b0c57d6b13a015c16903228a93349d9734ca0fe85206388e87e9e642a42bc288855a1264684f697725cfd3a43a36647fed2cafba6a6382e935293f85efaa240 SHA512 6088fe1c8e6f57a19a2a3a7294b3182e2045266d4a33d400091ceced68a1e81d84e71af91f7de41bb4649c00ae183ebbec6318119068d8cee2794367251c1bf3
|
||||
MISC metadata.xml 556 BLAKE2B 746dc40c60dc878f670ead7597debc082164a1d585d7ac60299f807b2c3706f990007d3470c67f80cd7ea11f30e21f2d3ce1ce1a731f44cb1ab50d73fd324400 SHA512 5bd2a3c92af85e4faa327e76e6e0cc41ed451237c018289732cc7c62ffd95fbc3165e1f9aaf923a3770611036c27d1793122b040a1a66601f0ae6399211ddc2b
|
||||
|
27
dev-python/python-roborock/python-roborock-2.3.0.ebuild
Normal file
27
dev-python/python-roborock/python-roborock-2.3.0.ebuild
Normal file
@ -0,0 +1,27 @@
|
||||
# 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
|
Loading…
x
Reference in New Issue
Block a user