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, 27 Jan 2022 23:05:54 +0000 (UTC) [thread overview]
Message-ID: <1643324750.98e2d8e1059a6557db218129e0849042af55a800.mgorny@gentoo> (raw)
commit: 98e2d8e1059a6557db218129e0849042af55a800
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 27 21:42:11 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 27 23:05:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e2d8e1
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.0.0.ebuild | 40 -----------------------------------
dev-python/tekore/tekore-4.1.0.ebuild | 40 -----------------------------------
3 files changed, 82 deletions(-)
diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index 6984225cd2a9..d4136029fda7 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -1,3 +1 @@
-DIST tekore-4.0.0.tar.gz 259755 BLAKE2B 5c4c990c14187c20ef3566d1bc0cf32e50fe108d90b59126e2d56105b6fe053ca02c98e7ad7a4fa09345792106e956873a0f42b8492420bd74898557c6d97f23 SHA512 7e5cf6044a6a7045257b9b9830fe4bdb6fb175240b295da3f93cb0557150536655ddf44ab551b52182815fc517b8e43ee704b1061db1284426574e741f7d9a56
-DIST tekore-4.1.0.tar.gz 260732 BLAKE2B 91b9158ee73b8baaaa7134c1c6211a3a491a2669b9b21ed66361d0391d591168eecefe10dfa821a1f6fd9a8e8ab26d166fdf7dfa414b5c1b5d94de6efbea0364 SHA512 424a63d044b0bd9fcf0e3ec0a2ea292860de52ee166a558066b3b5ab382dbf0933116fe0691214e85fdfc10ad3e79cae007876e626e3d61095c63e2765965052
DIST tekore-4.2.0.tar.gz 261053 BLAKE2B 16e76c7e4ff147140bb5a698381249d135e45cb9bcba23ac14c811bfe220c08e8da003ded44526f5d8f46fc9e439d750c3b21560b38b382751a5d0ee834b72eb SHA512 e22232eb7d4ce453e8338b07caad56b04ec35bf7b4ef2207dae450404e62afaca32b29a74155c99918bea75b0cfb80cc847242ff2ec4762abb8a45c1eb6d6d60
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.1.0.ebuild
deleted file mode 100644
index 482bcbb26c67..000000000000
--- a/dev-python/tekore/tekore-4.1.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.22[${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
-)
next reply other threads:[~2022-01-27 23:05 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-27 23:05 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-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-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=1643324750.98e2d8e1059a6557db218129e0849042af55a800.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