dev-python/python-otbr-api: add 2.6.0

Closes: #2834
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-17 20:42:34 +01:00
parent de8a0c5cf8
commit 6a9ad1a6a9
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 34 additions and 4 deletions

View File

@ -617,11 +617,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 1753 Ebuilds in total, 1742 of them have in total 1761 (42 different) licenses assigned.
There are 1754 Ebuilds in total, 1743 of them have in total 1762 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|998|
|MIT|999|
|Apache-2.0|383|
|GPL-3|118|
|BSD|100|

View File

@ -1,3 +1,5 @@
DIST python-otbr-api-2.5.0.tar.gz 8161 BLAKE2B c9b10f1917db003fa3a07e50020709d0a5facd36ddb85c3203e934c20689f125e8ce39371190ff9e02bc746535837e1d3f851f1177668890243b3da1d3c9c3f9 SHA512 6f035ff17b1c79d2b458819a1afd98e7f3d5302c1d02e18d4cc7cb4a73901c7d2cecb9457e667cfe053a2cb81fb0b11a5205a5a5ace142108d05c77a3b889a70
EBUILD python-otbr-api-2.5.0.ebuild 860 BLAKE2B 50ead051235b1c681b013a1598620d58a2bf03d53e5195451b1431fd34e59e1bdbff77d361fb4787680a9411b5a04b6f3f3271a09364a0f735e707043af955ae SHA512 ffd077cc7cb23a105be0b03049a207ed8bb5a4f7a586e9eb9c8c4701a857e7c2b0811a86e9e86941579ac1f3a3fdd356b9417462f180f82f61bf2464d99b164b
DIST python-otbr-api-2.6.0.tar.gz 12758 BLAKE2B 70bd7ffafe408e1917a6356d2db6a3a67018940da7fef9cfa3a42a3db806eaf38f9a2c20ad0109eb8337b1ac160431a65ef3d950f77aab05b13282308a76d035 SHA512 51c0dd32afc0b50da3c52fc880001cbe50040d35f9bd20099401540fa9bd9a18b689e25ed1122681d027adafa91b6a995d95c0a123006afd86a762da2601db73
EBUILD python-otbr-api-2.5.0.ebuild 860 BLAKE2B 7c02ac3a024d81071f36fc3bf73ad2f5888be12f24e7120fc6f419d064e1597bf0b2f9cf8e46e72e7194ba4f13b8880a258d72109b9e1b6eef82e5fd07d046ed SHA512 3cba3fa23fd4af86116baffcb605e2bde48d9f8bd7cd5a8e739584f27c31c4464ad85923a9e4c9c2a03757470c6bce1a37fa18ec2aa80541d8e551544d9ad863
EBUILD python-otbr-api-2.6.0.ebuild 758 BLAKE2B e35afd07a3b292af948ed9e1109b7dcd03552429aeef38381e1387bcbfc14d7857f83037df8086f1c02eb729041534dc18365c9fbd2209f4b893b453d2b52367 SHA512 8e6775ff60fc67279e92013478055f10d4988c05265088aea6ac2da52d878c2934251465889581e9635ae0eecb57fc359c001c5cc64519af4a94fef77e5f08a5
MISC metadata.xml 554 BLAKE2B a8d375b099b64cb710eca6e2792f5a483c3058157b8de816c98280b5ebc93aa010969ec089b82cf167c6120ddacc225fc85ed5411d0bdf0be4d9cd084ebe527d SHA512 ccc131077599419a1654c0de23feaf0f8813111cc128933a10be10b2c92078e39bb5e512a15fb84c52aa6dcbb610ae66a48762cd62c828af46ce2788704d3b09

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@ -0,0 +1,28 @@
# Copyright 1999-2024 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="API to interact with an OTBR via its REST API"
HOMEPAGE="https://github.com/home-assistant-libs/python-otbr-api https://pypi.org/project/python-otbr-api/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/bitstruct[${PYTHON_USEDEP}]
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}]
dev-python/voluptuous[${PYTHON_USEDEP}]"
distutils_enable_tests pytest