Skip to content

Commit 24f78db

Browse files
committed
dev-python/tplink-omada-client: add 1.3.12
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3156 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 2d35289 commit 24f78db

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,11 +617,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
617617

618618
## Licenses
619619
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.
620-
There are 1955 Ebuilds in total, 1944 of them have in total 1963 (42 different) licenses assigned.
620+
There are 1956 Ebuilds in total, 1945 of them have in total 1964 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|1102|
624+
|MIT|1103|
625625
|Apache-2.0|449|
626626
|GPL-3|129|
627627
|BSD|111|
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
DIST tplink_omada_client-1.3.11.tar.gz 28705 BLAKE2B 9954b500576e22d1b9855f761accf27a683cee2d3a621db4fe12b083d65dde6f3c4a9d13cf2d2d946e6a3fe6bcb2749963d8ac1f3ec25b9f69fea707e2a712ec SHA512 9abf52453c06ab93a42dfe1024c49ca0bd4eeaa94c146e616d502c96f38594da36e25cb3f62b27a738550ad6e3de4029aa65d4adba2294adc4931466bb4b3296
2+
DIST tplink_omada_client-1.3.12.tar.gz 30139 BLAKE2B 5df2c9c634cf44f1d028ab66c1d614e41d57fdbb9fa62726894f3e183ceb2e267bc706d5007e0e05ab8bbff455049dfb38f6190dc817b89b329321d186d8d9ef SHA512 4aeb6022bff464a05258a9bb7f65ab673a79fe47ac89b5f4444cb2b881c76888eb90f691d9ef0152c08d5aeefc8453ba70492d842cfdea28ec9639950840b0ac
23
DIST tplink_omada_client-1.3.2.tar.gz 24649 BLAKE2B 57b22f67e5e24f3bc2ed1ec6aeb462af19a5144a68c17b29b1aa76b630a5b4ddec5f9ed0ce12cb3dd0ad5b0379cd5905c004c5b11d7cafcb16d97de27d2a3dbc SHA512 a0a7c6415dfdc536b4955315f00627f16fae4e2b002e2ba4f5fda19b49408020ed310eeb4ff479d5b1916acd77b860ce65dfc7935394d95ae8af6f831209d3b6
34
EBUILD tplink-omada-client-1.3.11.ebuild 624 BLAKE2B e4851cfd15c91df57904bacfccc15dfdbb0ee87a0b7bff3dd2412f81276db101477053b43bf6b6e50a206108fdcb93064479ed0d865f3e28cafd3ba62434457e SHA512 68f55a372fca2e7ebc7a9b792273fc206588671bbe525334b3a58fd589033e3686a5e403534a1c7da61fd52ee3dd5ba7528f0cafaf74c6a856bc88416b90fd88
5+
EBUILD tplink-omada-client-1.3.12.ebuild 624 BLAKE2B e4851cfd15c91df57904bacfccc15dfdbb0ee87a0b7bff3dd2412f81276db101477053b43bf6b6e50a206108fdcb93064479ed0d865f3e28cafd3ba62434457e SHA512 68f55a372fca2e7ebc7a9b792273fc206588671bbe525334b3a58fd589033e3686a5e403534a1c7da61fd52ee3dd5ba7528f0cafaf74c6a856bc88416b90fd88
46
EBUILD tplink-omada-client-1.3.2.ebuild 624 BLAKE2B e4851cfd15c91df57904bacfccc15dfdbb0ee87a0b7bff3dd2412f81276db101477053b43bf6b6e50a206108fdcb93064479ed0d865f3e28cafd3ba62434457e SHA512 68f55a372fca2e7ebc7a9b792273fc206588671bbe525334b3a58fd589033e3686a5e403534a1c7da61fd52ee3dd5ba7528f0cafaf74c6a856bc88416b90fd88
57
MISC metadata.xml 530 BLAKE2B 56c771d1302fd2a1b3021b5470b0f5d2e8de64b6a852ec1bd2f55c2383d0fcd3dbc2987846abf5cf562dbeeae7ec8b678cada1f0d25037b6430f8fe986238856 SHA512 b9a8b73a841b148212dbaf9b1d504eb5f5fb600b2f2bb1f6738f40e5127ee04fe00007f9f239c4a45762e41c2fa46f2be5055b2d8c94a3a8ec4f5f356f5e1480
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..12} )
7+
DISTUTILS_USE_PEP517=hatchling
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Python wrapper for TP-Link Omada SDN Controller API (OC200/OC300/Software Controller)"
11+
HOMEPAGE="https://github.com/MarkGodwin/tplink-omada-api https://pypi.org/project/tplink-omada-client/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
22+
>=dev-python/awesomeversion-22.9.0[${PYTHON_USEDEP}]"

0 commit comments

Comments
 (0)