dev-python/govee-local-api: add 1.5.0

Closes: #3414
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-06-23 20:33:38 +02:00
parent 27f117be97
commit a9913e532b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 25 additions and 2 deletions

View File

@ -606,12 +606,12 @@ 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 1915 Ebuilds in total, 1904 of them have in total 1927 (42 different) licenses assigned.
There are 1916 Ebuilds in total, 1905 of them have in total 1928 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1098|
|Apache-2.0|430|
|Apache-2.0|431|
|GPL-3|112|
|BSD|109|
|LGPL-3|25|

View File

@ -1,5 +1,7 @@
DIST govee_local_api-1.4.4.tar.gz 10955 BLAKE2B 909803fff2ce842019d2d530db7ed478f106c9c6fd26d41fcec97220a2644961b4eaa4faf0a53954e2b62036506431468b6f403b29603e7a1829166f25e07fb1 SHA512 7a9322885d52d236e8f3323e60b9a208d6d4d7e3650c5fb3e14d6c67a34762e0f876e081363e3b6b29fc79c5e7a4e383c77e8dbafc2a2bb1f56554f90ec90a81
DIST govee_local_api-1.4.5.tar.gz 11045 BLAKE2B 2498005a85e007cc6d3e8262529e3a4a62bb9a5f596f273c87fac6d62420f8ae064b5d9e52cab1235a5929fb7eafaff9a261275f2b30d891bbb8b1c7aeb66452 SHA512 7984c135978a663ca85a7ebd9dab820bdd95c3761641e9a87d35a3ce2cd782d4eb746e8a6d09f452dc76de4f2ff23bb37f9e27106df33f73feb6ee276d9f67bb
DIST govee_local_api-1.5.0.tar.gz 11161 BLAKE2B 289645e6e0829e935be2552f1b7796e03c2d7794d670d68704d5fd77b30130975775f738ed13cde2ada4768780758382abad6d5ab89935e77b9abb36988bdbf4 SHA512 e62b788016bd39c7bd8dc1d0f4150b5f4037a262216cd04808e076fcceec701c80d34be65b7142902d0447fa501f7368dd2c80335c653bf0ca2baa07fe38c416
EBUILD govee-local-api-1.4.4.ebuild 814 BLAKE2B e1e840c2287da45337aec44afca5b16c210bb4398dca0e12dd0f1c3cb0a637db951e8fd25279a8a7cc62151e8d3b7c2fefbba810b9c177aab6655100cdef030f SHA512 d171bac0166e1dcd3007988d9ed149b5bac83b210f1b2248c8a996807ce9ad49bd9309820e0b665370fe0ab2d15363efb8a884a925bdf644ba485fa97201299c
EBUILD govee-local-api-1.4.5.ebuild 652 BLAKE2B 0471deab5bb32a1bbd615384f41e8d36b4c9cbdbcdbbfb6b7e2797092f29a990c6e3b01dda5fe61a663f69bb7a8f7b8a90c2d2910354fecb25965e0c9ca9a130 SHA512 7c9b96b5680d6292ba37766bd10d90b4a4c9fc3aad85b9114f17a6b5c037bc7b989924a8a12a1911e7ae8b85d13bd5a313083060c5b13aebc7f93e2944a535a5
EBUILD govee-local-api-1.5.0.ebuild 511 BLAKE2B 84829bf49c0fbfcc85d8723532fdf4ced7e658d68f03ee323a35c27f93e3e750f47ee995ab2f5cdde9c7d56253d1f6e5488f2997c0b0d32abe608e4d0691c98e SHA512 cabe57dc84b36c6e88154e7ea3573388728a889f54dd8a47640793c93ff921f683a3f54348124a6e35807c1ec7d238a0719241289571c194365a77588bcb3265
MISC metadata.xml 534 BLAKE2B d29268cc2c368f18935960a7b529d8fc27731192cb06ddf1441bf6682c46221e5b516a2e45f1b6181e9d4fbd283e87f0f3dccba1f59d3e7e540f9f55b2b10c53 SHA512 41de44cd5f3c18037cc571b31ccaa2273d835eba458b5fb6c38a437ef6aea314526c94c916714c8fed26924f97f211698b557c8285c70bcdde051ef06147ba6c

View File

@ -0,0 +1,21 @@
# 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="Library to communicate with Govee local API"
HOMEPAGE="https://github.com/Galorhallen/govee-local-api https://pypi.org/project/govee-local-api/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
distutils_enable_tests pytest