dev-python/yeelight: add 0.7.14

Closes: #2513
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-10 14:49:54 +01:00 committed by Andreas Billmeier
parent 269115c87b
commit f9150b90c4
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 38 additions and 2 deletions

View File

@ -612,14 +612,14 @@ 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 1742 Ebuilds in total, 1731 of them have in total 1751 (43 different) licenses assigned.
There are 1743 Ebuilds in total, 1732 of them have in total 1752 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1024|
|Apache-2.0|365|
|GPL-3|98|
|BSD|96|
|BSD|97|
|GPL-2|24|
|LGPL-3|24|
|all-rights-reserved|15|

View File

@ -1,5 +1,7 @@
DIST yeelight-0.7.10.tar.gz 55748 BLAKE2B a11f484ed13db5099acb2306ef8d14c85a14fab61ca73d93df1e854b21947128fe86874483d2a90a3532a5382da4d1f3bd6e7b6d36fc73fb6899e57baad51c8a SHA512 26ba562f852057c08eaa35c25b8b29d937627d29782bb0c57301fe31142c36d9ee3262ba790eee90fb911f4b86c1498e54f5f95294ea54f7b42f06f59d94370c
DIST yeelight-0.7.13.tar.gz 60853 BLAKE2B 62b0bff618ab503e83237fe64c89df0ec8d076017a8e0766f1e70034cdb0e3c6e513ff09c970338582a50279af17743f34b917796ce6b4dd01d2e0039f2fdbc3 SHA512 c96e4c207b08d72108fb82f1139e6243a5ad541c42ec7caee3132305ae509eea120f8cad10d29d03fdda57ed82c2eff8dcac0f14cc58c9ef0459e4ce37c7fa05
DIST yeelight-0.7.14.tar.gz 60870 BLAKE2B b748530195085d66bfab45b30486a714d62237aea14c4f01f177db0b1c66ed13ed5b5c81856cca9ede512c650445f4cf82b8b5e529bb1bd22e5a44039a0dd764 SHA512 6d2192c626487771ee29b118b95dc7151cad51f15a13715fa8e8000fb1dfc20188975c8ef7fbbafb6a75535959deebf67786ab730bab9c2104852edc067bb131
EBUILD yeelight-0.7.10.ebuild 687 BLAKE2B 202b57fc42475f5710ecf22c2c66e3289110fdb6304a81abae62d068e49f967485eca2fa77ca2c54714d242183d706fd91ef3f53b09a76be6dd79ce8394b6729 SHA512 dcb07a3a73c76bcb46e58443020695028a17dc131514b7eac9419433879ada07a367ba06a2f7fece6c70efda145a0be98fa5e90164226403c75641d7743dbfd9
EBUILD yeelight-0.7.13.ebuild 713 BLAKE2B 2eb7478a8b482a3a7b46c88e7d2aa76c2281f83ad46b8bd62d561b969f0df126e67cf6ad8de8dd9952c0f89827f83f5c87479560ef00773444289561e2a85a5c SHA512 af48c9842bfa36eb7d8df804a50e68a9a6e2a6c3a26bd7e7a9305b5f13877a2aecf8d2ef8025c0c8ff12db44e1caac25666c902b41421fb9de46dec04ea5e1fb
EBUILD yeelight-0.7.14.ebuild 793 BLAKE2B 30104ca303b0fe1bfc1b571a381d0a19e6f05934f97174652721149d988e20cb74d8286608b11a24cc1b85d2b22bab392cade6976ff20a2274b8f3c2fda8130a SHA512 7c0dc209641ad793b929c6ba84a846720147b3654eebfa7d0cec4bf00c0fc62652c0de21ddb17ae676f55876cc6b7fbcebd22179e78c42973481dab72fe66b59
MISC metadata.xml 454 BLAKE2B e9341d7a688a8e0fb98a214ae34b556aba26bb8fedce41959ed42a2ecbab32aea2a071ba0149bd89ed9e9de24ae760aaaa27f10b90cf1a2df3d925f28f881261 SHA512 7d30cd46b5b4fdf942234624a698738e2afdb1a719d1a7f591fad2ddf046def637a644f1603a62b5b5e21a1ae48a7248e28e24a71507b6eac8577d34452f0b74

View File

@ -0,0 +1,34 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=flit
inherit distutils-r1 pypi
DESCRIPTION="A Python library for controlling YeeLight RGB bulbs."
HOMEPAGE="https://gitlab.com/stavros/python-yeelight/ https://pypi.org/project/yeelight/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/future[${PYTHON_USEDEP}]
dev-python/ifaddr[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/async-timeout[${PYTHON_USEDEP}]' python3_10)"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
yeelight/tests.py || die
}
distutils_enable_tests pytest