-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/4037 Signed-off-by: Andreas Billmeier <[email protected]>
- Loading branch information
Showing
3 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
DIST lcn_frontend-0.1.6.tar.gz 1328322 BLAKE2B a5c04461fbd58f9b5e09af87670cfdbacf3ba25048d880ba4b33f45283f1dc6aecdcbfcb401135054fe186ec890d44b4b4706658ebe9d674fe415783c01ce73b SHA512 bfa2567401f08b8c6d7a458df5469391b57d499d80244025f4d40e49d7159c05ff5e63a408e8edac5cfd1df046fe3db6d58df25ea190486867deac3e3ad67661 | ||
DIST lcn_frontend-0.2.0.tar.gz 1621549 BLAKE2B 4aa43a95cd88a4a195c6d5a196717a7c3c9eab01ffa60fafee7923b23fd4b48bf4d957f9c67e93a140eab367bed3fa14f9892ad8d6fd2c94ce43598e214ade09 SHA512 300f9c2b8265d2ae31cf406312a5db5318d6ebf4815c28fdbc57c09a262cdb0f7566b0f430f98c240e95213a84b66124d32d92dd1344c9b2a2a7ec3d0fdabafb | ||
EBUILD lcn-frontend-0.1.6.ebuild 515 BLAKE2B 13ac1d9c310cc89b7072824d4c226a544112e14ecf76c5bfe83a9e1d6b465fc48ec26c7e0304322ba35a7148b81c58f4398aeaaa2d76ac266b6a80ca16a0fa2d SHA512 379a8d9f3f8a91f4aa02a51bdfabd844adb9a1cffa9e6a658ec4692c52eef7ce76c47ea75b0e0262f9da4ee2287fa42327b1f6a4377e06a0b8c9ad8677c5156e | ||
EBUILD lcn-frontend-0.2.0.ebuild 515 BLAKE2B 13ac1d9c310cc89b7072824d4c226a544112e14ecf76c5bfe83a9e1d6b465fc48ec26c7e0304322ba35a7148b81c58f4398aeaaa2d76ac266b6a80ca16a0fa2d SHA512 379a8d9f3f8a91f4aa02a51bdfabd844adb9a1cffa9e6a658ec4692c52eef7ce76c47ea75b0e0262f9da4ee2287fa42327b1f6a4377e06a0b8c9ad8677c5156e | ||
MISC metadata.xml 529 BLAKE2B 2aaec029508056ac2880bdcde9e2cc72f1ffa6dfbe923717338e93d58bfe730e7097f9df5c80c2a39156473fdb01be0c25e1aac8f872f30387a35ac06330a824 SHA512 000f58b3ef1b596436a625e931af9e9eb573e5bfd1a6ae4030bee22de3feb67b7f44e46df634a66fa4bbd58955f105bb5b3756f2c53ac258f437d8995542f55b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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_{11..13} ) | ||
DISTUTILS_USE_PEP517=setuptools | ||
inherit distutils-r1 pypi | ||
|
||
DESCRIPTION="Home Assistant Panel for configuring the LCN integration." | ||
HOMEPAGE="https://github.com/alengwenus/lcn-frontend https://pypi.org/project/lcn-frontend/" | ||
|
||
LICENSE="MIT" | ||
SLOT="0" | ||
KEYWORDS="amd64 arm arm64 x86" | ||
IUSE="test" | ||
RESTRICT="!test? ( test )" | ||
|
||
DOCS="README.md" | ||
|
||
distutils_enable_tests pytest |