From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tekore/
Date: Thu, 23 Nov 2023 04:19:34 +0000 (UTC) [thread overview]
Message-ID: <1700712221.2dbb849c3267731bf152bc4ab50cb6d133f908fd.mgorny@gentoo> (raw)
commit: 2dbb849c3267731bf152bc4ab50cb6d133f908fd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 23 03:57:38 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov 23 04:03:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dbb849c
dev-python/tekore: Bump to 5.2.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tekore/Manifest | 1 +
dev-python/tekore/tekore-5.2.1.ebuild | 51 +++++++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index 80c779e444de..b0256ac7a2d7 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -1 +1,2 @@
DIST tekore-5.2.0.gh.tar.gz 262281 BLAKE2B 84f759ed5856f9fdab2f4ef115cad11e021ac0c0c4006e7d07c23a413778d1c45e68d0b4bdb8234688c99f026daf519047e4ce7760a58c71e75aa30009472117 SHA512 9151d6d83420c8f80b420535b344063814ca2dc0ca5681c196e7c920844ad6b6305562e59a8d4e23c694eab2b47029cc735a4b0a079a98828252a09e75236a73
+DIST tekore-5.2.1.gh.tar.gz 262294 BLAKE2B 9572f4e45d4e90421b49697e816e4c83220af55360276f77ad86fd4469afdb214ec5dceab6e65170e9050d0e728f0f4998c99c30e6379c25c405f922b61ad853 SHA512 f91d9b166acf2a9906dff4aec00328221f4d54e6f833b982cc782168552284c29ddd03f8da052ccabd93dc2e7bbe72c95019599d6b57fcccd1561f36d7136e63
diff --git a/dev-python/tekore/tekore-5.2.1.ebuild b/dev-python/tekore/tekore-5.2.1.ebuild
new file mode 100644
index 000000000000..d6db14a71ee0
--- /dev/null
+++ b/dev-python/tekore/tekore-5.2.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Spotify Web API client"
+HOMEPAGE="
+ https://tekore.readthedocs.io/
+ https://github.com/felix-hilden/tekore/
+ https://pypi.org/project/tekore/
+"
+SRC_URI="
+ https://github.com/felix-hilden/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+KEYWORDS="~amd64"
+SLOT="0"
+
+RDEPEND="
+ <dev-python/httpx-0.26[${PYTHON_USEDEP}]
+ >=dev-python/pydantic-1.8[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+ test? (
+ >=dev-python/pydantic-2[${PYTHON_USEDEP}]
+ >=dev-python/pytest-asyncio-0.17[${PYTHON_USEDEP}]
+ dev-python/pytest-httpx[${PYTHON_USEDEP}]
+ )
+"
+
+DOCS=( readme.rst )
+
+distutils_enable_tests pytest
+# TODO: package sphinx_codeautolink
+# distutils_enable_sphinx docs/src \
+# dev-python/sphinx-rtd-theme \
+# dev-python/sphinx-tabs \
+# dev-python/sphinx-autodoc-typehints
+
+EPYTEST_DESELECT=(
+ # Internet
+ tests/auth/expiring.py::TestCredentialsOnline::test_bad_arguments_raises_error
+)
next reply other threads:[~2023-11-23 4:19 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-23 4:19 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-12 4:15 [gentoo-commits] repo/gentoo:master commit in: dev-python/tekore/ Michał Górny
2024-12-12 4:15 Michał Górny
2024-09-10 7:06 Michał Górny
2024-09-10 7:06 Michał Górny
2024-07-05 1:41 Michał Górny
2024-06-28 5:23 Michał Górny
2024-06-28 5:23 Michał Górny
2024-02-28 4:03 Michał Górny
2024-02-26 14:25 Michał Górny
2024-01-29 5:58 Michał Górny
2023-12-30 18:35 Michał Górny
2023-12-24 7:00 Michał Górny
2023-12-21 15:24 Michał Górny
2023-12-21 15:24 Michał Górny
2023-11-23 20:11 Michał Górny
2023-11-23 4:19 Michał Górny
2023-11-06 6:22 Michał Górny
2023-10-15 3:26 Michał Górny
2023-10-06 18:12 Michał Górny
2023-10-04 17:43 Michał Górny
2023-07-24 11:34 Michał Górny
2023-07-07 3:15 Michał Górny
2023-07-06 13:50 Michał Górny
2023-06-19 4:58 Michał Górny
2023-06-18 17:18 Michał Górny
2023-06-18 17:13 Michał Górny
2023-05-26 17:44 Michał Górny
2023-04-13 5:13 Michał Górny
2022-11-14 5:07 Michał Górny
2022-11-07 5:54 Michał Górny
2022-10-08 12:29 Andrew Ammerlaan
2022-06-16 8:09 Michał Górny
2022-05-25 7:12 Michał Górny
2022-03-16 8:00 Michał Górny
2022-03-14 13:30 Andrew Ammerlaan
2022-01-27 23:05 Michał Górny
2022-01-19 22:59 Michał Górny
2021-11-20 18:08 Michał Górny
2021-10-17 9:41 Michał Górny
2021-09-09 21:25 Michał Górny
2021-06-19 12:01 Michał Górny
2021-06-19 12:01 Michał Górny
2021-05-26 13:33 Andrew Ammerlaan
2021-05-20 15:02 Andrew Ammerlaan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1700712221.2dbb849c3267731bf152bc4ab50cb6d133f908fd.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox