dev-python/sonos-websocket: add 0.1.3

Closes: #2856
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-17 19:34:07 +01:00
parent 211f28bd53
commit 18db5d63df
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 28 additions and 4 deletions

View File

@ -617,11 +617,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 1736 Ebuilds in total, 1725 of them have in total 1744 (42 different) licenses assigned.
There are 1737 Ebuilds in total, 1726 of them have in total 1745 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|989|
|MIT|990|
|Apache-2.0|380|
|GPL-3|115|
|BSD|100|

View File

@ -1,3 +1,5 @@
DIST sonos-websocket-0.1.2.tar.gz 5079 BLAKE2B c3c97aeaa579c7b2314ba888ca6c21f2c57e5083c0c3636a94033045c6bd4bbcce25f71ef81e72d31a2b795ab040636068bd2bedd8290eec2fc7239473211bfc SHA512 d09c87b21bb3811e775ce171bd660b45577789eeb280191d3f30840b9006dd41c87a9aef8e662912acf3a079b05e03abbc949c14a23f54bacf84504c5bafb4de
EBUILD sonos-websocket-0.1.2.ebuild 669 BLAKE2B 57d44ca83de197479580b9cf193bad98306f4534ea4609e7a62b9d748313d2b00bf65f6adc99263e05e7aaaed4ff6bf07bd438fa5155dc691913a58d5ec8fd9f SHA512 c000bf1704f897a38be5cd5f7f3ad8976653ba6c781e25e6b22f3a8892f5366c7637881caa69f8d5d91a6268441343cc2f84a4efd79b62a2c0fc007f287c24ac
DIST sonos-websocket-0.1.3.tar.gz 5177 BLAKE2B 009d9cbbb104f6f14a2e688c9d85d4251ca87e37053d0134e14d32233ce2f144f44fdaf0c0ad03dade3df46e05a498db2d2a42d277ebf9adfee084f94ade520c SHA512 78d37e7ad5958711f6bed5d1ea3cf33781376325abc28341e6a73460dadbf3ad1a309ae8bd14659c66920270c08f8b373339ce0a8b585cb66d141eb8c494cbea
EBUILD sonos-websocket-0.1.2.ebuild 669 BLAKE2B 40a66e07d99cbf677b49a103cf5517c0ff61045431a4ce4a455bb85c7f64b9b059ae0045984ad59f0df38960c01eec9674223b7a4e96ae49140c39fa0a123945 SHA512 cfd4dd7cf72e82ff3f42958fd385000c62209a8dba724fe17b34da7a43482f81c95e03f5ebc4a7ae2634d4d443464e99234157e0076edbe2aa598a27a9a3601d
EBUILD sonos-websocket-0.1.3.ebuild 609 BLAKE2B f03cad5a10304962d98c1ceccac938f2857f1e3f6533b431e47c7207d607e0a8b9bc0e1e850b247248cd18dd20b7cb9c60ddaf94238670d7fc2855f92899f59d SHA512 a911a84a195993f897125a165a43a9392c3818e6bb05e3cf8c5bfce0dc4bf5c5ca1488b1aebb2c962698511f23519f0be939ca61bbce3b2d761d3d2bf1631025
MISC metadata.xml 541 BLAKE2B b890a1d476d441fe1b1e786ed7a07bd6e045dc221c5f3e66806c4f8e76c873883f6a62c5dd9757415d8ec7d9746bc7ae69ac345a87bf208c8d4f3925c5093051 SHA512 8c07870765f52f3f26232056996fea78508c1657bd1ce42d924f242f738df4ce090b5f65dd14002c45faf1e3809d0f7e183715131e9f34dfc3a8a000f5816932

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@ -0,0 +1,22 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="An asynchronous Python library to communicate with Sonos devices over websockets."
HOMEPAGE="https://github.com/jjlawren/sonos-websocket https://pypi.org/project/sonos-websocket/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
distutils_enable_tests pytest