dev-python/pysqueezebox: add 0.6.1
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -548,7 +548,7 @@ 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 1514 Ebuilds in total, 1507 of them have in total 0 (0 different) licenses assigned.
|
||||
There are 1515 Ebuilds in total, 1508 of them have in total 0 (0 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
DIST pysqueezebox-0.5.5.tar.gz 13220 BLAKE2B 3aecf12a9e398b422d277edb721a458150eddf31661ca9428c365e091c8be41ccee97952f2a964c32ed509aa91f115c05bc6414fd69b7de8741bf00db4dcdc11 SHA512 fa043248b10f96e4a3cdbfdb001eadd65c566207d6bc8026ff0aec1387c3498d14a62b4966f9044d0a9a49a0508d24c779b97afbd01f41f08a3179829d61a858
|
||||
DIST pysqueezebox-0.6.0.tar.gz 17038 BLAKE2B cfe5610e6b94fbc814ce6d42d9d1668952fd151d6ec2ccc5407a3b1448f41cc207137806a566c5aa4f3d28c3e0701033a31c5a3760979446a75f40b9c5fac550 SHA512 d2ee8e742a8a8b5960a902c26bbbc100f538ee9242f0126a5fbc72998ebb8cfb5c88b6b48465bc8ac598ff713ff34e74d94a08c851eab7ae13ad1803b5a69f00
|
||||
DIST pysqueezebox-0.6.1.tar.gz 17075 BLAKE2B a0b54ba3b6d735522a341870e542ec2bd0d8dd14a50fcf33b879318c6643c73975ddf35b59f189fdcd5fb5222d8ca3cd2000d23dd3f7ba51c5e27baa33536519 SHA512 c1d2469f634534fbf8ae71dd4227bd4f09d4f024f4a57d4b0a32306adf77c6c3c513c96070d9922b70c68c0b8bb633c4fda0e46accc5d4db53c556b0b0881300
|
||||
EBUILD pysqueezebox-0.5.5.ebuild 689 BLAKE2B 7214f0709d954b2f31475e8958efe1ad3e8b2d38ae6eea57693f45c5030660fdae09e48460fde1a6424d371575321f5cac008591050d5577da34c93465081c68 SHA512 d218026cf2d34cf09624888ecdaa7dc645f5916fa73196f5674a6eebfd72ccbe496b30974042c99dd9738a0d033ee2dc06fc861244a3797992e1b2a59a466ccf
|
||||
EBUILD pysqueezebox-0.6.0.ebuild 720 BLAKE2B d06d045818f6be3edd767fe1003f9d8bb9721da06d29211717afad1413fc402152b46f416f69c3c5f4683964e8771c515c9275ac73d78613a879ab21a3ebf73b SHA512 26fdd307d8c31095dad0d8f1bdec37bb9678633192db65c6092a9ee3f12103dfc417e0d8ee39400b779de519c0df78c273a0b9db54c0c5f760c250cdaed1d4fd
|
||||
EBUILD pysqueezebox-0.6.1.ebuild 720 BLAKE2B d06d045818f6be3edd767fe1003f9d8bb9721da06d29211717afad1413fc402152b46f416f69c3c5f4683964e8771c515c9275ac73d78613a879ab21a3ebf73b SHA512 26fdd307d8c31095dad0d8f1bdec37bb9678633192db65c6092a9ee3f12103dfc417e0d8ee39400b779de519c0df78c273a0b9db54c0c5f760c250cdaed1d4fd
|
||||
MISC metadata.xml 451 BLAKE2B babbb6dfe31848cf6ca93dccde94a20e93ea87c6dadac3b6f9dd637e5c9eb1a6c9d5096550c783cc8b767cff315083ba66b2454a979dba75d1ac4155a79dc5fa SHA512 b9ae14f66dda0067f48161d094dacff107314ed696053b32f13b0a05fe1ed86a2b80177bd77f6b506d34d5bc555ba22554f9cc4b76f2b5a7137df1722d61bf43
|
||||
|
||||
33
dev-python/pysqueezebox/pysqueezebox-0.6.1.ebuild
Normal file
33
dev-python/pysqueezebox/pysqueezebox-0.6.1.ebuild
Normal file
@@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2022 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/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user