dev-python/home-assistant-chip-clusters: add 2024.5.2
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
8760bec0af
commit
751d393141
@ -606,12 +606,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 1854 Ebuilds in total, 1843 of them have in total 1866 (42 different) licenses assigned.
|
||||
There are 1856 Ebuilds in total, 1845 of them have in total 1868 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1065|
|
||||
|Apache-2.0|409|
|
||||
|Apache-2.0|411|
|
||||
|GPL-3|108|
|
||||
|BSD|108|
|
||||
|LGPL-3|25|
|
||||
|
@ -1,5 +1,7 @@
|
||||
DIST home_assistant_chip_clusters-2024.2.2-py3-none-any.whl 122171 BLAKE2B e8c2381a88fb46b5b1abf2f6157804b18fe5ac83234f5d6c4576ffbd1d74a74b096a1667ed077eba5537fa6d9aaf2d390d87925b589d8ddc514b5416a7f4123e SHA512 f1050650f1e0118713325d6c85c1c7d776cf22189dfdb0d1dbf4034e5f42ffd96b5f6f6a5fad0007db34d0f42174ed670a958797b9d6ecd8c7bcb91fb9e46c44
|
||||
DIST home_assistant_chip_clusters-2024.3.2-py3-none-any.whl 122172 BLAKE2B 20fbb3ccd67576fd2b9bec12c38d95e55806e3ac9f07ed5efe17f7b716c0e7dca43614f3ab7f2bfe855559153aeda6f075ed50e2386ecf06924b4a74ce3d8edf SHA512 675778755a02170df8fd863f4b999be5cb041f96f5bd50abb65d3633796cc779d3e075c24d4ebf5e460bef603958f5e9c4bf3b0a4de31906fe96e2064c0d591b
|
||||
DIST home_assistant_chip_clusters-2024.5.2-py3-none-any.whl 149966 BLAKE2B b75cec06e169646814088132a56dbf0f0b84759c9a8fed9c06b8343b0c01db5f84ebf17d1ac76b8902e16c8543ea3fa11b5f8398768fe5fca7d349804db53e04 SHA512 317cfaff809dc79b5e8553753ef00f4854a5568be42f649a7e2a8e0e587d390b201cde811d4fbfc933e7fe7c503bde352f7a96414dd7d883b8fa3a399f4536ce
|
||||
EBUILD home-assistant-chip-clusters-2024.2.2.ebuild 790 BLAKE2B f74d2f9c0f47717313ac3b7d6f39137d357ab0963e76eb55390271eba8f84d6705a7854d78124ba79b55eec1de2feaa70506bfff8ad063ac1cb4e4bc6e246d3f SHA512 0c18b11a2a73840001c034c2f71452616ccb00c4dddec2d6920ac9f59b1883a38fb5e173532204e29301df37e523b53de8eb7c1e428f03a7e16edf3fb5370134
|
||||
EBUILD home-assistant-chip-clusters-2024.3.2.ebuild 790 BLAKE2B f74d2f9c0f47717313ac3b7d6f39137d357ab0963e76eb55390271eba8f84d6705a7854d78124ba79b55eec1de2feaa70506bfff8ad063ac1cb4e4bc6e246d3f SHA512 0c18b11a2a73840001c034c2f71452616ccb00c4dddec2d6920ac9f59b1883a38fb5e173532204e29301df37e523b53de8eb7c1e428f03a7e16edf3fb5370134
|
||||
EBUILD home-assistant-chip-clusters-2024.5.2.ebuild 746 BLAKE2B 0c6282f433389cdb4c8b745c35e47465e7e5073ce2b3fb6fdeee4abfcc24339b8c69990f26670ce5f2a84f382ebf6b3d55ba9b63b429674cddf18f3649968053 SHA512 dc4bcefdba46da776e91eacfcb9dd0b7f8c6a3851bb9915b3cc38e338cbfe4fa6be8040467e8d6053891b45479a95e9dcecf828244a70a54a13286b95a3a4e71
|
||||
MISC metadata.xml 417 BLAKE2B bbbb557b5121cf6a63d6ebef83663a913e960b67832c10e6e1effc7b008b02cc72ef07c160fc9a265bee24b657444eca022f89b8aa36ee47e6103bf9c7d1ec60 SHA512 c1ca4152604c4d874bb2a3966ffbb46e562d06d1c0454603a3de82040253686db4714db602cb425a22d31cbc4f67b1f35b89a2b7d4b98e3feae5778df8382199
|
||||
|
@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=standalone
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Python-base APIs and tools for CHIP."
|
||||
HOMEPAGE="https://github.com/project-chip/connectedhomeip https://pypi.org/project/home-assistant-chip-clusters/"
|
||||
SRC_URI="$(pypi_wheel_url)"
|
||||
S=${WORKDIR}
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
|
||||
RDEPEND="
|
||||
~dev-python/unicode-rbnf-1.0.0[${PYTHON_USEDEP}]
|
||||
~dev-python/aenum-3.1.15[${PYTHON_USEDEP}]
|
||||
~dev-python/aiorun-2024.5.1[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
python_compile() {
|
||||
distutils_wheel_install "${BUILD_DIR}/install" "${DISTDIR}/${PN//-/_}-${PV}-py3-none-any.whl"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user