dev-python/python-otbr-api: drop 1.0.9

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 18:02:22 +01:00 committed by Andreas Billmeier
parent fb514d67cb
commit 4c3bfa207e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 38 deletions

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 1610 Ebuilds in total, 1599 of them have in total 1617 (42 different) licenses assigned.
There are 1609 Ebuilds in total, 1598 of them have in total 1616 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|929|
|MIT|928|
|Apache-2.0|340|
|GPL-3|103|
|BSD|88|

View File

@ -1,5 +1,3 @@
DIST python-otbr-api-1.0.9.tar.gz 6884 BLAKE2B 0530d3642ca6a73d1deafa675450153b66a616e11798d7c07ff22558bbe071962da0fd4f5c8e7e8a753f00664a377a4ac009867b83828cf3b5852868dca11023 SHA512 cd02ce705e401422f5fc46a5008452babbec7549806cb13887a6153724bae68598706c0a19962cb8ef8355c52d4ee04ae42d28ca4869d2523b3ef876c0fcb918
DIST python-otbr-api-2.5.0.tar.gz 8161 BLAKE2B c9b10f1917db003fa3a07e50020709d0a5facd36ddb85c3203e934c20689f125e8ce39371190ff9e02bc746535837e1d3f851f1177668890243b3da1d3c9c3f9 SHA512 6f035ff17b1c79d2b458819a1afd98e7f3d5302c1d02e18d4cc7cb4a73901c7d2cecb9457e667cfe053a2cb81fb0b11a5205a5a5ace142108d05c77a3b889a70
EBUILD python-otbr-api-1.0.9.ebuild 772 BLAKE2B ab8709e144469d206d851e1aa5dd1dfbc7e7e23f458131bd39e09af401476690a9f3ca9ac34e671ddb0df203f85a8d97b6e5d12f77ecd0fcc053383e1366d1d3 SHA512 d2de79839ba98ce68c9909e6edea6128965ee42452d7b33de62a889c5dd2c068254c3c8c127726359ed8c0d6081a27da7f0e305f90d8d92760b3f056fbf99e04
EBUILD python-otbr-api-2.5.0.ebuild 860 BLAKE2B 50ead051235b1c681b013a1598620d58a2bf03d53e5195451b1431fd34e59e1bdbff77d361fb4787680a9411b5a04b6f3f3271a09364a0f735e707043af955ae SHA512 ffd077cc7cb23a105be0b03049a207ed8bb5a4f7a586e9eb9c8c4701a857e7c2b0811a86e9e86941579ac1f3a3fdd356b9417462f180f82f61bf2464d99b164b
MISC metadata.xml 554 BLAKE2B a8d375b099b64cb710eca6e2792f5a483c3058157b8de816c98280b5ebc93aa010969ec089b82cf167c6120ddacc225fc85ed5411d0bdf0be4d9cd084ebe527d SHA512 ccc131077599419a1654c0de23feaf0f8813111cc128933a10be10b2c92078e39bb5e512a15fb84c52aa6dcbb610ae66a48762cd62c828af46ce2788704d3b09

View File

@ -1,34 +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="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/cryptography[${PYTHON_USEDEP}]
dev-python/voluptuous[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest