Skip to content

Commit 610463e

Browse files
committed
dev-python/zha: new package, add 0.0.33
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3820 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent bf13089 commit 610463e

File tree

3 files changed

+50
-0
lines changed

3 files changed

+50
-0
lines changed

dev-python/zha/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST zha-0.0.33.tar.gz 222389 BLAKE2B d29bffca1f38a5cc5dd81eebd792b72f1134e110b4432b8c0720e83501a8cea541b6510a98b9b02fdc346c111de8ca7291884786fecf1c8f8876984840455ea0 SHA512 32d1ad67ee230e350e1d30a53220f86d63a37e0ae879878de8564f321de1263c7e2699078219b7013dd7a3599280730384c279aded7aa92be032effce1fcb8a2
2+
EBUILD zha-0.0.33.ebuild 931 BLAKE2B 8e948861852ac6995a66fe7bd053fa4f0a05e5703fee7902903ba49680f3336e96d5a2a574f68718583d5db233749b92f91165db61730ab1c2e7474ec9cfa2cd SHA512 715a8ea5ae3dd4d5db02bde5c294d46d1dfbc0a46746f35c462cf2b6212c698454f6d2ed08128fc7c32eb0952ba2fde504fbc619d9b131532ff05bddf262ddc0
3+
MISC metadata.xml 511 BLAKE2B 3a72fbb13ac299bcfeb7df260ccecfdefe37918c37e5018f7a192f08cc769e99912885008d25c59bd14e8cdb432d4f5b3ed39b13968f3625daf6763d32b811f5 SHA512 f438f33ca1ab7b8a356146254a7579a2c37258f0c2103713c9cba8d02b661e82f7109412b35352f5560d23c2cc8e25e46703aeab542908af0454689d6a9a5577

dev-python/zha/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">zha</remote-id>
10+
<remote-id type="github">zigpy/zha</remote-id>
11+
<maintainer status="unknown">
12+
<email>[email protected]</email>
13+
<name>"David F. Mulcahey"</name>
14+
</maintainer>
15+
</upstream>
16+
</pkgmetadata>

dev-python/zha/zha-0.0.33.ebuild

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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="Library implementing ZHA for Home Assistant"
11+
HOMEPAGE="https://github.com/zigpy/zha/ https://pypi.org/project/zha/"
12+
13+
LICENSE="Apache-2.0"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
RDEPEND="~dev-python/zigpy-0.67.0[${PYTHON_USEDEP}]
22+
~dev-python/bellows-0.40.6[${PYTHON_USEDEP}]
23+
~dev-python/zigpy-znp-0.12.4[${PYTHON_USEDEP}]
24+
~dev-python/zigpy-deconz-0.23.3[${PYTHON_USEDEP}]
25+
~dev-python/zigpy-xbee-0.20.2[${PYTHON_USEDEP}]
26+
~dev-python/zigpy-zigate-0.13.1[${PYTHON_USEDEP}]
27+
~dev-python/zha-quirks-0.0.122[${PYTHON_USEDEP}]
28+
~dev-python/pyserial-3.5[${PYTHON_USEDEP}]
29+
dev-python/pyserial-asyncio-fast[${PYTHON_USEDEP}]"
30+
31+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)