summaryrefslogtreecommitdiff
path: root/dev-python/tekore
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-02-02 01:39:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-02-02 01:39:05 +0000
commitfcc5224904648a8e6eb528d7603154160a20022f (patch)
tree3bfce096b38a9cea8eed13fc70c1526c456e9abd /dev-python/tekore
parent2fd57282f0262ca084e05b0f2c63fbada395d02b (diff)
gentoo resync : 02.02.2022
Diffstat (limited to 'dev-python/tekore')
-rw-r--r--dev-python/tekore/Manifest6
-rw-r--r--dev-python/tekore/tekore-4.0.0.ebuild40
-rw-r--r--dev-python/tekore/tekore-4.2.0.ebuild (renamed from dev-python/tekore/tekore-4.1.0.ebuild)5
3 files changed, 5 insertions, 46 deletions
diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index df804c4a2af6..bfe958f689a9 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -1,5 +1,3 @@
-DIST tekore-4.0.0.tar.gz 259755 BLAKE2B 5c4c990c14187c20ef3566d1bc0cf32e50fe108d90b59126e2d56105b6fe053ca02c98e7ad7a4fa09345792106e956873a0f42b8492420bd74898557c6d97f23 SHA512 7e5cf6044a6a7045257b9b9830fe4bdb6fb175240b295da3f93cb0557150536655ddf44ab551b52182815fc517b8e43ee704b1061db1284426574e741f7d9a56
-DIST tekore-4.1.0.tar.gz 260732 BLAKE2B 91b9158ee73b8baaaa7134c1c6211a3a491a2669b9b21ed66361d0391d591168eecefe10dfa821a1f6fd9a8e8ab26d166fdf7dfa414b5c1b5d94de6efbea0364 SHA512 424a63d044b0bd9fcf0e3ec0a2ea292860de52ee166a558066b3b5ab382dbf0933116fe0691214e85fdfc10ad3e79cae007876e626e3d61095c63e2765965052
-EBUILD tekore-4.0.0.ebuild 819 BLAKE2B 0e1b60ca9b536a4b33c9d3769bd03fcfbfdf0e8787d1f16faad6ad99a7cac701210d36a23816baa9890677eeae8ce3e642c4d140975d534778a975f5cd88bcc8 SHA512 89470324287fb1c85294a89e1b5fb50ba2302e2cc7dbc2b493470a744a86cee5f24c84130e7fab41600bc7112cf706a126dfc3f5e038b2772c2fa950050189ea
-EBUILD tekore-4.1.0.ebuild 819 BLAKE2B d2168515ffd64d360b0b792862df6a74a4936396785618d7545202a4c3746307c6e84fc0a7c2be1a42bec703cb706cbe82f72ae564ad917df9b226007069e4b1 SHA512 7efd43f304a379b57bbb1a7bf1ae6886e4b4a8903d81e093bb4026025ef2712fba6d4fb5e41ebf71603bc5286faa784a593c21cbfc20838a20d18ed8778cf2e5
+DIST tekore-4.2.0.tar.gz 261053 BLAKE2B 16e76c7e4ff147140bb5a698381249d135e45cb9bcba23ac14c811bfe220c08e8da003ded44526f5d8f46fc9e439d750c3b21560b38b382751a5d0ee834b72eb SHA512 e22232eb7d4ce453e8338b07caad56b04ec35bf7b4ef2207dae450404e62afaca32b29a74155c99918bea75b0cfb80cc847242ff2ec4762abb8a45c1eb6d6d60
+EBUILD tekore-4.2.0.ebuild 851 BLAKE2B 345a47c7d16da638e0cf9b4a0587994baf4753bcab0f16761b82082a9d9f0566229284e8486a8d2f6267cbc3b193609c50ba94ba354f076c2660a925fc317182 SHA512 48cef4413587ad35e468b594a9bb0a4dc1c70ccfc5ee57bd8ad30a1017a0c125c09b3c6342cd6b7c8f4550ca86e97755db276aa290e53d3aab7cbeea9de9b462
MISC metadata.xml 513 BLAKE2B c6af854b6f684809ccdf1fbf573013580f9d56ab644913d3a095734867f654ec42b4d694e4197418a20e5fa7291737e14c3189bfad9e5cbe0aa9182db2197af6 SHA512 4d7fa6932a8d832226a080294177e08f7891e39fbd5f379f269268b1c21a8e28129c91f7f2c3b32e56de49c0a2d0a3365a5f57dd7445dd3ce09eae01b21409d9
diff --git a/dev-python/tekore/tekore-4.0.0.ebuild b/dev-python/tekore/tekore-4.0.0.ebuild
deleted file mode 100644
index fd70d3d6296c..000000000000
--- a/dev-python/tekore/tekore-4.0.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Spotify Web API client"
-HOMEPAGE="
- https://tekore.readthedocs.io
- https://github.com/felix-hilden/tekore
-"
-SRC_URI="https://github.com/felix-hilden/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64"
-SLOT="0"
-
-RDEPEND="
- <dev-python/httpx-0.20[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
- test? (
- >=dev-python/pytest-asyncio-0.11[${PYTHON_USEDEP}]
- )
-"
-
-DOCS=( readme.rst )
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs/src \
- dev-python/sphinx_rtd_theme \
- dev-python/sphinx-autodoc-typehints
-
-EPYTEST_DESELECT=(
- # Internet
- tests/auth/expiring.py::TestCredentialsOnline::test_bad_arguments_raises_error
-)
diff --git a/dev-python/tekore/tekore-4.1.0.ebuild b/dev-python/tekore/tekore-4.2.0.ebuild
index 482bcbb26c67..839a36c242bd 100644
--- a/dev-python/tekore/tekore-4.1.0.ebuild
+++ b/dev-python/tekore/tekore-4.2.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -23,7 +24,7 @@ RDEPEND="
BDEPEND="
test? (
- >=dev-python/pytest-asyncio-0.11[${PYTHON_USEDEP}]
+ >=dev-python/pytest-asyncio-0.17[${PYTHON_USEDEP}]
)
"