dev-python/velbus-aio: add 2024.10.0

Closes: #4075
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-11-03 17:16:33 +01:00
parent c28dc2d505
commit b1326b6fda
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 30 additions and 2 deletions

View File

@ -606,11 +606,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 2307 Ebuilds in total, 2293 of them have in total 2330 (43 different) licenses assigned.
There are 2308 Ebuilds in total, 2294 of them have in total 2331 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1315|
|MIT|1316|
|Apache-2.0|537|
|GPL-3|141|
|BSD|124|

View File

@ -1,6 +1,8 @@
DIST velbus-aio-2024.4.1.tar.gz 64596 BLAKE2B 65e477982c6978e58ec0e53581437fdd8edac6e9e0bcd029007643a49c30131f3d4432435f6ddbc43d8247a48ece0c918b5e747fe6ee5203edf7ab9fac0b5c09 SHA512 b30183858e04b1217dc7a80c0abc3d724ca33667b2d68f9fa2856a0c0ea2fc82d2a7ddc1bf68280c93d16314e9f294d1bfbd5f848f5c50e60f09ded40d555992
DIST velbus_aio-2024.10.0.tar.gz 69917 BLAKE2B 742fdfa29064bd83cd28fc36e00143c7bcc693080599b7ddb585e5f36ff430be00e7a1ca553cc955afc5109906141b41db4df4e0f4554d03d9edc8dca0a07e92 SHA512 8c7eb89d2bbda7bde6701c52216c572aa53681aacf0deeda3d8b81a05b87492cf50b826f63a03d3ef173894e82b0ec5b885936f3cbd055372a74071de8f15ef8
DIST velbus_aio-2024.5.1.tar.gz 64720 BLAKE2B b0cbbd9c1c61e98eaab6a5a17ac114b710d8cd0f109abd68dd51e607e0e7c6b763ab8bf313f8efee671814f02acb37f3853ee9c633314d8606e51645df4b6ed1 SHA512 11b8e997eb1a9dcf8060fd376a319325d195b88655ae7188ed85cc5573105459c6eeb2f78b8b51c0c42f9b8ee81e1f8511739f367cb6e9208d5db19714a41a5d
DIST velbus_aio-2024.7.6.tar.gz 65603 BLAKE2B 538e1d8848d0b6028e11fe9045de08532644936246a0574ff4ea7fe1483e33f97414d001d13445ee682e662e74d318d848f0463ddae578125aa95a1ec0acdb43 SHA512 e23b2eba55aee78fff818bb7736103e9040d811bba7539b7abe21ad1c2eef4ab328f4b06d3ae0284a1593daf812181c5081566a8cfa5f96196f232fd96af8701
EBUILD velbus-aio-2024.10.0.ebuild 707 BLAKE2B 798f7aadcfd5aac9aeb60e74c9a69d59c11159c153f837fcb22cc422444cac9568ba4d37f75366e510515df87158bef910705a0e756ee09b3faeb69f79fe6c6c SHA512 056418b00c8c1a204da6fae176e7adafe4cbbd2d68063a2cfdb982f42f3850541d1378e21ae5945bdb12c3e1f89a52c8beef3742a48af27c87666063af02e2d7
EBUILD velbus-aio-2024.4.1.ebuild 638 BLAKE2B 5b7c1a26a3512507b8917806fc9cf842ff953e0887a420809c3844705a924b473db1723bb78a166fb06dc137f70c99d81fc885de30bb96295f959898e3b39d6b SHA512 ef4c60b893f0991d5eadd6cdb722080ccce622ca870229b560df265b085623879536ee21139339051a618bcf7f6244b3cffab024489d10ac28a90ff339aa37c2
EBUILD velbus-aio-2024.5.1.ebuild 669 BLAKE2B 3df17e551b4988cf0aa15bcc96db49c2e5293ef31b91856cdcbfd77b170133381dfa4d6d3b3ec42bfeef8b6316e5b8ea08299104ffe181d3d52365ca6a0ad4a6 SHA512 babb6e6ae216cdc658123f3fa357ff86c98f3cf972e7b353db0e6fe54b4bc949e1f13baaa1814a7cf739e02b15f9dc07ead4db9cf925e4d0362011cce67337bb
EBUILD velbus-aio-2024.7.6.ebuild 707 BLAKE2B 798f7aadcfd5aac9aeb60e74c9a69d59c11159c153f837fcb22cc422444cac9568ba4d37f75366e510515df87158bef910705a0e756ee09b3faeb69f79fe6c6c SHA512 056418b00c8c1a204da6fae176e7adafe4cbbd2d68063a2cfdb982f42f3850541d1378e21ae5945bdb12c3e1f89a52c8beef3742a48af27c87666063af02e2d7

View File

@ -0,0 +1,26 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python Library for the Velbus protocol based on asyncio"
HOMEPAGE="https://github.com/Cereal2nd/velbus-aio https://pypi.org/project/velbus-aio/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/pyserial-asyncio-fast-0.11[${PYTHON_USEDEP}]
>=dev-python/pyserial-3.5[${PYTHON_USEDEP}]
dev-python/aiofile[${PYTHON_USEDEP}]
>=dev-python/backoff-1.10.0[${PYTHON_USEDEP}]"
distutils_enable_tests pytest