dev-python/knx-frontend: drop 2023.6.23.191712

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2024-10-22 07:51:05 +02:00
parent c275ae8111
commit 8e22a6ba16
3 changed files with 2 additions and 34 deletions

View File

@@ -606,11 +606,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 2045 Ebuilds in total, 2034 of them have in total 2062 (42 different) licenses assigned.
There are 2044 Ebuilds in total, 2033 of them have in total 2061 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1187|
|MIT|1186|
|Apache-2.0|457|
|GPL-3|123|
|BSD|110|

View File

@@ -1,7 +1,5 @@
DIST knx_frontend-2023.6.23.191712.tar.gz 958086 BLAKE2B 853a5956a69c80e99ea990cd41e835304c47eac8287fb786105de8f7ea6f1891525177fc23aa33200c9aa3fa8e50c9eba66cf64757a0c484efef386564e66e29 SHA512 a22006746db7da6d23a1202a8963f872211da0b08ff6e9b20662900b9f89509079e540f06f783fbfd02897debc27029b555fa329fdaa6a332bc40e92b44e7c07
DIST knx_frontend-2024.1.20.105944.tar.gz 1091588 BLAKE2B 8de3592367c6ef36dc7c12a9b2154b1d4a107a40bbbaad39dee29eeb21a86174c716ec691bf5fb5918bf31e6f04eebaa43e7eb19234c6e416d3d49757f2dadd9 SHA512 e597f42da5d31236202bba3c16ac8109a5041713c88ee02512fe7445ae649df2fb353387629128a50141e3d10cd5350f1cb15017ff426c0e9235055fe4499cb3
DIST knx_frontend-2024.9.10.221729.tar.gz 5361514 BLAKE2B a35ad058379fb895151012e67ac7bda172852db09f133137f42d14645b0edba9faa699786b378f3670f502974298ef9b8fee80e0bffb7d20a1cc8fa671d94cba SHA512 7d75d4bd38ac048e7a7ae2ef5079453b38dfcd6b593649f1ee295e1e8d61d1bd813fc5cad6e1a826e2b6b31986036a7a62bfce13de95d4cbe973d664cd209557
EBUILD knx-frontend-2023.6.23.191712.ebuild 583 BLAKE2B a5a9ff5d3e6f69c356dd58000692b7416f61efc7b07d6fed88e395b480e7d6bed291fb55c6062a8ad9f3d8a904fb24e0cf43e74a95156b16452e837afd725446 SHA512 89c1033861d7af1f2b5f034fde65239516efb3302745c93dd085c0e3578c0aa93d7294294a2ab583763a1ac0cb771d57272c5e762ee4c6edf7d3d92ed435dee3
EBUILD knx-frontend-2024.1.20.105944.ebuild 480 BLAKE2B d9d2f9b59c8ab3edffafcb7b1a8e1bf605bdbf6aba544900ba63ed2869330608e8e1ec792678fc84ae9a965f2bc77a0cfe73ed342b25735bbd11da3a6ddab6dc SHA512 a69cc02635b5d338e54a69f383ed3f18e7f34426f331b8a3d0f2071e49395eb09791d06b34a74e4043ceb1475362c47711b980fd46756af7abd8445468d768ce
EBUILD knx-frontend-2024.9.10.221729.ebuild 480 BLAKE2B d9d2f9b59c8ab3edffafcb7b1a8e1bf605bdbf6aba544900ba63ed2869330608e8e1ec792678fc84ae9a965f2bc77a0cfe73ed342b25735bbd11da3a6ddab6dc SHA512 a69cc02635b5d338e54a69f383ed3f18e7f34426f331b8a3d0f2071e49395eb09791d06b34a74e4043ceb1475362c47711b980fd46756af7abd8445468d768ce
MISC metadata.xml 524 BLAKE2B c08f24e28f4d4a79b4bd7f1e4623d61a1062589a26f11404820d3c0f4a98e2a0b6e7957d779746d57d7f084c7d22fe8a3940ff98a4863c18941ac64d80e66aa6 SHA512 87a7ab934b215600c80a64971480d0f33351f4a468c5a86dedab1bce2b2a9962b23f40d20647e3b6ed803d6c4f5764316a45bc32964d8b732e5d1b4b400d9a84

View File

@@ -1,30 +0,0 @@
# 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=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"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest