dev-python/knx-frontend: add 2024.1.20.105944

Closes: #2813
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-17 17:26:55 +01:00
parent 26184cb1bb
commit a2c987d867
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 27 additions and 4 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 1704 Ebuilds in total, 1693 of them have in total 1712 (42 different) licenses assigned.
There are 1705 Ebuilds in total, 1694 of them have in total 1713 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|968|
|MIT|969|
|Apache-2.0|376|
|GPL-3|113|
|BSD|97|

View File

@ -1,3 +1,5 @@
DIST knx_frontend-2023.6.23.191712.tar.gz 958086 BLAKE2B 853a5956a69c80e99ea990cd41e835304c47eac8287fb786105de8f7ea6f1891525177fc23aa33200c9aa3fa8e50c9eba66cf64757a0c484efef386564e66e29 SHA512 a22006746db7da6d23a1202a8963f872211da0b08ff6e9b20662900b9f89509079e540f06f783fbfd02897debc27029b555fa329fdaa6a332bc40e92b44e7c07
EBUILD knx-frontend-2023.6.23.191712.ebuild 583 BLAKE2B 482ce67112afff16d37da97e1d54b0fc3d1a5a314f9cc85daa6bca519884ac820c76b4f3cfa2f9a1a460b2b6e03d366771a5c4895c9f78c64c5296212cb7f253 SHA512 b4a94415e6b3f6d63eacefb43d21c560329fe48d7f4de744d01f597d13dabb5f6967cfb0aa93640b1662534f7c330f2c2ad8422b3e8e399e6ce988243aca9367
DIST knx_frontend-2024.1.20.105944.tar.gz 1091588 BLAKE2B 8de3592367c6ef36dc7c12a9b2154b1d4a107a40bbbaad39dee29eeb21a86174c716ec691bf5fb5918bf31e6f04eebaa43e7eb19234c6e416d3d49757f2dadd9 SHA512 e597f42da5d31236202bba3c16ac8109a5041713c88ee02512fe7445ae649df2fb353387629128a50141e3d10cd5350f1cb15017ff426c0e9235055fe4499cb3
EBUILD knx-frontend-2023.6.23.191712.ebuild 583 BLAKE2B e375827b756be2c1731243d4d7983c65026b08ff6e8aecce1ca2c0bd5e6e0597ba527f3236aaa7ba9ab4d23cd709a4c9f2dcb5961f947cbadb116358453bfdce SHA512 1d9148dfa60024c17d1326904fd0ffcb42feccc28aecc11e7a2ba87f185693cfbc3e5da47bc3083581a7cd8fce1accd576b86f7cfa21e8809f26037f67724429
EBUILD knx-frontend-2024.1.20.105944.ebuild 480 BLAKE2B fa65e817e08800e3dd78d9f6f75e37e884e0df0852d2fd6fe43f5d3ec3a935ac7f8b0c774e6d691f09d3ff4f81e230245413643dfc9e486fc2104bc168591ae5 SHA512 5f506d0a78b687dcdedd389b4b736719573e6e4f5c85867f87eac0aeaba19b229f25faaf74e864d2a11c8cd183bb7d2583028bfcc33841341c925659ddc903b2
MISC metadata.xml 524 BLAKE2B c08f24e28f4d4a79b4bd7f1e4623d61a1062589a26f11404820d3c0f4a98e2a0b6e7957d779746d57d7f084c7d22fe8a3940ff98a4863c18941ac64d80e66aa6 SHA512 87a7ab934b215600c80a64971480d0f33351f4a468c5a86dedab1bce2b2a9962b23f40d20647e3b6ed803d6c4f5764316a45bc32964d8b732e5d1b4b400d9a84

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@ -0,0 +1,21 @@
# Copyright 1999-2024 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="KNX panel for Home Assistant"
HOMEPAGE="https://github.com/XKNX/knx-frontend https://pypi.org/project/knx-frontend/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
distutils_enable_tests pytest