dev-python/russound-rio: drop 0.1.8

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 18:08:17 +01:00 committed by Andreas Billmeier
parent 60eec19242
commit 1c33047d8a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 33 deletions

View File

@ -612,11 +612,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 1595 Ebuilds in total, 1584 of them have in total 1601 (42 different) licenses assigned.
There are 1594 Ebuilds in total, 1583 of them have in total 1600 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|918|
|MIT|917|
|Apache-2.0|340|
|GPL-3|100|
|BSD|87|

View File

@ -1,5 +1,3 @@
DIST russound_rio-0.1.8.tar.gz 5166 BLAKE2B 62c3ec14ba61b4bd9c04ba5e64ab14e88e6d2b51cc7f2a059a968b49e032bba07753e53baea9f23a209e69564ded5b7c2f4cc061a792874daad1bc4eda2b705a SHA512 413e7d6a8ae19474f5e4ea8bfaa9d4d82df31b8ac32c57df79e4f8ef3276bf2c37d2a56167758adf6ca6c8e0044ae37964c5acdcab225a8b8dc2692652ec5e5f
DIST russound_rio-1.0.0.tar.gz 5295 BLAKE2B f34c36e0fb004752acf9fe19be8ec9eea3145cdd39f4d8653c00494f5045ee9cd08ed431f8458909236f3c9b84a2d902d3b2e70f5f8f177d70fec9b5b2121785 SHA512 01b05af7dfbda444186e364f1f72ca03dd8540e1af13a00829f9ae9e931611811cdf8eeca3295077213b5f1516c3a47a5e338388ae035de2355f8d211dfad0f2
EBUILD russound-rio-0.1.8.ebuild 600 BLAKE2B ace6872208a2b2de0bb4faed02709d196a6d20b14615e54c31ac7b5dc201e15863410050d20863858213cc12f0a183ab4ef8af54a0dd4e0eed44e208074e50aa SHA512 76b7823a5b4b5f9264c0dc83b6cc93f95d2e8548f0a53efcee912c3de68906f269ee65636d12b68d52e862a1c8438bec32ebb1f978e49c83234587c65e2b4144
EBUILD russound-rio-1.0.0.ebuild 600 BLAKE2B ace6872208a2b2de0bb4faed02709d196a6d20b14615e54c31ac7b5dc201e15863410050d20863858213cc12f0a183ab4ef8af54a0dd4e0eed44e208074e50aa SHA512 76b7823a5b4b5f9264c0dc83b6cc93f95d2e8548f0a53efcee912c3de68906f269ee65636d12b68d52e862a1c8438bec32ebb1f978e49c83234587c65e2b4144
MISC metadata.xml 396 BLAKE2B 546dface0a456b5c4eea9c1d6cae7d26c73550b63f52ff1793120acf08d28a55d5f6997b55180aeb0425f0f7aa32f863bf8d9b38fcbe89c41d259b679e456b05 SHA512 f4376c633f2e8a82345910e42bbff3059a3017b5f5acfb5acb93d2140bb07ccfec045ecd02f2a86358ba1ca4512b1e10aedb4700eaee33d3fa2e0aae6c235a91

View File

@ -1,29 +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="Asyncio client for Russound RIO devices"
HOMEPAGE="https://github.com/wickerwaka/russound_rio https://pypi.org/project/russound-rio/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest