dev-python/knx-frontend: new package, add 2023.6.23.191712
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
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
|
||||
MISC metadata.xml 524 BLAKE2B c08f24e28f4d4a79b4bd7f1e4623d61a1062589a26f11404820d3c0f4a98e2a0b6e7957d779746d57d7f084c7d22fe8a3940ff98a4863c18941ac64d80e66aa6 SHA512 87a7ab934b215600c80a64971480d0f33351f4a468c5a86dedab1bce2b2a9962b23f40d20647e3b6ed803d6c4f5764316a45bc32964d8b732e5d1b4b400d9a84
|
||||
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2023 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"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">knx-frontend</remote-id>
|
||||
<remote-id type="github">XKNX/knx-frontend.git</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>me@marvin-wichmann.de</email>
|
||||
<name>Marvin Wichmann</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user