dev-python/aioraven: new package, add 0.5.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-17 20:18:37 +01:00
parent 4661efafad
commit 86317875e3
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 48 additions and 2 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 1748 Ebuilds in total, 1737 of them have in total 1756 (42 different) licenses assigned.
There are 1749 Ebuilds in total, 1738 of them have in total 1757 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|996|
|Apache-2.0|381|
|Apache-2.0|382|
|GPL-3|117|
|BSD|100|
|LGPL-3|25|

View File

@ -0,0 +1,3 @@
DIST aioraven-0.5.0.tar.gz 19592 BLAKE2B 515eba7db59877b55be9955594cd362085825d11f171bd1bf742896ecf05de59863cdc6a8792af3f58c09b8b869b472d0202f6ded6b08b52fea645d496a91039 SHA512 f9add3cfd21e31c261a391191402c92cab3fb31c78bb2bb205aa020473d1bf27f4dff296cc00ae7388c2820f16ac476e15a41190e2d3461357490400206cd690
EBUILD aioraven-0.5.0.ebuild 613 BLAKE2B 1b92aad9328461aeed0a5b869590c57eb6684b16f0fe47cf3c92e9029d6a949485d68caebe25e0b9284c7c0b8187fc7ed0d7add6d2031e2beae4f3a71d7b0467 SHA512 952245895451671a6845eeddbbb1987049b3542a9f27fec19e29cdc18d10e064e2051b11e3ba3ab1ecda5e4e8f914c85bd1a44220085b3bdc0e1134b9db1daf1
MISC metadata.xml 510 BLAKE2B c57f4e5ad917af55dfc6d286513ba3960c01f11516ff92c0bc4a25dccfdc0977711bdff4f7d3625568874bf88e97a8840c20dfb4dc48574e66b85baf981e5810 SHA512 f5bbf03e29d57ac0c12fc8a69abdb4379edfa78e6520e0b4b947f5faa23e8e9358d078afb7c5e40e34c2d35eb8a27cd35a070933172a3057d2c05ea01646f24b

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_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous communication with Rainforest RAVEn devices."
HOMEPAGE=" 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

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">aioraven</remote-id>
<remote-id type="github">cottsay/aioraven</remote-id>
<maintainer status="unknown">
<email>logans@cottsay.net</email>
<name>Scott K Logan</name>
</maintainer>
</upstream>
</pkgmetadata>