dev-python/zha: new package, add 0.0.33

Closes: #3820
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-09-30 19:24:55 +02:00
parent bf130899d6
commit 610463ef0c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 50 additions and 0 deletions

3
dev-python/zha/Manifest Normal file
View File

@ -0,0 +1,3 @@
DIST zha-0.0.33.tar.gz 222389 BLAKE2B d29bffca1f38a5cc5dd81eebd792b72f1134e110b4432b8c0720e83501a8cea541b6510a98b9b02fdc346c111de8ca7291884786fecf1c8f8876984840455ea0 SHA512 32d1ad67ee230e350e1d30a53220f86d63a37e0ae879878de8564f321de1263c7e2699078219b7013dd7a3599280730384c279aded7aa92be032effce1fcb8a2
EBUILD zha-0.0.33.ebuild 931 BLAKE2B 8e948861852ac6995a66fe7bd053fa4f0a05e5703fee7902903ba49680f3336e96d5a2a574f68718583d5db233749b92f91165db61730ab1c2e7474ec9cfa2cd SHA512 715a8ea5ae3dd4d5db02bde5c294d46d1dfbc0a46746f35c462cf2b6212c698454f6d2ed08128fc7c32eb0952ba2fde504fbc619d9b131532ff05bddf262ddc0
MISC metadata.xml 511 BLAKE2B 3a72fbb13ac299bcfeb7df260ccecfdefe37918c37e5018f7a192f08cc769e99912885008d25c59bd14e8cdb432d4f5b3ed39b13968f3625daf6763d32b811f5 SHA512 f438f33ca1ab7b8a356146254a7579a2c37258f0c2103713c9cba8d02b661e82f7109412b35352f5560d23c2cc8e25e46703aeab542908af0454689d6a9a5577

View File

@ -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">zha</remote-id>
<remote-id type="github">zigpy/zha</remote-id>
<maintainer status="unknown">
<email>david.mulcahey@icloud.com</email>
<name>"David F. Mulcahey"</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,31 @@
# 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="Library implementing ZHA for Home Assistant"
HOMEPAGE="https://github.com/zigpy/zha/ https://pypi.org/project/zha/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="~dev-python/zigpy-0.67.0[${PYTHON_USEDEP}]
~dev-python/bellows-0.40.6[${PYTHON_USEDEP}]
~dev-python/zigpy-znp-0.12.4[${PYTHON_USEDEP}]
~dev-python/zigpy-deconz-0.23.3[${PYTHON_USEDEP}]
~dev-python/zigpy-xbee-0.20.2[${PYTHON_USEDEP}]
~dev-python/zigpy-zigate-0.13.1[${PYTHON_USEDEP}]
~dev-python/zha-quirks-0.0.122[${PYTHON_USEDEP}]
~dev-python/pyserial-3.5[${PYTHON_USEDEP}]
dev-python/pyserial-asyncio-fast[${PYTHON_USEDEP}]"
distutils_enable_tests pytest