dev-python/spotipy: treeclean

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-11-03 18:38:17 +01:00
committed by onkelbeh
parent d7714195e8
commit 4d9450e700
6 changed files with 2 additions and 157 deletions
+2 -2
View File
@@ -612,11 +612,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 1740 Ebuilds in total, 1729 of them have in total 1743 (40 different) licenses assigned.
There are 1737 Ebuilds in total, 1726 of them have in total 1740 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1001|
|MIT|998|
|Apache-2.0|370|
|GPL-3|103|
|BSD|100|
-7
View File
@@ -1,7 +0,0 @@
DIST spotipy-2.20.0.gh.tar.gz 103437 BLAKE2B 78b026b9de04b0115c5621345e4f4c0ee47a51980221c77da8754c54fc8c321a1826983ceb9bcf9c415690906f3b3ea4657243e6b5d351d3edb48084baeca292 SHA512 8b5d0704fa84974ea0728dda0fe89d021b7b1550b464026d2b087671102745c7edcab116246399dd97de42d9c0cc7411295297c328b301712b6536aa6a3cd6fd
DIST spotipy-2.22.0.gh.tar.gz 109714 BLAKE2B 178a05252bc875630cee97628d228d9bd7d929d54fcb7ee30e92b685996fc9074063eae25b0b71089c3b51fcb29611c101acf0f606dc14a508f37e46c5522041 SHA512 272f05b1cb92dbd9842dcac58a5ca322fae703eea58488b968812c12b6c26fb748aabbf5fde7100e9662191231fe12f5353b9ba12f02bd2e4982e0aff1c732f6
DIST spotipy-2.22.1.gh.tar.gz 111228 BLAKE2B df75cce406d59c9de3e4c836309262d61f7f1249761d3172be13033512944e69a56ca67f16b55e4736f760b74d3ebd8f384225ce9309a5fc1bd8c93be4099069 SHA512 d8c5871dd606e3335656fb55fa042d8c91c72a4c7d62a584bd407a7546184996694c67d499f908fc7049e406c548269286de6cba17064f0385adba3661b34c3b
EBUILD spotipy-2.20.0.ebuild 1194 BLAKE2B f94d76b33c104c67573e30e4d2482502edc76c09ee9ae301e03b629c8879cff089db51e62a5d96717a47ab46a6087971cb56e9be49327f9a0a771f2650e57574 SHA512 97f04c2527a338b2ece10a401bf3a068de6c028ba58e79dc73f2dbaa3226ebaaa4bb34e32de29ebb869e262078482a18199584a7d986a5071e47bd115025e737
EBUILD spotipy-2.22.0.ebuild 1023 BLAKE2B 3e7645a6f624cd0d3f1cac0112c630313398d406cdfd3de553b6de2461661f5313a240aab2c54dfb851350acfa5433f6cdf7ba26496893088c8ef21429ddf667 SHA512 af3e62dab915508e56e0f33b59d7af07e0bf60518f697b0751d4d174a67fb54da737e471cd48768ec1ea620949b8f085a149874f3ba84fea5b2d73926474b8d9
EBUILD spotipy-2.22.1.ebuild 1020 BLAKE2B db6542fbbb8c09128ba0ce42c892b3850d0eb0e2599e5ce3742475ad98d8a7adb2b17e5e03d9aaa913716232abb94fbe332bda3cfd959a0f147e61d65576ee3e SHA512 f9effec2c043ab85982bfaf654afcc7cd21baf99446e4319d9f26d385d1bd0541ca7a5169ac5dca29caa650cdb4ecae14b775255801076624b910d33dd7458ae
MISC metadata.xml 502 BLAKE2B a7089a66c6325dafa66497b4478aac89f463fb09ab233b4dc80e9d335b722a2ac283431b1038806af7a04e1b113b916d5729c054dcdda44ebdf726cae3da5366 SHA512 91ab9f8320f396e96c22559b0c7f323db640f2da245aeb77961a11a9ee706abdbcbd95ce7521f5211e5872aff01c2a98358cbb73981bf4d524ce7d5bef0fdf23
-16
View File
@@ -1,16 +0,0 @@
<?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">spotipy</remote-id>
<remote-id type="github">plamere/spotipy</remote-id>
<maintainer status="unknown">
<email>paul@echonest.com</email>
<name>@plamere</name>
</maintainer>
</upstream>
</pkgmetadata>
-49
View File
@@ -1,49 +0,0 @@
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="A light weight Python library for the Spotify Web API"
HOMEPAGE="https://spotipy.readthedocs.io"
SRC_URI="https://github.com/plamere/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
KEYWORDS="amd64 arm arm64 x86"
SLOT="0"
IUSE="examples"
RDEPEND="
dev-python/redis[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/urllib3[${PYTHON_USEDEP}]
"
BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
distutils_enable_sphinx docs
distutils_enable_tests pytest
python_prepare_all() {
# Requires user credentials
rm tests/integration/test_user_endpoints.py || die
# Requires a spotify client ID
rm tests/integration/test_non_user_endpoints.py || die
# Needs internet access
sed -i -e 's:test_spotify_client_credentials_get_access_token:_&:' \
tests/unit/test_oauth.py || die
distutils-r1_python_prepare_all
}
python_install_all() {
distutils-r1_python_install_all
use examples && dodoc -r examples
}
-43
View File
@@ -1,43 +0,0 @@
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="A light weight Python library for the Spotify Web API"
HOMEPAGE="https://spotipy.readthedocs.io"
SRC_URI="https://github.com/plamere/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
KEYWORDS="amd64 arm arm64 x86"
SLOT="0"
IUSE="examples"
RDEPEND="
dev-python/redis[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/urllib3[${PYTHON_USEDEP}]
"
BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
distutils_enable_sphinx docs
distutils_enable_tests pytest
python_prepare_all() {
# Needs internet access
sed -i -e 's:test_spotify_client_credentials_get_access_token:_&:' \
tests/unit/test_oauth.py || die
distutils-r1_python_prepare_all
}
python_install_all() {
distutils-r1_python_install_all
use examples && dodoc -r examples
}
-40
View File
@@ -1,40 +0,0 @@
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="A light weight Python library for the Spotify Web API"
HOMEPAGE="https://spotipy.readthedocs.io"
SRC_URI="https://github.com/plamere/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
KEYWORDS="amd64 arm arm64 x86"
SLOT="0"
IUSE="examples"
RDEPEND="
dev-python/redis[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/urllib3[${PYTHON_USEDEP}]
"
BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
distutils_enable_sphinx docs
distutils_enable_tests pytest
python_prepare_all() {
# Needs internet access
sed -i -e 's:test_spotify_client_credentials_get_access_token:_&:' \
tests/unit/test_oauth.py || die
distutils-r1_python_prepare_all
}
python_install_all() {
distutils-r1_python_install_all
use examples && dodoc -r examples
}