dev-python/zigpy-zigate: add 0.12.0

Closes: #2521
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-10 15:00:52 +01:00 committed by Andreas Billmeier
parent bbc886c298
commit 23b48ff4dd
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 41 additions and 4 deletions

View File

@ -612,13 +612,13 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1750 Ebuilds in total, 1739 of them have in total 1759 (43 different) licenses assigned.
There are 1751 Ebuilds in total, 1740 of them have in total 1760 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1025|
|Apache-2.0|366|
|GPL-3|103|
|GPL-3|104|
|BSD|97|
|GPL-2|24|
|LGPL-3|24|

View File

@ -1,3 +1,5 @@
DIST zigpy-zigate-0.11.0.tar.gz 41215 BLAKE2B 0a79ff7af67a3cb84f8144d4fd4135bb0b47219af2b0edb6af6d720cca8abf661e9e4ff1d3e17b642c648cfa6d26e948cb127222dab8efd1899dfbf7d7bb14da SHA512 e85469ecd04ed7115986772ea2d495941e96c252a6057159582607432e9e812673be4ec15b176b5fef67c9f2f374a1de89716e09143309bbdec18ac270941024
EBUILD zigpy-zigate-0.11.0.ebuild 932 BLAKE2B 3ec99ac0701f95213bc32f47a2c32c7a8590fff7712c830a72f8716dfb03313d2c3d2974968563c617ea0c51f8a27dce63291a5f034aed28d28d17a8c042216c SHA512 1fd1bf36c6fd01a51ab4ce58b1bd4db7110f1ddf90c1a4f43cde8d3c08a3f66e71a08aa3a0951b5bbdf4949228a6dd5556b5d1c7558463d1b986428a0de9bcd5
DIST zigpy-zigate-0.12.0.tar.gz 46125 BLAKE2B d699cf4e66b601e698b4f6dec0b2cfc43d1268dfe659f0c9c20dd9c4882188e9e0193cabcdaa6c7a1cb8d4a2a65336f4dab60512c3370c93c4d3bc57a922bb67 SHA512 6fc2c5c4c3158677e6a40b21489dc2ca0acf9c30676e46cc3a57074e472a3c7dccfa1cb573e43f75776955d073021511921911a14712dbe42ba2ecfb5a411832
EBUILD zigpy-zigate-0.11.0.ebuild 933 BLAKE2B f33ad35b39f04b1b0c558ed7c7f056c3241a3c92c6bf764b4b7132ce8248dac5a089cc296cf030754067803083c5bf9124bf79f8df622eb4b88f9f5fe142d178 SHA512 805fd693add8a4f1ab6e0f98f9f973ac9ee0fde306eb334dc190c48be4b736a039aca69a5e603ebb8d19f6a791ecc6d141c2ca51af9f47b658b5f3d046011971
EBUILD zigpy-zigate-0.12.0.ebuild 956 BLAKE2B d4c3a8040dcd7dbded0d54748599751a7438c862f8fe239ca398cfe84b60fd68f7980c1b732e173c62ccec51f82377db9ffd31ef2cba1b4a9fd2aacb1e369cda SHA512 e6e21be607572b2e37f696545f82992d972c89c83683845383af0896fbb536dc60aa1dac36e2bb89cf2ceba18c54b786943b08522237e30b567925fe70f9914b
MISC metadata.xml 527 BLAKE2B 744884c21293845150c8f2e36238834af5020bc028ba7b7aa016230ce55755df9e8c6aac961ad01eff0804156a6bcf08c6b3a4f7d296d7e2e4befd2124ce5120 SHA512 26811f84d320ca3353c6546821c004830fad13cc269c9d25f574a009588eaaa01b316bc335a8a4c2ad209966fe420c9f62c68ffd1db8260de1c51045eaeb3672

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi

View File

@ -0,0 +1,35 @@
# 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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="A library which communicates with ZiGate radios for zigpy"
HOMEPAGE="https://github.com/zigpy/zigpy-zigate https://pypi.org/project/zigpy-zigate/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="dev-python/voluptuous[${PYTHON_USEDEP}]
>=dev-python/zigpy-0.60.0[${PYTHON_USEDEP}]
>=dev-python/pyusb-1.1.0[${PYTHON_USEDEP}]
dev-python/gpiozero[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/async-timeout[${PYTHON_USEDEP}]' python3_10)"
BDEPEND="
test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest