dev-python/zigpy-zigate: drop 0.10.3

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 19:13:37 +01:00 committed by Andreas Billmeier
parent bf5c9e2c6f
commit 2486e6b09b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 40 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 1621 Ebuilds in total, 1610 of them have in total 1624 (40 different) licenses assigned.
There are 1620 Ebuilds in total, 1609 of them have in total 1623 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|939|
|Apache-2.0|333|
|GPL-3|96|
|GPL-3|95|
|BSD|94|
|GPL-2|27|
|LGPL-3|23|

View File

@ -1,5 +1,3 @@
DIST zigpy-zigate-0.10.3.tar.gz 41036 BLAKE2B 9868d4bcd66af64d6948dd4cd8d50c5ba7e4eb52d6f91a203456b72afc7d8d8614dd1568771fbdf50b025df4db56923bd281bc0a5360d18ee8beab399849c4dc SHA512 4e3a95057c980b249cc71c9f18604cb2ff6fcd10a83a84dbc5b89fcced9e9f365a7eb3d71cfdbbefb5654f9f846a5b395ced844a27a20f2723a379eed4648537
DIST zigpy-zigate-0.11.0.tar.gz 41215 BLAKE2B 0a79ff7af67a3cb84f8144d4fd4135bb0b47219af2b0edb6af6d720cca8abf661e9e4ff1d3e17b642c648cfa6d26e948cb127222dab8efd1899dfbf7d7bb14da SHA512 e85469ecd04ed7115986772ea2d495941e96c252a6057159582607432e9e812673be4ec15b176b5fef67c9f2f374a1de89716e09143309bbdec18ac270941024
EBUILD zigpy-zigate-0.10.3.ebuild 973 BLAKE2B 42633fe7a81b5c48ad27b3f14c070dd7e09928f8195501bfdfacae6d6c5ebf0be3cd5651a3afe50c0da9ed2ee488e89b43f36bf2b4fa6bde79b36d4d9be27a6e SHA512 c8e1177eb879b152dee3f36220fc92f11601012ef8eb4eec5378751c4318352213fa7de125b7da1b40222156941c8ecd41afc3fa26ff3a3d0d2e831f7febcbdf
EBUILD zigpy-zigate-0.11.0.ebuild 973 BLAKE2B 42633fe7a81b5c48ad27b3f14c070dd7e09928f8195501bfdfacae6d6c5ebf0be3cd5651a3afe50c0da9ed2ee488e89b43f36bf2b4fa6bde79b36d4d9be27a6e SHA512 c8e1177eb879b152dee3f36220fc92f11601012ef8eb4eec5378751c4318352213fa7de125b7da1b40222156941c8ecd41afc3fa26ff3a3d0d2e831f7febcbdf
MISC metadata.xml 527 BLAKE2B 744884c21293845150c8f2e36238834af5020bc028ba7b7aa016230ce55755df9e8c6aac961ad01eff0804156a6bcf08c6b3a4f7d296d7e2e4befd2124ce5120 SHA512 26811f84d320ca3353c6546821c004830fad13cc269c9d25f574a009588eaaa01b316bc335a8a4c2ad209966fe420c9f62c68ffd1db8260de1c51045eaeb3672

View File

@ -1,36 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
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/pyserial-3.5[${PYTHON_USEDEP}]
>=dev-python/pyserial-asyncio-0.5[${PYTHON_USEDEP}]
>=dev-python/pyusb-1.1.0[${PYTHON_USEDEP}]
>=dev-python/zigpy-0.51.0[${PYTHON_USEDEP}]
dev-python/gpiozero[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
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