dev-python/aiooncue: drop 0.3.4

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:02:44 +01:00 committed by Andreas Billmeier
parent 97719f06dc
commit ce6855cfea
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 34 deletions

View File

@ -612,12 +612,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 1744 Ebuilds in total, 1733 of them have in total 1757 (43 different) licenses assigned.
There are 1743 Ebuilds in total, 1732 of them have in total 1756 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1018|
|Apache-2.0|364|
|Apache-2.0|363|
|GPL-3|110|
|BSD|98|
|LGPL-3|24|

View File

@ -1,5 +1,3 @@
DIST aiooncue-0.3.4.tar.gz 17420 BLAKE2B 62ef6a9d1845beb79b028cd20a60ab8cf07baa3a915c80d5f4bdd0e5be8138acd208c2e0c4ccc86653a15682d14e0cf15393bb3e6819da0eeeaebc3dce33efd0 SHA512 b23d94631f2c72da445ed238206a78673da40ae3c82792453796f4df678ae3eb19743df9899d01a1ae2d7a7299e9d355bb6dc31275dd3f45dd654f030ebc1324
DIST aiooncue-0.3.5.tar.gz 13946 BLAKE2B 4dbfc6485d8c2e3272cf9f85bca9743c2dcd48b4e49c5f01dcce3950ad870752cfbe6036ade514f302e315485122e707de5d604179014b7ec50302ce30529e9c SHA512 418906da81a6e14b217472ede123f50748db9cd4916ccbba0a3cc75e669306579073228d26494143247836c8d3f9621f7c30d3e3eca83fe992f32beade6caa12
EBUILD aiooncue-0.3.4.ebuild 615 BLAKE2B 10d2ef13cafbcc233b7514792a04c6a224917867d2c8e94e443925d9ac10e6c731d2ef3ce175d5556611471a142df842fc735e834a21c19953ebdc20ab4080c8 SHA512 050b1779ff25d8c31d79aef3552b5eb4965c2e211bba80e7f3db226289bac7602278a2ac03c8df1449f6366a28e4b951730e7176f0046086f070b9a5d7d6b7a4
EBUILD aiooncue-0.3.5.ebuild 615 BLAKE2B 10d2ef13cafbcc233b7514792a04c6a224917867d2c8e94e443925d9ac10e6c731d2ef3ce175d5556611471a142df842fc735e834a21c19953ebdc20ab4080c8 SHA512 050b1779ff25d8c31d79aef3552b5eb4965c2e211bba80e7f3db226289bac7602278a2ac03c8df1449f6366a28e4b951730e7176f0046086f070b9a5d7d6b7a4
MISC metadata.xml 507 BLAKE2B 55c99f5b427db24a7b88ac13b6e80ef39bc59aa10c60aba3fa9c07eb5664daf807f58eec8b32c35a1f18ab099c02c587d0c470f94102be28003f4f0714fcdb1c SHA512 0f0a3a0196054ed6a451b617f090eb8303cfadcbab93b596ba99f4ed5540596c9d8aecd3d49e542e917554d82947dbab2ea2f2313a53a1b13fbe26a2ab7dd72b

View File

@ -1,30 +0,0 @@
# Copyright 1999-2023 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="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"
BDEPEND="
dev-python/pytest-runner[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest