dev-python/spotifyaio: drop 0.7.1
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
5b4b1d8e79
commit
9b73b7f91b
@ -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 2314 Ebuilds in total, 2300 of them have in total 2337 (43 different) licenses assigned.
|
||||
There are 2313 Ebuilds in total, 2299 of them have in total 2336 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1318|
|
||||
|MIT|1317|
|
||||
|Apache-2.0|539|
|
||||
|GPL-3|143|
|
||||
|BSD|124|
|
||||
|
@ -1,5 +1,3 @@
|
||||
DIST spotifyaio-0.7.1.tar.gz 12882 BLAKE2B 3c7f77659d19c7d77d49579db4a63fb12a255981444a9642d9c2e6dbe54c2b4e86ded338bd9d2884845e4262ef5d5c1a09c4036b4065e7968d3ef59c97fe7e04 SHA512 d95cc5a30d56873fd3ec0343ee35bd540c9f405aeefdf1572d2a560294c5a06d15856368329129010c91a103f43ef36998b66bd8e7e3d78882bfc9352e889253
|
||||
DIST spotifyaio-0.8.2.tar.gz 13166 BLAKE2B 8c74f0d01dfd62a8f06d03f5c73f52d994a68578334f77de45756e0c7da492628dec14cfb4a25d5befc804a593d24ba2e00b211d9303f6f72cde3a155984cff1 SHA512 08197b307aff6a9c6197f449e610717b01927fe60e9545aa406cc18244b7771f7dc0c743bac684f7a0571a735ce134cef86a6ac0b25faedc4ad519f5d1f06ceb
|
||||
EBUILD spotifyaio-0.7.1.ebuild 560 BLAKE2B 247d124f66b6e301de3d701197fe2e759a1cfb0b5b70a513ec2b76faf1e4b3349139af8e5c165f7640dc9fc0c4dd3e31a5b424ccb032786f19181112ae60838d SHA512 36bcf3633f2880c9cb09375b9b057081ead6078ec173d95cc4c5219f981659bb3f969caeb3a0336b8dbdd01663cb58f91b06c96c313357b822179fc5e6798407
|
||||
EBUILD spotifyaio-0.8.2.ebuild 653 BLAKE2B c64962e3fbc55da9f16df3f452410e1a202bdb031967c7d8b741b271fa463be855eca8a8f78a3a5659fb89573b342fdb12b0814198258208138b7e3151b979d3 SHA512 ea550dd3e32146c229c64c3f5a6289932325f7048fb9882c103719b5b3d832bddbb8258578f34e00da5c867e47d1013f5bc1d27b1c98153a3ab714f7542b8c1b
|
||||
MISC metadata.xml 527 BLAKE2B 194635233b62785abf9cbf01e7372c265a25dfa08610090b1713254b89c16e1f259f2e7919f9e8dbe77393438e0f36f2a267e5a10770032e395166ae6e5f0277 SHA512 f387096ea1330e8e3d1a44cbc660f95c1b7a155d655f15e81470962bb3198569bbd7099b29ff78866f1877299cb4ee869ac0316f049c151badca31ab6d35292f
|
||||
|
@ -1,22 +0,0 @@
|
||||
# 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}]"
|
Loading…
Reference in New Issue
Block a user