dev-python/zigpy-zigate: add 0.13.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-09-30 19:23:20 +02:00
parent d321b3ad85
commit 931e0c1a98
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 43 additions and 5 deletions

View File

@ -606,13 +606,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 2007 Ebuilds in total, 1996 of them have in total 2024 (42 different) licenses assigned.
There are 2009 Ebuilds in total, 1998 of them have in total 2026 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1160|
|Apache-2.0|447|
|GPL-3|117|
|Apache-2.0|448|
|GPL-3|118|
|BSD|113|
|LGPL-3|26|
|GPL-2|25|

View File

@ -1,3 +1,5 @@
DIST zigpy-zigate-0.12.0.tar.gz 46125 BLAKE2B d699cf4e66b601e698b4f6dec0b2cfc43d1268dfe659f0c9c20dd9c4882188e9e0193cabcdaa6c7a1cb8d4a2a65336f4dab60512c3370c93c4d3bc57a922bb67 SHA512 6fc2c5c4c3158677e6a40b21489dc2ca0acf9c30676e46cc3a57074e472a3c7dccfa1cb573e43f75776955d073021511921911a14712dbe42ba2ecfb5a411832
EBUILD zigpy-zigate-0.12.0.ebuild 1168 BLAKE2B b382e07e91d41ec558aae6ba005bef63f0cf5c89400268ac61741b1dc12bc01c7eba0c610c787a2ac2d55c271a27f41a8f66512bfaf63e6392507ad20897f289 SHA512 48f6d1fe5335eee48ea1dbb961927fbc8de77a2b260acd999252cff5c3c759dd2578c9355d3d14c26d080077623f1df8d69393c500f8980ea81cbda66c4bd709
DIST zigpy_zigate-0.13.1.tar.gz 45278 BLAKE2B 4ef9a2545edc796d192de62cac7caebd6498f210876abd32202b4efe7668c49a6ae57ecb83fd96ee67f5b20b5e4883f4120e23fa6e6b6a2c368d1fec308bee25 SHA512 05850fa66abf8394ac813d5ac61a17b6e268410d5f2cdae3dd318873418ff02bafdc1d5799959af09950dee0bdf62b53a64be11555f492c0cb76c8308cca3309
EBUILD zigpy-zigate-0.12.0.ebuild 1168 BLAKE2B 66794d1db91bff2024054ea36674874f98f4424770c6ae5e8b9386a9416b63f6f2367b15260b07f2d0f0ebee54b35394abd6c4dd1b1b81935eadfa3dc455b945 SHA512 dc92d22c0b4ff80df75d2dd40672e413eec56ae4a950a0788a5f2d028f0ad4b82b7a2f00bc0d572150d22e3af1e07832b482baf1294696626ab84d6475270c90
EBUILD zigpy-zigate-0.13.1.ebuild 1069 BLAKE2B 91780de230723ed57e1a8898d24d6a5526be1569df754290480b58b8871bc7c61c276c24d3445ca726f759b7f717e11c5f41b819d23d44724d97a91aef132756 SHA512 eb6c438732d52ba0118f55d7775b5a69da81ad7a9c49b2eb03ef8c870e39c8231f407480f09a31e9e996a71f782b7d8940804951dd6c0df484315a7f0ecc06cb
MISC metadata.xml 527 BLAKE2B 744884c21293845150c8f2e36238834af5020bc028ba7b7aa016230ce55755df9e8c6aac961ad01eff0804156a6bcf08c6b3a4f7d296d7e2e4befd2124ce5120 SHA512 26811f84d320ca3353c6546821c004830fad13cc269c9d25f574a009588eaaa01b316bc335a8a4c2ad209966fe420c9f62c68ffd1db8260de1c51045eaeb3672

View File

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

View File

@ -0,0 +1,36 @@
# 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="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.2[${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-asyncio[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest
src_prepare() {
# remove dynamic-versioning
sed 's/dynamic = \["version"\]/version = \"'${PV}'\"/g' -i pyproject.toml || die
sed 's/, "setuptools-git-versioning<2"//g' -i pyproject.toml || die
eapply_user
}