dev-python/loqedAPI: add 2.1.10

Closes: #3070
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-14 23:25:24 +01:00
parent 0af87beaab
commit fac19b1fb2
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 32 additions and 5 deletions

View File

@ -617,7 +617,7 @@ 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 1912 Ebuilds in total, 1901 of them have in total 1920 (42 different) licenses assigned.
There are 1913 Ebuilds in total, 1902 of them have in total 1921 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
@ -627,9 +627,9 @@ There are 1912 Ebuilds in total, 1901 of them have in total 1920 (42 different)
|BSD|105|
|LGPL-3|25|
|GPL-2|21|
|BSD-2|13|
|all-rights-reserved|13|
|LGPL-3+|13|
|BSD-2|12|
|GPL-3+|11|
|Unlicense|9|
|PSF-2|7|

View File

@ -1,3 +1,5 @@
DIST loqedAPI-2.1.10.tar.gz 7763 BLAKE2B 61eb0f563897d6ba11fa272b3d03521284936180d543a3f1f54a9122ab22776ea2d8772b27d4a1b218d61cd2b04382eaa0d95f41e583a1b5c74047fbc3a7c913 SHA512 497f67cef1d4fd1720161eefeed379424bd3e087ff59df4d720354f1102e8eaf333e75f5c47134ef4b68641927a356746e57b63dd1c647802766b273c003f505
DIST loqedAPI-2.1.8.tar.gz 7679 BLAKE2B de226d2da6c8e63a23de8ddd5f65b6658094433f7c5f3ffc1b493fb391498d3ec4fb45496d3bcbe7c9d19d3f4fa0398600b1d20a700183b218f157940af82669 SHA512 f8746e4a44480a085354f2f94d0f528afb317dc206a3abe9915692496609230c5a2a6420a1d23e520a37cf4994e1a514f30d81108171562f86645fe88d7fef83
EBUILD loqedAPI-2.1.8.ebuild 854 BLAKE2B 06c2ccdf5b14af12e2b478ff1d5dfc296665d61f71d6aa51329cba69d68be81871d772e0717fea28225324e376f64328b7e8b427fc51193c7a0deee3e56f0781 SHA512 51548e7d13456a1438712a82f4526b124f3062cab9f71e804253e3aa461ae8d9e06eb3eef83499f302a1d927137c85acbde8266a171d8178c3617dfaa17be6de
EBUILD loqedAPI-2.1.10.ebuild 700 BLAKE2B 3dea34bacc6cc34986cfcf3157d44b68672e2927082b8792c18bdd44ad59d31d44f9d202bc97b9ecdcda217933e3e8a5d16710fb33f3d4cffb76c984ee80662c SHA512 1c60ae2ecf01ece748ebe6d937f2734193af5bedf0c92c1f0824cd17197a0adb2b7ddb975867942206baef91d7a8571eee8e342c1791bee673fa8daed01790d3
EBUILD loqedAPI-2.1.8.ebuild 854 BLAKE2B 1e69152498a2299ac91d7c407c84c165369ce183642c61e22377da9364d568f334921851a20bc09030393bdfa5fd2f0d0400d46afbedd2626fe7a16e66747d04 SHA512 18cdc56a1c535fc71183a24ea8794f4b0c4e381a51292e2f98760203989a4b6794b65f9242aae088a65d27c995af94c2e4b7a2d444ea729fbf2ce479b8bc6bf3
MISC metadata.xml 512 BLAKE2B 4db07f1c1bbedff1f1391ca3ab77f611bc00216e2cd8d6a465370945ab215efa36626ef450bf91acdeb9b39c590fe5bcae579b8c3903c5499056d70c42565d00 SHA512 9095393e1e54573e1942e0a13f4d1596c1102f6a7edf7b43e94f09b2973ff0a340d897b37f07c22614cdb2e76efafa98c810e44523017b45a5c2ab82993dbbfd

View File

@ -0,0 +1,25 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Python package to use the Loqed Smart Door Lock APIs in a local network. To be used by Home Assistant."
HOMEPAGE="https://github.com/cpolhout/loqedAPI https://pypi.org/project/loqedAPI/"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/async-timeout[${PYTHON_USEDEP}]' python3_10)"
distutils_enable_tests pytest

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi