dev-python/aioraven: add 0.5.1

Closes: #3010
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-10 18:14:52 +01:00
parent 1fae8903c4
commit fa9bbee665
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 33 additions and 4 deletions

View File

@ -617,12 +617,12 @@ 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 1875 Ebuilds in total, 1864 of them have in total 1883 (42 different) licenses assigned.
There are 1876 Ebuilds in total, 1865 of them have in total 1884 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1059|
|Apache-2.0|431|
|Apache-2.0|432|
|GPL-3|124|
|BSD|104|
|LGPL-3|24|

View File

@ -1,3 +1,5 @@
DIST aioraven-0.5.0.tar.gz 19592 BLAKE2B 515eba7db59877b55be9955594cd362085825d11f171bd1bf742896ecf05de59863cdc6a8792af3f58c09b8b869b472d0202f6ded6b08b52fea645d496a91039 SHA512 f9add3cfd21e31c261a391191402c92cab3fb31c78bb2bb205aa020473d1bf27f4dff296cc00ae7388c2820f16ac476e15a41190e2d3461357490400206cd690
EBUILD aioraven-0.5.0.ebuild 613 BLAKE2B 1b92aad9328461aeed0a5b869590c57eb6684b16f0fe47cf3c92e9029d6a949485d68caebe25e0b9284c7c0b8187fc7ed0d7add6d2031e2beae4f3a71d7b0467 SHA512 952245895451671a6845eeddbbb1987049b3542a9f27fec19e29cdc18d10e064e2051b11e3ba3ab1ecda5e4e8f914c85bd1a44220085b3bdc0e1134b9db1daf1
DIST aioraven-0.5.1.tar.gz 19659 BLAKE2B 9960067b82e0861d2425e07062205b114e8ab8b166c073a989e0f5bf2940e2b0011918ef6fb46416b30871dfdab8dc2930ea0073363573b993aab96eb7975eaa SHA512 6931fff17076ed3c2cc36b26f933405f7dc447fdd4f54e0ac0a6ccb6a059a4fe616fe6b0f147a936409f341e21df2b0e88f66e09502e6c0642b1cfe4b98ab43f
EBUILD aioraven-0.5.0.ebuild 613 BLAKE2B b2fa44d35a5c8af69498c3c227300ba3fd6b9feafe9cab1b15efd3c24b2670b79bc6e8c8451005f7ba70a4182cbe9aa9825619a5e503ac6d949441be5cb8a5da SHA512 3c904e3090626f32da4739da0ec9c82ca72d05b16f25e85835f77e013fe5025facc875c97a2d1bda0054884265a468e6e790818b3b6208f24fca77e8ddf5671a
EBUILD aioraven-0.5.1.ebuild 648 BLAKE2B 995cce23d5ce58954cde306d38a9aa20fcfd2f770b10b0696843a4f3e699b399db86cff77d83618857707cb91c365df54e91958f517cd4413ca8c1d54e63c8c6 SHA512 96e4e7917b031c03f13308c93163ccdb11147cecd132889997c35530d11d770b00fdc7bace778d9d65c2284e323076ea46ddccb9cbc374f9e7a78f982e2b5020
MISC metadata.xml 510 BLAKE2B c57f4e5ad917af55dfc6d286513ba3960c01f11516ff92c0bc4a25dccfdc0977711bdff4f7d3625568874bf88e97a8840c20dfb4dc48574e66b85baf981e5810 SHA512 f5bbf03e29d57ac0c12fc8a69abdb4379edfa78e6520e0b4b947f5faa23e8e9358d078afb7c5e40e34c2d35eb8a27cd35a070933172a3057d2c05ea01646f24b

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi

View File

@ -0,0 +1,27 @@
# 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
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous communication with Rainforest RAVEn devices."
HOMEPAGE="https://github.com/cottsay/aioraven https://pypi.org/project/aioraven/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="
dev-python/iso4217[${PYTHON_USEDEP}]
dev-python/pyserial[${PYTHON_USEDEP}]
dev-python/pyserial-asyncio[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest