Skip to content

Commit cb52d69

Browse files
committed
dev-python/wled: add 0.18.0
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3371 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 94d88ef commit cb52d69

File tree

3 files changed

+39
-2
lines changed

3 files changed

+39
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,11 +606,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
606606

607607
## Licenses
608608
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.
609-
There are 1838 Ebuilds in total, 1827 of them have in total 1848 (42 different) licenses assigned.
609+
There are 1839 Ebuilds in total, 1828 of them have in total 1849 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1059|
613+
|MIT|1060|
614614
|Apache-2.0|403|
615615
|GPL-3|107|
616616
|BSD|106|

dev-python/wled/Manifest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
DIST wled-0.17.0.tar.gz 18442 BLAKE2B 485bca8ae14c23b874b23e13f3fd6db31c3081c3b7ec0f05fb65c390226be84ee1f222874bffc50cb241fa526424def1f07b8f7d8d9397ce650c189695c9ac04 SHA512 0e1be0ba0d83747a401d9e9ae606acfd1a9f91efc9ad53ee231ac0330373b161722a68b5ac79ad13a2a9b8c41eda696d66155d3234664223b39ebd97486fa36c
22
DIST wled-0.17.1.tar.gz 18608 BLAKE2B b98a90ed402bd1355c65963ccb8f198a2da5cd98a69682b373a6bd5822946dc402665b3b4f3b2ece888744e7640856f5a1c9645f05644773ea7f7edd882da692 SHA512 9748c9e84c39486b574d24c94db431342cdb193fe16aa4a9ab900c6369289138ce22e8c89eaae00d9093258724bbf423b551efc63db4415918d7ed69f3aca9de
3+
DIST wled-0.18.0.tar.gz 21211 BLAKE2B 0527bf1f1a962b7c3662a2829d4ccd5f7a36ef657106f066b9be769d06ce77e257320c483cf7ff4693ee6b3d3013448fcb8b3a4b75232be97157dc34a366c73d SHA512 32b0f16b1d72185159eb7a1484dc8b57ead037e909c76c82b5d71a66c7fa84d91a5465db8511672b2004495f3254fb6249265789a3d1616c16af3293b801a7f2
34
EBUILD wled-0.17.0.ebuild 957 BLAKE2B ad1ca2925f5c5fc2f3e8071c6d9cd6c73fdcd0e77388310a44d36958df8ac9bd732229c87bbcc2c4ee8b946e47c6ad4fbc15852a1e37d4211e2c21a7f229b37a SHA512 0621f8b3e979e87d9927a7305745c501743a6f4667c63b3b66e243fc2a40a8b29a6874083d0828e182641aba63b9b9346db1d515070b2ce876adf932ccd2c4ad
45
EBUILD wled-0.17.1.ebuild 1010 BLAKE2B ee9de6918a0cfbbf31d03422df695cdb74569e1261f1cba8ce75afb299a1c567b783d3753fd020cabe6394f0f34966ac675a7e51fd1fef2eca787f00010beb0f SHA512 213bb9442d09a11204bd317d7dd0448b1ffb653ddc0616b89d1e45a757f7b85abe155e0763f836a19659d1ed67838bfbca4addd5a56426f0931e2e52973f1bc7
6+
EBUILD wled-0.18.0.ebuild 972 BLAKE2B bb18e605fbd7d13d4c74bd0a1b957c8bb7c4045e058e21dc6d1c67e812c547cd2baf98a68f3d1a54d02c895078c24e8d2658d61ffe71d82c4368434f6f110bca SHA512 bd6f10d92aaff4185da94e1a9e4619fd46050904c7dc2c14a2cef7ffb09f248985c955dee862629e034450c455b254976fce0e5c5ced2a65d72a382df0b08844
57
MISC metadata.xml 511 BLAKE2B 7e82ecb98c296e42d4bb45c8bf752ca782c3855676e321c6431a24b46642b445fd1e240e5b2e47bbbfa84e28a5fd328b8a9b79a5b6ecedea554f93ea5e71f35d SHA512 b5cf3659a6ba2a39c5a429e83c2e2fcdb1a1dcbde4bec46b4667fb43be17024510199ce9531d97edb59c718ba75a2fd97d5d5ba0188745b70528c11b9a99105f

dev-python/wled/wled-0.18.0.ebuild

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..13} )
7+
DISTUTILS_USE_PEP517=poetry
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Asynchronous Python client for WLED."
11+
HOMEPAGE="https://github.com/frenck/python-wled https://pypi.org/project/wled/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]
22+
>=dev-python/awesomeversion-22.1.0[${PYTHON_USEDEP}]
23+
>=dev-python/backoff-2.2.0[${PYTHON_USEDEP}]
24+
>=dev-python/cachetools-4.0.0[${PYTHON_USEDEP}]
25+
>=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]
26+
>=dev-python/typer-0.12.3[${PYTHON_USEDEP}]
27+
>=dev-python/zeroconf-0.132.2[${PYTHON_USEDEP}]"
28+
BDEPEND="
29+
test? (
30+
dev-python/aresponses[${PYTHON_USEDEP}]
31+
dev-python/pytest-cov[${PYTHON_USEDEP}]
32+
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
33+
)"
34+
35+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)