dev-python/spotifyaio: new package, add 0.7.1

Closes: #4063
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-11-03 16:38:58 +01:00
parent 676e8df58e
commit 7ce5b283ea
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 43 additions and 2 deletions

View File

@ -606,12 +606,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 2303 Ebuilds in total, 2289 of them have in total 2326 (43 different) licenses assigned.
There are 2304 Ebuilds in total, 2290 of them have in total 2327 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1313|
|Apache-2.0|533|
|Apache-2.0|534|
|GPL-3|143|
|BSD|124|
|GPL-2|26|

View File

@ -0,0 +1,3 @@
DIST spotifyaio-0.7.1.tar.gz 12882 BLAKE2B 3c7f77659d19c7d77d49579db4a63fb12a255981444a9642d9c2e6dbe54c2b4e86ded338bd9d2884845e4262ef5d5c1a09c4036b4065e7968d3ef59c97fe7e04 SHA512 d95cc5a30d56873fd3ec0343ee35bd540c9f405aeefdf1572d2a560294c5a06d15856368329129010c91a103f43ef36998b66bd8e7e3d78882bfc9352e889253
EBUILD spotifyaio-0.7.1.ebuild 560 BLAKE2B 247d124f66b6e301de3d701197fe2e759a1cfb0b5b70a513ec2b76faf1e4b3349139af8e5c165f7640dc9fc0c4dd3e31a5b424ccb032786f19181112ae60838d SHA512 36bcf3633f2880c9cb09375b9b057081ead6078ec173d95cc4c5219f981659bb3f969caeb3a0336b8dbdd01663cb58f91b06c96c313357b822179fc5e6798407
MISC metadata.xml 527 BLAKE2B 194635233b62785abf9cbf01e7372c265a25dfa08610090b1713254b89c16e1f259f2e7919f9e8dbe77393438e0f36f2a267e5a10770032e395166ae6e5f0277 SHA512 f387096ea1330e8e3d1a44cbc660f95c1b7a155d655f15e81470962bb3198569bbd7099b29ff78866f1877299cb4ee869ac0316f049c151badca31ab6d35292f

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">spotifyaio</remote-id>
<remote-id type="github">joostlek/python-withings</remote-id>
<maintainer status="unknown">
<email>joostlek@outlook.com</email>
<name>Joost Lekkerkerker</name>
</maintainer>
</upstream>
</pkgmetadata>

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_{11..13} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous Python client for Spotify."
HOMEPAGE="https://github.com/joostlek/python-withings 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}]"