dev-python/yolink-api: add 0.3.4

Closes: #2514
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-10 14:51:00 +01:00 committed by Andreas Billmeier
parent f9150b90c4
commit 9d6a362e5e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 29 additions and 2 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 1743 Ebuilds in total, 1732 of them have in total 1752 (43 different) licenses assigned.
There are 1744 Ebuilds in total, 1733 of them have in total 1753 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1024|
|MIT|1025|
|Apache-2.0|365|
|GPL-3|98|
|BSD|97|

View File

@ -1,5 +1,7 @@
DIST yolink-api-0.2.8.tar.gz 8524 BLAKE2B 9b3765eae59cdc87b9d98faae92d1c84805957a7cfedfa9a3387378fb0b6c91a90b239717e2e960310b211edea695a6b5b09461bacb3aca1af45ba734986c6af SHA512 417965483f35472eb7a8a3102037e03cb05b299b42de0d1f9ceb67e477d9479c4b7991c4e4ee6fb986ff418e4918f56bcdbb57d92e2391a2cb6f637160b0a2ee
DIST yolink-api-0.3.1.tar.gz 8647 BLAKE2B beabc607b21c836f09f09819c7c9378b41f75927ef1b8176286b2afb63975b01830889fb1f651cf9bf22da73ffdbcab44b818f89bf5b8f02cd96d7fd0c8d845f SHA512 71ca4c4fb9e65b293079eb9c99bfc0d1d08e40201757c6112bb7f56fb6363e121ea6247f6d44cda91b8b68823e3f261b7937b2f550f730e0f7c1b821098e0c9a
DIST yolink-api-0.3.4.tar.gz 8698 BLAKE2B 7d1691d84c0bed364d1cf5985e504e4a72ffe066d28f31bc7359e4f7eb2144d409a0d833ecf0811ac28b5f6290b05163610ec76ffa9edf937d437751e8becb9c SHA512 84f34bd725e26f34b3f065cf0a63a109f685cfbaafdf4d3b1f458bdd270d4a587156f2e829c158cd5e4c9c26ae844b5bfa030db5e44b30996752d4b8644a4832
EBUILD yolink-api-0.2.8.ebuild 682 BLAKE2B 113299006bf3bff60b723b7112594ab7a7939290370bf6b7ba852e5c4405d45a1313767f354ff856cda1e2db1789cfc38b30fc8074fe88f26e72e2727efa7092 SHA512 867f7a930caa1fe188a15f7c14df46b8e7125fd339e95d63de8512cf1c3772e4abdc7a841b1e190e006866eea1a24105d589be7d69c7f4d21730849438f528e5
EBUILD yolink-api-0.3.1.ebuild 676 BLAKE2B 8cfedc01fd02cbfb86b24602a1f2646226d4ff0d8672fa54a6ef71cf0da6eb717d0a7fb2aa8449dd09afa3952f646a9dc8a1131037c000eab12a63285fe6d1f5 SHA512 cc11b46602e7737f4b39e940c1ba2887a5689050712679df335013e9c1316398b4577e4ecb8f658c1cea66eefdb2c13d6b282da5f1d2bc5d51372af42e76a3a2
EBUILD yolink-api-0.3.4.ebuild 676 BLAKE2B 8cfedc01fd02cbfb86b24602a1f2646226d4ff0d8672fa54a6ef71cf0da6eb717d0a7fb2aa8449dd09afa3952f646a9dc8a1131037c000eab12a63285fe6d1f5 SHA512 cc11b46602e7737f4b39e940c1ba2887a5689050712679df335013e9c1316398b4577e4ecb8f658c1cea66eefdb2c13d6b282da5f1d2bc5d51372af42e76a3a2
MISC metadata.xml 393 BLAKE2B 1b12680a02fec3baffc2eea447e381506ad7b2a1545b36e41ffa1ae40ccb209fb1564df9ad66c2aaba2266386c092dcfbfa42ca805f355cbf4202d48c0817890 SHA512 c376d2b9a04894e865319b65d90063c367e35accba2d91e0a54b467cfb65da5b7bf7bf9e30e81cabf03ec10e353982b5567b0e71bec866f54d72c4b80be176e7

View File

@ -0,0 +1,25 @@
# 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="A library to authenticate with yolink device"
HOMEPAGE="https://github.com/YoSmart-Inc/yolink-api https://pypi.org/project/yolink-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/aiomqtt-1.0.0[${PYTHON_USEDEP}]
>=dev-python/pydantic-1.9.0[${PYTHON_USEDEP}]
>=dev-python/tenacity-8.1.0[${PYTHON_USEDEP}]"