dev-python/aiolifx-themes: drop 0.4.5

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-09 19:10:59 +02:00
parent 111b6b61db
commit befc771c2c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 5 additions and 38 deletions

View File

@ -617,11 +617,11 @@ 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 2001 Ebuilds in total, 1990 of them have in total 2009 (42 different) licenses assigned.
There are 2000 Ebuilds in total, 1989 of them have in total 2008 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1132|
|MIT|1131|
|Apache-2.0|456|
|GPL-3|130|
|BSD|113|

View File

@ -1,5 +1,3 @@
DIST aiolifx_themes-0.4.10.tar.gz 13081 BLAKE2B b9ffa64bdc1a44f15310b4eee32ae428d666c327d70620f4cb722237e4f2a065df08f45556cdabce1d9f3ef459406fd7a181e20214e503f2139551b2354eb835 SHA512 3785f60072a8f4f68a97d5207d1650439e959a124d230b7c98457d1a7b4ca9be29d5d4793e8779b7e7172575aba4343cb72051ca7d2d41c32428d20fa144486d
DIST aiolifx_themes-0.4.5.tar.gz 13080 BLAKE2B 11fd2166a172362985fb951dfa8678bb59e2d159b55d74f79a15677ec23c84ed598d4c983377fe8bad1ac1db5075af469fb3697a2eb21d17c90a62351747fb8e SHA512 84acc58e8bf174308a57cb106f4299dc8b940c0ecf8a145e2d51d32e4c1960940c66e0598ace310339fcbbce9ae2c5fe55010b9d3e2c3af641549e7ec6db119c
EBUILD aiolifx-themes-0.4.10.ebuild 670 BLAKE2B b9a38887725071d9e9a12f8f2beb850f6044873bc790159763ecd0b5d823ab9d1ba7ccdd3d78a22e0ddd1439996ed16e6b229df7aa991feaeb28957f57074810 SHA512 fa992588392e932e26731476b6280fe597685a67253c175dbe9f2500fa5e5a1929c427836e92e0cbf78c5954c34cdaadad566f6ef46d26e8b78107a2c0e1f2a7
EBUILD aiolifx-themes-0.4.5.ebuild 670 BLAKE2B 944ed959043c034803e27326f1b96ce122d12d308a6898940a5fd2efa0d4018ae7d332e8bc00c3aad833f9d721adcda9bca7097ff1763c08cf2fe2d976c25e69 SHA512 0378c9d65bbe59d56250a001cf7d08c290684b53893a3e488e080fd1b28aa287f0468d7b7db77ab81c3e9a649b97d0aece60b20a4ae7264438245a933387a1f1
EBUILD aiolifx-themes-0.4.10.ebuild 670 BLAKE2B 34e41b165ac3b102bd63292d7916e6f7af6babdbec87f49013a6ecec6244797ee16f491a3148582f0cdcf1483bedfd0c8f5bba0bf0d5caeedf69655443fcb9ba SHA512 d1111d3c4674065f9517a0844fbc1076f33559b86e213c825d984b44522582f97de803f0029d956d87ba8e385e65603786b183380db1dae82b0a897f5e4d4302
MISC metadata.xml 513 BLAKE2B 4961599829aeaed7db9440112142564e7af35ac90c5c9fb4126cd7ff7cf19fea7aa965b765d9d7e7472128ac1cf591bc0eb9b69535b2b12927141ffdfb12bd10 SHA512 cba1b8cf2ac0c9ff1ce3efa14c2e0a87af6f9b5b23e26b80f5ff54c020a215d4687a1bc3a1ea26b92f6d0b3156a6ad411034e6395a4074bbec7c3ab34cd3e29e

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi

View File

@ -1,31 +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=poetry
inherit distutils-r1 pypi
DESCRIPTION="Async library that applies color themes to LIFX lights"
HOMEPAGE="https://github.com/Djelibeybi/aiolifx-themes https://pypi.org/project/aiolifx-themes/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiolifx-0.8.6[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest