dev-python/zigpy-znp: drop 0.10.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-11-03 18:34:55 +01:00
committed by Andreas Billmeier
parent 676ccfde1c
commit 60a7f491de
3 changed files with 2 additions and 41 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 1761 Ebuilds in total, 1750 of them have in total 1764 (40 different) licenses assigned.
There are 1760 Ebuilds in total, 1749 of them have in total 1763 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1017|
|Apache-2.0|372|
|GPL-3|106|
|GPL-3|105|
|BSD|100|
|GPL-2|27|
|LGPL-3|24|

View File

@@ -1,7 +1,5 @@
DIST zigpy-znp-0.10.0.tar.gz 118956 BLAKE2B 624a6c41eadd9d7aa58809656b6ab47a0360ac98b63ca34ca8e9ac243d96d7dc918edce7217c7c6afe8c7cbd68c2ff1e4a2d7c4a3ad2bad045230092afc02201 SHA512 3694e7a589437ace52f8795e56a831b10ec4461d5188f7065002efe8e08887b42ca8598eef1838cac07ca285d505b32c82afd12693e736f5a6fd523b1c7e0540
DIST zigpy-znp-0.11.5.tar.gz 117647 BLAKE2B 3ec839700e204befc5b80f8adc8c2d7a074c6a7eb680eb1aa49ad1843071799d483d740b649de759d502819ee93f613baaac192428b2b267645b6f52adbdbc0e SHA512 ca97ecb584c3e852f6da2fb9d2f0cafb0c2f9da569cad57d0eab62e7348d7604920c5a0b5c4f1c6b678098defee8dc838b7401e35e179104f3ea80398d996346
DIST zigpy-znp-0.11.6.tar.gz 117767 BLAKE2B 737c05f01b825926b2f57543a058d3670b99aeb574acf8053ca62c50b369365c6ebdab84803d7f6f177d7c7f083290e18869d9cfcb9afbe734176e58f2f4b9ca SHA512 454f1a33a01b0ac0c6797cb0c3c35f5f0329efba2853c36de7a9c069fe06ca9e3237ce97e02510ff42fef086f05c9f8940868a501a20be2d04e873415c281ae2
EBUILD zigpy-znp-0.10.0.ebuild 1059 BLAKE2B f5eba7bce1571134a6695891fc2e3d209d5c7ed67341a790b457733001e16214d7a83b690b41ac3098acf7de9727d6ed43c8e0ea4f4378f9ada2991c3976d84a SHA512 bbdf64e287317ce19304df97ff8c5d4ceb9e2fc2c3b737abdf2e146b3c902c216513e3e6fb1d9823c6971a6562fe1e785c7f692b34c02ccc414c2c8d57d44acd
EBUILD zigpy-znp-0.11.5-r1.ebuild 1271 BLAKE2B 99048731a873a89d15620666291c4e0c1dc9ffcf8a24026c8d9695dd67a39183e2407e3c6bd0a3d10f3fb8db60515953640a9411141a19483ca67ca845b82903 SHA512 ffb52e7bc29acadd88085026b17d3e392a7cfecba7bde492abe845a1e30b4c66fedd95c741a858508018c7cb152ba27c49a034d398a72a9069d5699ed5baca0d
EBUILD zigpy-znp-0.11.6-r1.ebuild 1307 BLAKE2B 705ad4e4d5ea97f0b626eaa8ece81b00b4def0c0492fb70fc551d4386d3ead6d8dce20f2785158b59ff2a78c13f00659ed66937cdef4caa196008b8d19b8700c SHA512 48e5290cbe9935dd365626dc8f5c1dcf540e407440107e8033b924b10a7aab79334b1f0542958bde263c115fe672993e4682dc40252748c682d0a29c075418cf
MISC metadata.xml 519 BLAKE2B d6c1f99a4aa6bab7bcf09908aecd3c0912693da76815801656edfa7d84f1d2202077450be9a31937ce62ecbe6371249f5d41441e3846819a9a158a3cd000c541 SHA512 bdfae4a2621cd7fe444c7ced55703ffd01f510aca43e4e38756fa8aa84cb44a5abf86d718ab2bc70c50973122cda4ab3b915e1d1bdfae01a265aa91cdb73cef7

View File

@@ -1,37 +0,0 @@
# 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 for zigpy which communicates with TI ZNP radios"
HOMEPAGE="https://github.com/zigpy/zigpy-znp https://pypi.org/project/zigpy-znp/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/zigpy-0.52.0[${PYTHON_USEDEP}]
dev-python/async-timeout[${PYTHON_USEDEP}]
dev-python/voluptuous[${PYTHON_USEDEP}]
dev-python/coloredlogs[${PYTHON_USEDEP}]
dev-python/jsonschema[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
dev-python/pytest-timeout[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest
# TODO: Make symlinks for zigpy_znp/tools and add TOOLS.md and docs/*.pdf , but only it is in github package