bump pysqueezebox-0.6.0

This commit is contained in:
Andreas Billmeier 2022-09-03 17:42:09 +02:00 committed by Andreas Billmeier
parent 2d04eafd28
commit d7a8078fb9
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 41 additions and 6 deletions

View File

@ -523,12 +523,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 1865 Ebuilds in total, 1858 of them have in total 1870 (35 different) licenses assigned.
There are 1866 Ebuilds in total, 1859 of them have in total 1871 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1133|
|Apache-2.0|344|
|Apache-2.0|345|
|GPL-3|113|
|BSD|104|
|LGPL-3|29|

View File

@ -1,3 +1,5 @@
DIST pysqueezebox-0.5.5.tar.gz 13220 BLAKE2B 3aecf12a9e398b422d277edb721a458150eddf31661ca9428c365e091c8be41ccee97952f2a964c32ed509aa91f115c05bc6414fd69b7de8741bf00db4dcdc11 SHA512 fa043248b10f96e4a3cdbfdb001eadd65c566207d6bc8026ff0aec1387c3498d14a62b4966f9044d0a9a49a0508d24c779b97afbd01f41f08a3179829d61a858
EBUILD pysqueezebox-0.5.5.ebuild 779 BLAKE2B f5e884a27d4f6a9bb4ed609dce2cdf2170727a486f647d6564a41b05cc552fe1dc4b0edc1c55045c721768ea81fc2875ad6e87dc7c8a5a7f32f11c50d5697e1e SHA512 5ae27208ea030a1a0abb57e963376713daf2cf8e4573bee3a312ffc388a360b452e26e8ef5601b642ff242f8093c9b60faaa315cf89f8f024db72ef8b11ef325
DIST pysqueezebox-0.6.0.tar.gz 17038 BLAKE2B cfe5610e6b94fbc814ce6d42d9d1668952fd151d6ec2ccc5407a3b1448f41cc207137806a566c5aa4f3d28c3e0701033a31c5a3760979446a75f40b9c5fac550 SHA512 d2ee8e742a8a8b5960a902c26bbbc100f538ee9242f0126a5fbc72998ebb8cfb5c88b6b48465bc8ac598ff713ff34e74d94a08c851eab7ae13ad1803b5a69f00
EBUILD pysqueezebox-0.5.5.ebuild 753 BLAKE2B c3568579e71a82e0de3fe5b1791ff267d6c7bf3805d2e82f8b6c0875361ece9858468a5fd6a070d69df1a45eb74cb129320870a0c864570ef8e032fc3d8438cf SHA512 a232a15788a7b5e128c4bb2e9f505642dd2963927cec41fa82b9f237492bbe4fe0404ed7bc03a5945cf48ce096c6475aa600aa4dca9a58fedd2da91014d8aaec
EBUILD pysqueezebox-0.6.0.ebuild 753 BLAKE2B c3568579e71a82e0de3fe5b1791ff267d6c7bf3805d2e82f8b6c0875361ece9858468a5fd6a070d69df1a45eb74cb129320870a0c864570ef8e032fc3d8438cf SHA512 a232a15788a7b5e128c4bb2e9f505642dd2963927cec41fa82b9f237492bbe4fe0404ed7bc03a5945cf48ce096c6475aa600aa4dca9a58fedd2da91014d8aaec
MISC metadata.xml 451 BLAKE2B babbb6dfe31848cf6ca93dccde94a20e93ea87c6dadac3b6f9dd637e5c9eb1a6c9d5096550c783cc8b767cff315083ba66b2454a979dba75d1ac4155a79dc5fa SHA512 b9ae14f66dda0067f48161d094dacff107314ed696053b32f13b0a05fe1ed86a2b80177bd77f6b506d34d5bc555ba22554f9cc4b76f2b5a7137df1722d61bf43

View File

@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"

View File

@ -0,0 +1,33 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Asynchronous library to control Logitech Media Server"
HOMEPAGE="https://github.com/rajlaud/pysqueezebox https://pypi.org/project/pysqueezebox/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}