dev-python/flux-led: drop 0.28.37

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:20:35 +01:00 committed by Andreas Billmeier
parent e97ef29d60
commit 6fd4b11df9
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 39 deletions

View File

@ -612,7 +612,7 @@ 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 1698 Ebuilds in total, 1687 of them have in total 1705 (42 different) licenses assigned.
There are 1697 Ebuilds in total, 1686 of them have in total 1704 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
@ -623,9 +623,9 @@ There are 1698 Ebuilds in total, 1687 of them have in total 1705 (42 different)
|LGPL-3|23|
|GPL-2|22|
|all-rights-reserved|15|
|LGPL-3+|12|
|BSD-2|11|
|GPL-3+|11|
|LGPL-3+|11|
|Unlicense|10|
|ISC|5|
|MPL-2.0|5|

View File

@ -1,5 +1,3 @@
DIST flux_led-0.28.37.tar.gz 70961 BLAKE2B 6287ca1516a37896a95873b31dca095b000b87b0477cb031ac0572efd554d44257ac0f367a1b40248f8710569781a4bb5833d5d56868081af2b611ff170e413a SHA512 bed932723a77ab24d006aa5e505126d2222a4058f1048758887701c925b17e70fed58fe17bbddf0c649d00a1c6ddec03ff31eb7dd3a12312fe75ec38e52dd821
DIST flux_led-1.0.4.tar.gz 71209 BLAKE2B 6d8b4999752efc752ea3b9cc7499afd118df735801ae5de082ab9e644c476227366c8c23feb0c2efbaee8f1cc6a7d1b92e19e7722a541d3d084abc2c2a8a8974 SHA512 8e4c7685449b9c3f927d24f21fd2db5b74eb4e99aa0187e644012f2dd85adef17622d19ec993795c4bbdd5eb88f8c87426f1c29b7c3655073bd18ee7f0bbb4af
EBUILD flux-led-0.28.37.ebuild 847 BLAKE2B fcdb3e40ff2456974f2b58bae68df50f7994d8b5c36b0cdeedcc8a9704f8c2d7689675a39ced42a8f3b507caf891860992c2ab435e387b06d6bcd57dd1923b4d SHA512 1ea5826ec824541b1773ac7f8cd09daf8908732bf2384732ae2ff16d94fdb29c60f9247a1c1ca21367daceefd007d0099ed9917bbf0dffcd0796c00c55d47183
EBUILD flux-led-1.0.4.ebuild 883 BLAKE2B c12474daf70c6a11dad97a50952250adb08e458d40e96d72273af4fe1a48e15d07a0a58b6567d6c19d7e9155bff2397e0900afff452d7371ef0511c020401f46 SHA512 a8757a035426423d65dd27f1f8f3b0dcae40a11187c31c9ab883bab0215c71f8503388ded49464fd679f43e955873806f59ec24631df48ea961977c75fa756b3
MISC metadata.xml 523 BLAKE2B baae7c3120f40547595753de0b5c1a7d11a8676c3bb902a79de94c22c627d6283f1a9b48a30e7c798d55c7eb348e80e9b19b1a1bfb735bf356fbb3399a1ac3a3 SHA512 6444b9f2e2f471d7b3cc3b3cd01fe4befc3b0b767bca5f5641c64f96698f7d2e1ee65103021e35714aff286543b5b381e052b003743ea30adf69d9ec11d2e5fc

View File

@ -1,35 +0,0 @@
# 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=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A Python library to communicate with the flux_led smart bulbs"
HOMEPAGE="https://github.com/Danielhiversen/flux_led https://pypi.org/project/flux-led/"
LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/webcolors[${PYTHON_USEDEP}]
dev-python/async-timeout[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/pytest-runner[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest