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: Mon, 24 Jul 2023 11:34:26 +0000 (UTC) [thread overview]
Message-ID: <1690198455.14aa2f57b99f569876a5e971cfebc96915086038.mgorny@gentoo> (raw)
commit: 14aa2f57b99f569876a5e971cfebc96915086038
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 11:20:06 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 11:34:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14aa2f57
dev-python/tekore: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tekore/Manifest | 2 --
dev-python/tekore/tekore-4.6.1.ebuild | 49 --------------------------------
dev-python/tekore/tekore-5.0.0.ebuild | 53 -----------------------------------
3 files changed, 104 deletions(-)
diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index 5a7d2e82e0a0..1a67c847de63 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -1,3 +1 @@
-DIST tekore-4.6.1.gh.tar.gz 264775 BLAKE2B 38371bfd377c51d0dc790ad1571573709b6f233e1174addb1621ae7603a50a3dfd7274d74243f95c51b94ab22143e69417ad02110a71d5db4d98516f29b9a308 SHA512 0e76434da0a03e2e808009ca471bcf2dae25db0cc27769d5df9ec1075ca177d3d6faaa35fbf3532646b6bad27dc503c8262361dda23127ee3b8bc4e4e4abfe06
-DIST tekore-5.0.0.gh.tar.gz 261056 BLAKE2B 3d3659d68329b0cd4de655cae018b89ad0bbe0173087f11b3ad9cf6af0be60a6c0202978316321c4962ff6259126159b84d48a8dafe916f687a8098240d218dd SHA512 60e269bac72b7717f7f81a2865b4e317c7d4f161457b8c12073150dbc3a1ea8307c3256e28381cc4c7b1f1daf698c9083890f498d0d96067d4bd1df5f15b10da
DIST tekore-5.0.1.gh.tar.gz 261087 BLAKE2B a5355f6604dee84cbd169b7de2574f5a46b5651784f9aa8201b56127dbac239c58548c8a1ae9928ba3da19a6275cf7f3eb4139d5a0402bb99548bfae051d89a3 SHA512 6c49f6434434d68845aa5e7de8cb2b2075921b9c27f36f2e5d8a8e0ea14996e7cf96e44bd2bc4081278c329e157c30c4aa95192b14d99df8bf607bce10cdd6a8
diff --git a/dev-python/tekore/tekore-4.6.1.ebuild b/dev-python/tekore/tekore-4.6.1.ebuild
deleted file mode 100644
index f8202397c736..000000000000
--- a/dev-python/tekore/tekore-4.6.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# 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.25[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
- test? (
- >=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
-)
diff --git a/dev-python/tekore/tekore-5.0.0.ebuild b/dev-python/tekore/tekore-5.0.0.ebuild
deleted file mode 100644
index 792363389a51..000000000000
--- a/dev-python/tekore/tekore-5.0.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# 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.25[${PYTHON_USEDEP}]
- >=dev-python/pydantic-1.8[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
- test? (
- >=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
- # minor mismatch due to pydantic-2
- # https://github.com/felix-hilden/tekore/issues/293
- tests/model.py::TestModel::test_enum_in_model
-)
next reply other threads:[~2023-07-24 11:34 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-24 11:34 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-10 7:06 [gentoo-commits] repo/gentoo:master commit in: dev-python/tekore/ 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-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-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=1690198455.14aa2f57b99f569876a5e971cfebc96915086038.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