dev-python/python-roborock: add 0.39.1
Closes: #2846 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
f22bb23898
commit
4a34e18bc9
@ -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 1745 Ebuilds in total, 1734 of them have in total 1753 (42 different) licenses assigned.
|
||||
There are 1746 Ebuilds in total, 1735 of them have in total 1754 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|995|
|
||||
|Apache-2.0|381|
|
||||
|GPL-3|116|
|
||||
|GPL-3|117|
|
||||
|BSD|100|
|
||||
|LGPL-3|25|
|
||||
|GPL-2|21|
|
||||
|
@ -1,5 +1,7 @@
|
||||
DIST python_roborock-0.36.2.tar.gz 43253 BLAKE2B 3b16e22e6b061955d5fed4a33b0dea14ef8732d5bf5f5052695e61e7a9621880e913eb93207c408971e21030e050566728d9866c5a9865d7951d972047643dd1 SHA512 ec839dabdaf682b39139f4b97dc264a40b7e7a8d25403a92b4712ec7e848f72396f01f54647c76e8849a41950405ca2b1e3915cbe443ad38a7d777189efcf90f
|
||||
DIST python_roborock-0.38.0.tar.gz 44770 BLAKE2B 2ca8609d93ef6667b1c6272b588c1a1a57b2cb3e077fa1d08ea576207303187b0089bfdb92c4b93ef32f6853d4541e80097a8a628eb1646453705a684dcf1143 SHA512 1e83fc61866e9965a04ad82ec86b315013544d40162736c5464778dbaab904af1b10eaa4d4782c03e46fcc8985cf626271c51131a085d2cfa153072cea948b14
|
||||
DIST python_roborock-0.39.1.tar.gz 48234 BLAKE2B 48f9cc4ef89e464b4b25bac10c6986737bf8dd3bc4f6d332cb4d52a5c9ddf0c5c768083b0b6097d3e274e4170af49d7f5b32db97d086e4c2b2da137dbee0061c SHA512 a4e15b3e9a4a6c963b7bf44c316352df8050e2c12730d21aafacfe34982ba780cb28cbcf0cff3e98cb18f32a354318c78e8de674b36dc3a1ea64e487779e748b
|
||||
EBUILD python-roborock-0.36.2.ebuild 981 BLAKE2B f284ddef7ad83135d21b259e5f47f8d7d3a5f2987fef592e365c066b8c8fe7b5283d9e235017015969cb6fc7efe20c17424504a3e310b88c401853e0c1044c04 SHA512 411f311b2eab067c4ed853bed7d4960c4c9009234f4b567d99ba94c5970a630134b3659dea7d8eb56ed578261f2e1cbc21e4ce341afa9fddca2eef88e3ca4aac
|
||||
EBUILD python-roborock-0.38.0.ebuild 940 BLAKE2B b9e06fd98b88bcec0dbec83304fb35895711a0f79a13aaa059067b6189f28caf49a2e3f3f99f061adf7553d04c9f694ccc24d958df3c600129ed2d97577dfbaa SHA512 d34dedb03fdc285b4d0a8f7b55166f81a65f81fcf1fb78e9330ab6b66d4ba23bb53c3223b1aeec0c107323a05a89e218f709f7b22adceab177d1f4aa00d016cf
|
||||
EBUILD python-roborock-0.39.1.ebuild 879 BLAKE2B d934c86b765978f452f620bf82f5a5ca5d2b87514f077be6aaa63ad062d2545195cc174c656c85b8dea4622113a695877c28cfc31dd3d92017264c59914d4fb4 SHA512 e1c1c313c7383baeed2d39414bdded1fd457e02826536da9c8ee1207101d8c7c6ecc02c9101a8fde57514dad035875879767d2d271d1fad0724769239337432c
|
||||
MISC metadata.xml 556 BLAKE2B 746dc40c60dc878f670ead7597debc082164a1d585d7ac60299f807b2c3706f990007d3470c67f80cd7ea11f30e21f2d3ce1ce1a731f44cb1ab50d73fd324400 SHA512 5bd2a3c92af85e4faa327e76e6e0cc41ed451237c018289732cc7c62ffd95fbc3165e1f9aaf923a3770611036c27d1793122b040a1a66601f0ae6399211ddc2b
|
||||
|
28
dev-python/python-roborock/python-roborock-0.39.1.ebuild
Normal file
28
dev-python/python-roborock/python-roborock-0.39.1.ebuild
Normal 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_{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}]"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user