dev-python/govee-local-api: drop 1.4.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 17:41:27 +02:00
parent 0641e4a4b2
commit dedf87e547
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 4 additions and 28 deletions

View File

@ -617,12 +617,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 1954 Ebuilds in total, 1943 of them have in total 1963 (42 different) licenses assigned.
There are 1953 Ebuilds in total, 1942 of them have in total 1962 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1110|
|Apache-2.0|438|
|Apache-2.0|437|
|GPL-3|128|
|BSD|110|
|LGPL-3|26|

View File

@ -1,5 +1,3 @@
DIST govee-local-api-1.4.1.tar.gz 11950 BLAKE2B aa784c03b1d9ec15f0a92b233378b2a071bfab74b8f16c49da304f85c21f690aac169cbf42caa7b425469df140e6ed30319377bc015dcb2c514dc0a4261c1533 SHA512 516c544d172538490f59c45684fd05421d97ea91e90e846b69ab0ae261eb4fc3c676d1b89cef61b8e7675688cca91bbf1a74e0170f00cbc49c4d9af4a6845b72
DIST govee_local_api-1.4.4.tar.gz 10955 BLAKE2B 909803fff2ce842019d2d530db7ed478f106c9c6fd26d41fcec97220a2644961b4eaa4faf0a53954e2b62036506431468b6f403b29603e7a1829166f25e07fb1 SHA512 7a9322885d52d236e8f3323e60b9a208d6d4d7e3650c5fb3e14d6c67a34762e0f876e081363e3b6b29fc79c5e7a4e383c77e8dbafc2a2bb1f56554f90ec90a81
EBUILD govee-local-api-1.4.1.ebuild 535 BLAKE2B b1d817165955ba1df63674d9076c164d8087aff9874577fdd161455a817011155d4174ae6957c5a3019f980397e50bb2c54afec2a0bc1db7f80d9ffa9a8e8115 SHA512 24f34219deffd9586a0dcb17d103c5ded917103ac97d48254dd6e0b9bdd68e2522d1aab889d9400d114f3f8206998c0c0e787cca7160d48450b8f988a599dcf9
EBUILD govee-local-api-1.4.4.ebuild 814 BLAKE2B be7e9756889172162f0bb63684549852bea958af4bc512e71b95f3926cd47cca24ddf38f419cc0746a2d80cf4b4f6ac4c929b6df718b712d95aa6e7169328374 SHA512 1ddb7a72cd2895a90002bae4fe197fa4194a0684ffaa6b5268ccd7980fd0793b80318d105e772b2c4dd9dfffffc78d4b9b0de92eba0bcae23ce02ca076367cd2
EBUILD govee-local-api-1.4.4.ebuild 814 BLAKE2B 9fb96da50c0a3e0c4f04973baac6532bc058e425d769da42e33075a31ac64ab1edaecf34f88144f2d3cdbdcc74878e67fbdd026e80021c04a16767dfc2e5ce1c SHA512 dcfa0e962ce2bb80aae986ebc74b4f89ab3fc1a6f345b7b0cbfc2735ecb8622f6547a4ae03f296c421f6b96debe9788f62892009c5fccfcfca30dba984e5e2e4
MISC metadata.xml 534 BLAKE2B d29268cc2c368f18935960a7b529d8fc27731192cb06ddf1441bf6682c46221e5b516a2e45f1b6181e9d4fbd283e87f0f3dccba1f59d3e7e540f9f55b2b10c53 SHA512 41de44cd5f3c18037cc571b31ccaa2273d835eba458b5fb6c38a437ef6aea314526c94c916714c8fed26924f97f211698b557c8285c70bcdde051ef06147ba6c

View File

@ -1,22 +0,0 @@
# 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=setuptools
PYPI_NO_NORMALIZE=1
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

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi