dev-python/spotifyaio: add 0.8.8

Closes: #4185
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-02-20 10:52:05 +01:00
parent b604afd50d
commit dd13acb0f0
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 32 additions and 4 deletions

View File

@ -606,11 +606,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 2382 Ebuilds in total, 2368 of them have in total 2411 (43 different) licenses assigned.
There are 2383 Ebuilds in total, 2369 of them have in total 2412 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1354|
|MIT|1355|
|Apache-2.0|566|
|GPL-3|146|
|BSD|126|

View File

@ -1,3 +1,5 @@
DIST spotifyaio-0.8.2.tar.gz 13166 BLAKE2B 8c74f0d01dfd62a8f06d03f5c73f52d994a68578334f77de45756e0c7da492628dec14cfb4a25d5befc804a593d24ba2e00b211d9303f6f72cde3a155984cff1 SHA512 08197b307aff6a9c6197f449e610717b01927fe60e9545aa406cc18244b7771f7dc0c743bac684f7a0571a735ce134cef86a6ac0b25faedc4ad519f5d1f06ceb
DIST spotifyaio-0.8.8.tar.gz 13333 BLAKE2B 1c86f65d059fcc007991ab4f16de6f0665149b56b4d01ce04cca673f381f8bd52f20524f2ac721ccf17cb07023bf72b43d367646804c87157f61a57401beb3bc SHA512 989afb88f0e4eb9ccbbdea9dcfc229ddcdc4ce83893ddc2416da6f0c0bdcfe9eeede3960d4bb91ed53cb9a8f6635088494d2aa9696b0ba40b2503b389806b5e6
EBUILD spotifyaio-0.8.2.ebuild 653 BLAKE2B c64962e3fbc55da9f16df3f452410e1a202bdb031967c7d8b741b271fa463be855eca8a8f78a3a5659fb89573b342fdb12b0814198258208138b7e3151b979d3 SHA512 ea550dd3e32146c229c64c3f5a6289932325f7048fb9882c103719b5b3d832bddbb8258578f34e00da5c867e47d1013f5bc1d27b1c98153a3ab714f7542b8c1b
MISC metadata.xml 527 BLAKE2B 194635233b62785abf9cbf01e7372c265a25dfa08610090b1713254b89c16e1f259f2e7919f9e8dbe77393438e0f36f2a267e5a10770032e395166ae6e5f0277 SHA512 f387096ea1330e8e3d1a44cbc660f95c1b7a155d655f15e81470962bb3198569bbd7099b29ff78866f1877299cb4ee869ac0316f049c151badca31ab6d35292f
EBUILD spotifyaio-0.8.8.ebuild 684 BLAKE2B cf7f2cc870179d8bed6d31d530bfa58279076cf26665eafb1e30116449c1ebad62ed7e8ee84c557fa5254a2a29663c279e0cb95fa6c5a1bd01d979e8ca79b21c SHA512 0ead0e95feb99f7e1c2c11d5c4343ad77e24651ba7dc0050eaf8051394a42ef4d2c3ad6a2ad71e489b0a28f8e06298ad41e97327edd459c55b98eabd69b7f67a
MISC metadata.xml 526 BLAKE2B 5530097527dcd8b939f11a0ad0021aa6452f98caa4344d4b5fcc7f872c80ab783244283152cd938104bbe2a753d5788470154e7261872d0a514bc1dfdbf39637 SHA512 5b8abae9ada0d2e4b2ca652e1702f0fd9b959313cbbc3b955eaa3bbc3249896916f24c0f6e929593126223426cacedad45c32848d36a454716eb02e0f7cf76a3

View File

@ -7,7 +7,7 @@
</maintainer>
<upstream>
<remote-id type="pypi">spotifyaio</remote-id>
<remote-id type="github">joostlek/python-withings</remote-id>
<remote-id type="github">joostlek/python-spotify</remote-id>
<maintainer status="unknown">
<email>joostlek@outlook.com</email>
<name>Joost Lekkerkerker</name>

View File

@ -0,0 +1,26 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous Python client for Spotify."
HOMEPAGE="https://github.com/joostlek/python-spotify/ https://pypi.org/project/spotifyaio/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]
>=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]
>=dev-python/mashumaro-3.11[${PYTHON_USEDEP}]
>=dev-python/orjson-3.9.10[${PYTHON_USEDEP}]"
distutils_enable_tests pytest