dev-python/aiooncue: add 0.3.7

Closes: #3135
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-08 18:10:15 +02:00
parent 8661632704
commit 41529570a4
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 32 additions and 5 deletions

View File

@ -617,11 +617,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 1974 Ebuilds in total, 1963 of them have in total 1982 (42 different) licenses assigned.
There are 1975 Ebuilds in total, 1964 of them have in total 1983 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1115|
|MIT|1116|
|Apache-2.0|453|
|GPL-3|129|
|BSD|111|

View File

@ -1,3 +1,5 @@
DIST aiooncue-0.3.5.tar.gz 13946 BLAKE2B 4dbfc6485d8c2e3272cf9f85bca9743c2dcd48b4e49c5f01dcce3950ad870752cfbe6036ade514f302e315485122e707de5d604179014b7ec50302ce30529e9c SHA512 418906da81a6e14b217472ede123f50748db9cd4916ccbba0a3cc75e669306579073228d26494143247836c8d3f9621f7c30d3e3eca83fe992f32beade6caa12
EBUILD aiooncue-0.3.5.ebuild 615 BLAKE2B 10d2ef13cafbcc233b7514792a04c6a224917867d2c8e94e443925d9ac10e6c731d2ef3ce175d5556611471a142df842fc735e834a21c19953ebdc20ab4080c8 SHA512 050b1779ff25d8c31d79aef3552b5eb4965c2e211bba80e7f3db226289bac7602278a2ac03c8df1449f6366a28e4b951730e7176f0046086f070b9a5d7d6b7a4
DIST aiooncue-0.3.7.tar.gz 14170 BLAKE2B 3548932ffbbc19805421a256003ceb607938fc5cecd6b93bda48ac1ba26f86e49ffa31d3589f8eb0a39e9eb329c80adfb8d688c3b555849508a7dbe5b555a80d SHA512 9c8cafdef83dd75b9cce462dd765d79caa8a7ace59448143c7db593be0f6ab2867bf60d0bed12a2aa82787c91d2db41a103e1ad1ff999c3d6fef1e713fd176d4
EBUILD aiooncue-0.3.5.ebuild 615 BLAKE2B 979a50e0fbbaf8623a240571edd9b697166e530de3de79c52ad6a2fe24b8880708d2a547ec3485aabd0deeef4c63ab057b60bf28d99476b379b825d590dd52d1 SHA512 e5e8a564d28bc56f7fa68186216b8009021fe37181f8717456fccd6f32cbed22efe79b15d6b835bc71f461d6cfc38380307ea76c07fd65f7909a8f6cc671c51e
EBUILD aiooncue-0.3.7.ebuild 573 BLAKE2B f6fe59a12feddb9bd3f79f08e69e3998acdbb984b997c353ddbb82651d0b1c5abd98b6d246a2fa42ac677de4237f1475ddd3433fa623227608517f7e9065abb5 SHA512 e1bd0f5f1d0c36cef0264e927f054467b898c24a467bafe4e87d3b49a6750c7c7c5f5b6956deeaa652faee5de1870ed4371d08e5fe7e75ca99e51484a75e9471
MISC metadata.xml 507 BLAKE2B 55c99f5b427db24a7b88ac13b6e80ef39bc59aa10c60aba3fa9c07eb5664daf807f58eec8b32c35a1f18ab099c02c587d0c470f94102be28003f4f0714fcdb1c SHA512 0f0a3a0196054ed6a451b617f090eb8303cfadcbab93b596ba99f4ed5540596c9d8aecd3d49e542e917554d82947dbab2ea2f2313a53a1b13fbe26a2ab7dd72b

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Async for Oncue"

View File

@ -0,0 +1,25 @@
# 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="Async for Oncue"
HOMEPAGE="https://github.com/bdraco/aiooncue https://pypi.org/project/aiooncue/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="
dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/pytest-runner[${PYTHON_USEDEP}]"
distutils_enable_tests pytest