Skip to content

Commit 35ede2f

Browse files
committed
dev-python/lcn-frontend: new package, add 0.1.6
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3877 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 97fb0a0 commit 35ede2f

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed

dev-python/lcn-frontend/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST lcn_frontend-0.1.6.tar.gz 1328322 BLAKE2B a5c04461fbd58f9b5e09af87670cfdbacf3ba25048d880ba4b33f45283f1dc6aecdcbfcb401135054fe186ec890d44b4b4706658ebe9d674fe415783c01ce73b SHA512 bfa2567401f08b8c6d7a458df5469391b57d499d80244025f4d40e49d7159c05ff5e63a408e8edac5cfd1df046fe3db6d58df25ea190486867deac3e3ad67661
2+
EBUILD lcn-frontend-0.1.6.ebuild 486 BLAKE2B c531822eff9ddae2de6f252465404eff95661891c5212cd8fbbc9855ee6dd9bfba5d1ba353f6e5374e87cd377a1667710fbf05661e39a0d8675b2438fed80027 SHA512 df445a382712f0519a34ef77a7f4d0efa105b8ce94ab477cd7fd29432c395b097cdf6d47bda3385d3ecc2c2601f1d3150e2c7eb12b21032ce03c7fc5c208f188
3+
MISC metadata.xml 529 BLAKE2B 2aaec029508056ac2880bdcde9e2cc72f1ffa6dfbe923717338e93d58bfe730e7097f9df5c80c2a39156473fdb01be0c25e1aac8f872f30387a35ac06330a824 SHA512 000f58b3ef1b596436a625e931af9e9eb573e5bfd1a6ae4030bee22de3feb67b7f44e46df634a66fa4bbd58955f105bb5b3756f2c53ac258f437d8995542f55b
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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=setuptools
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="LCN panel for Home Assistant"
11+
HOMEPAGE="https://github.com/alengwenus/lcn-frontend https://pypi.org/project/lcn-frontend/"
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+
distutils_enable_tests pytest

dev-python/lcn-frontend/metadata.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="project">
5+
<email>[email protected]</email>
6+
<name>Andreas Billmeier</name>
7+
</maintainer>
8+
<upstream>
9+
<remote-id type="pypi">lcn-frontend</remote-id>
10+
<remote-id type="github">alengwenus/lcn-frontend.git</remote-id>
11+
<maintainer status="unknown">
12+
<email>[email protected]</email>
13+
<name>Andre Lengwenus</name>
14+
</maintainer>
15+
</upstream>
16+
</pkgmetadata>

0 commit comments

Comments
 (0)