dev-python/russound: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 22:23:55 +01:00 committed by Andreas Billmeier
parent 8fadd93eda
commit ef1c258cae
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 7 additions and 10 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 1908 Ebuilds in total, 1897 of them have in total 1916 (40 different) licenses assigned.
There are 1906 Ebuilds in total, 1895 of them have in total 1914 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1096|
|Apache-2.0|416|
|Apache-2.0|414|
|GPL-3|123|
|BSD|105|
|GPL-2|27|

View File

@ -1,3 +1,3 @@
DIST russound-0.1.9.tar.gz 7095 BLAKE2B 1f88d806bbe07d4941139a0efa24238164b37a3b4693b93ec7f6e19e8d779079275cfe53a1c5adffacb369297ec19ff878288377e0313ac435afbf2cb94072be SHA512 eaa8d9dcf020581cc0ea0a1e7d2cc1bf80f1532637c2e734f0c8a65921037516946c1c972c063615b66c48e46da1f191aca341e1d0c4ac268271c88665a0a84e
EBUILD russound-0.1.9.ebuild 689 BLAKE2B 6896a03f72144cf16221a2b6ae49d4d3cc83aac003d64a21d3dd4210db6f5c27f3a4b3aff48a57736dac8ded503b3bc63a10c42e2f969e5c2f4770e50d9532cd SHA512 1a8e107c789da592093a03cfffc7b43f30783731b0953b536903cf1ae272a3ee5eaf9d2f63fd104ff17b5146f9391558336fda61e80872e2b3d149af9e89a8a5
EBUILD russound-0.1.9.ebuild 633 BLAKE2B ba090208b60614a2aed02ffc6bb4691801d6044726f83d86db51726fb8e21012d9e8219b5b76ba028cf017d7e2e70ac4dfa8a9b894ede744f3d7cb6cb8a40b41 SHA512 bbeb1e0b3c6d9712fd64820e4bfe5158512ac0a5adb5453f063b67376000fe3145aceff4b31bc9ce35fbd019e7d1a94ed6b240b05859b5cde8822007f1628fba
MISC metadata.xml 507 BLAKE2B f77a257ee8ea12401f8e953864085d0b967b5279560d0a72dbb1508e471c72a7b5e614642dcbee694d670dfa41d915cb18dc8435de70bd63161adedd23ca2b3b SHA512 1378edce22bb30593807cd72f9e8f95b59c001db059ef332a996d2c87ff4b025c86ade4e17a51f7fd426df27af7509c0ad98734ad29f500c782cf2a728ad7ea3

View File

@ -1,15 +1,13 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python API for Russound RNET commands."
HOMEPAGE="https://github.com/laf/russound https://pypi.org/project/russound/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@ -21,7 +19,6 @@ DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"