dev-python/aionut: add 4.3.3

Closes: #3715
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-21 18:16:03 +02:00
parent 78b736a6ff
commit b6dd6d0ffb
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 33 additions and 4 deletions

View File

@ -606,12 +606,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 2044 Ebuilds in total, 2033 of them have in total 2061 (42 different) licenses assigned.
There are 2045 Ebuilds in total, 2034 of them have in total 2062 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1184|
|Apache-2.0|457|
|Apache-2.0|458|
|GPL-3|123|
|BSD|110|
|GPL-2|25|

View File

@ -1,3 +1,5 @@
DIST aionut-4.3.2.tar.gz 10563 BLAKE2B 230d7725529d412f7ef3952917737adc403f1b79eb38119b27bff51c2700c3cef59fd3c80b087bbb1a315449422330da1d3df912d01f28e3191d39885b5147d8 SHA512 87b4189b75f1b7244894293b78817ad1c054b51f90103d787e9f2cc7d4dec79746411f7df01204261ffe9c356f1d648ad51af88f030e42e944d3a2d3d195245c
EBUILD aionut-4.3.2.ebuild 582 BLAKE2B 2e4b5413814bb7eb5d8a1b72dde884bb49e16a1339323a0b659eb680f1f3f11dd1fb72ecac324b9592d3a4dce99be69c0694e67ed858d4a3ee751e75626a12af SHA512 aa0d6f49a621602615a0cac66d2f5e47774c3e2174fb47d1e66cdadec892992a01fbacbcebec1a721358c52fa5a5b87d9d3276a320c1d10bc11036f11c31c051
DIST aionut-4.3.3.tar.gz 10538 BLAKE2B ce370ccc54ded8de3aa67d0dd42964700861eac6b1b33e531e1a404f288e87e420860a176f0533c64d0dcd7d17bb6d0688a71af1876bd4f0ff82cd1cc38762ba SHA512 5c295b3e95f7557b5700e3d05ccf12ba54273ac8cb9016eae6665893dc7c15c9bcb0b3644f42fd38763512c1900bfe0b9ee377f48e63de885ef60202650674c5
EBUILD aionut-4.3.2.ebuild 582 BLAKE2B c6cb1c55a53059abdd3ca4ed415add70eade1ee7aad4b5cd2edc9ac333be783f1031eb9e0e65a0661b2cbb023ca5a98d32c858cfb1fd4318c6fddc217cf301d1 SHA512 b8cb17e33a6e964f9ea06c884667843453b69b91c429b8e4761749fe47a8f687fe00eaa8f68b7f4ef972e0142664f10b39bcfaa7bb589d0ea1f4d7e37e471ca1
EBUILD aionut-4.3.3.ebuild 582 BLAKE2B c6cb1c55a53059abdd3ca4ed415add70eade1ee7aad4b5cd2edc9ac333be783f1031eb9e0e65a0661b2cbb023ca5a98d32c858cfb1fd4318c6fddc217cf301d1 SHA512 b8cb17e33a6e964f9ea06c884667843453b69b91c429b8e4761749fe47a8f687fe00eaa8f68b7f4ef972e0142664f10b39bcfaa7bb589d0ea1f4d7e37e471ca1
MISC metadata.xml 503 BLAKE2B b387364f06ba6acb9203501739f54da249545e420dc5fa634523fa29bab2a5f651c782400d6c757dcf58bc327436814de1c452c5864e488ef5d83c1b36844590 SHA512 73dec09f75e3acab28ee4c318bd1bbe54e95bccda0b8a877d42cc0d250d9d16ea88002f71d6bc48d5940eedd68b24c8611fac6c4599d5280ee9af9c2d619b67b

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=poetry
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..13} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Asyncio Network UPS Tools"
HOMEPAGE="https://github.com/bdraco/aionut https://pypi.org/project/aionut/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest