bump flux-led-0.28.32

This commit is contained in:
Andreas Billmeier 2022-09-05 07:26:54 +02:00 committed by Andreas Billmeier
parent 610d450013
commit b45aaef046
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 44 additions and 2 deletions

View File

@ -523,7 +523,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 1869 Ebuilds in total, 1862 of them have in total 1874 (35 different) licenses assigned.
There are 1870 Ebuilds in total, 1863 of them have in total 1875 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
@ -533,8 +533,8 @@ There are 1869 Ebuilds in total, 1862 of them have in total 1874 (35 different)
|BSD|104|
|LGPL-3|29|
|GPL-2|25|
|LGPL-3+|17|
|GPL-3+|16|
|LGPL-3+|16|
|BSD-2|14|
|all-rights-reserved|14|
|Unlicense|7|

View File

@ -1,5 +1,7 @@
DIST flux-led-0.28.30.tar.gz 70223 BLAKE2B a3b7b3fee7e6ecf04535a1a54e52b8f2e6fe334b61bea3305a3c0d3246cac10e2d970ce180bd6921b0ab53236f67d0bc96e0de42132b6b9e783084dcf83fda2f SHA512 93c71df3011da5099d8ad6227d6dd8577c35c083b3942a10ba39e940d55bacab56e0b01c3b17554b0cfaff64922380456984ec9a5fd2ac1a7a7231d0e2bc8d03
DIST flux-led-0.28.31.tar.gz 70319 BLAKE2B fa88c34c5ca2c3557aefb00fa6dc697be454df5d75bfcbe425f69fe7dc3ef575bf8c2fa980eb75904b6335618965339b81192d511d775f58941b839898117f11 SHA512 acbb43023271aa6ead2833fa3a172f443c63b6e46fa17b0fab48c17583acc887ce6a3e6c0b1347a32512b474f1b538bd1db36979f4d4c185e104b0353bb27d8e
DIST flux-led-0.28.32.tar.gz 70365 BLAKE2B dcd50ac58864f77dc24a270c5aa4c13a00a4d94d878c6c56451d01b7e5c5482c647d3db6a6c85d8cf83b8b838dd656baedf8e17434b1367b3115b41f81f3703e SHA512 d086950a9b4fe7c42d49d7b6e046f26cdbcc37b086509210109ec7410e2badb4a18467d6335aec800f21d0f02fce9a866c815389164ec78c1b0f1837a7d02aa0
EBUILD flux-led-0.28.30.ebuild 993 BLAKE2B d410581a04f839a4a3c9aa7ed77fcfb8bc24592a89b9ff569922c1ce1e2f7cae0f4ab42190dd1818c4262dfdbe71e466f635c5d164a08cb7f6867617cf71d24a SHA512 ab56314b3aad853830b3903e0fb95b02735bfac8a5240ce97a4c206ac092b814dca97ad7603b645098172bcdc931a489d3beab925e0881184e77b53058716d9f
EBUILD flux-led-0.28.31.ebuild 993 BLAKE2B d410581a04f839a4a3c9aa7ed77fcfb8bc24592a89b9ff569922c1ce1e2f7cae0f4ab42190dd1818c4262dfdbe71e466f635c5d164a08cb7f6867617cf71d24a SHA512 ab56314b3aad853830b3903e0fb95b02735bfac8a5240ce97a4c206ac092b814dca97ad7603b645098172bcdc931a489d3beab925e0881184e77b53058716d9f
EBUILD flux-led-0.28.32.ebuild 993 BLAKE2B d410581a04f839a4a3c9aa7ed77fcfb8bc24592a89b9ff569922c1ce1e2f7cae0f4ab42190dd1818c4262dfdbe71e466f635c5d164a08cb7f6867617cf71d24a SHA512 ab56314b3aad853830b3903e0fb95b02735bfac8a5240ce97a4c206ac092b814dca97ad7603b645098172bcdc931a489d3beab925e0881184e77b53058716d9f
MISC metadata.xml 458 BLAKE2B be1c6a0e7768db41ba43251f1d6aac012c16fced227c796435668c631495d354a48d450051982e5b6f3cb695c763ffb081dfe0a0d8bb754806d2acc02dab908c SHA512 81d5a568e4780a69bfa01122e53811172f97606502c62f8101fa866516246c4c70237cd50faf341a0b5e3878f130612bf186a4bbf72f2651985bc9a7b2627568

View File

@ -0,0 +1,40 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
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/"
MY_PN=${PN/-/_}
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/webcolors[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/pytest-runner[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest