dev-python/tplink-omada-client: drop 1.1.4, 1.2.4

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-11-03 18:37:30 +01:00
committed by onkelbeh
parent 22d6b6fa74
commit 5e46b2e162
4 changed files with 2 additions and 48 deletions
+2 -2
View File
@@ -612,11 +612,11 @@ 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 1744 Ebuilds in total, 1733 of them have in total 1747 (40 different) licenses assigned.
There are 1742 Ebuilds in total, 1731 of them have in total 1745 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1005|
|MIT|1003|
|Apache-2.0|370|
|GPL-3|103|
|BSD|100|
-4
View File
@@ -1,7 +1,3 @@
DIST tplink_omada_client-1.1.4.tar.gz 14797 BLAKE2B 673b6630a2fee9f405e84cb29093963d6b5f247670ba44b1293322f4097698204e7169f73f068093e54607abeecd54f6dcb63e5fbd7f2f718a3178e86e833c42 SHA512 fb38e814b205860248632d2e6957d69b7b0fd991c97ba1ead3a8cea059e51735c8440060b5a35864993c0a9d8bd2a15a9daa925f5503505ae154b984aa698641
DIST tplink_omada_client-1.2.4.tar.gz 19751 BLAKE2B d8a762d9a34deeef949765173a4c7b4c173e86025050a3b5c743e0bd13bfdb25ef0fbb5f7ebaee3ed3e5a40842f538549ed9dd4000f81fd88711675d6e7deb2e SHA512 b6ad0e7dda6554bc4f06f06937ae9eba7dcbdfe62b366c5dec6a1ac06431ce36bb1de6f60e1b1f49793980f8b95260e2622475e5fca613f8add790a1554e9575
DIST tplink_omada_client-1.3.2.tar.gz 24649 BLAKE2B 57b22f67e5e24f3bc2ed1ec6aeb462af19a5144a68c17b29b1aa76b630a5b4ddec5f9ed0ce12cb3dd0ad5b0379cd5905c004c5b11d7cafcb16d97de27d2a3dbc SHA512 a0a7c6415dfdc536b4955315f00627f16fae4e2b002e2ba4f5fda19b49408020ed310eeb4ff479d5b1916acd77b860ce65dfc7935394d95ae8af6f831209d3b6
EBUILD tplink-omada-client-1.1.4.ebuild 570 BLAKE2B fed5b372e1995f22c1c12dfd5aa8d5d7e049ff25d64d1c6c6ce3ce99f61ff1698ba4028c792cdfbea1069ad8f795e28b9faadd46225c58e616a2b584ad74a185 SHA512 e1869b65eec6da43e76ae0a8a9f303447e2919368692aac087a95ca3444136deeca9437fe6106f2908e7e2973a7df3c4905307b2cb3c7764d52ebe7256d560b9
EBUILD tplink-omada-client-1.2.4.ebuild 570 BLAKE2B fed5b372e1995f22c1c12dfd5aa8d5d7e049ff25d64d1c6c6ce3ce99f61ff1698ba4028c792cdfbea1069ad8f795e28b9faadd46225c58e616a2b584ad74a185 SHA512 e1869b65eec6da43e76ae0a8a9f303447e2919368692aac087a95ca3444136deeca9437fe6106f2908e7e2973a7df3c4905307b2cb3c7764d52ebe7256d560b9
EBUILD tplink-omada-client-1.3.2.ebuild 624 BLAKE2B b83c6fbf2108dc0bb89ae2928e3c7100270184eeb5f517e1e0e0c3764dff859d6dbcba09207d2938cccb76db198e1618172a67eae5158feae275e5287dae18bb SHA512 e0fb92b397d6ea3687eff78f4960672179cf0db73c7fc6decca4f07e27506fc1cc4eb432f3ea3bad02cd1c610adce654cea1a2dd9331754288d9eeb953acac93
MISC metadata.xml 530 BLAKE2B 56c771d1302fd2a1b3021b5470b0f5d2e8de64b6a852ec1bd2f55c2383d0fcd3dbc2987846abf5cf562dbeeae7ec8b678cada1f0d25037b6430f8fe986238856 SHA512 b9a8b73a841b148212dbaf9b1d504eb5f5fb600b2f2bb1f6738f40e5127ee04fe00007f9f239c4a45762e41c2fa46f2be5055b2d8c94a3a8ec4f5f356f5e1480
@@ -1,21 +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=hatchling
inherit distutils-r1 pypi
DESCRIPTION="Python wrapper for TP-Link Omada SDN Controller API (OC200/OC300/Software Controller)"
HOMEPAGE="https://github.com/MarkGodwin/tplink-omada-api https://pypi.org/project/tplink-omada-client/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
@@ -1,21 +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=hatchling
inherit distutils-r1 pypi
DESCRIPTION="Python wrapper for TP-Link Omada SDN Controller API (OC200/OC300/Software Controller)"
HOMEPAGE="https://github.com/MarkGodwin/tplink-omada-api https://pypi.org/project/tplink-omada-client/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"