Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tekore/
Date: Thu, 27 Jan 2022 23:05:58
Message-Id: 1643324750.98e2d8e1059a6557db218129e0849042af55a800.mgorny@gentoo
1 commit: 98e2d8e1059a6557db218129e0849042af55a800
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 27 21:42:11 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 27 23:05:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e2d8e1
7
8 dev-python/tekore: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/tekore/Manifest | 2 --
13 dev-python/tekore/tekore-4.0.0.ebuild | 40 -----------------------------------
14 dev-python/tekore/tekore-4.1.0.ebuild | 40 -----------------------------------
15 3 files changed, 82 deletions(-)
16
17 diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
18 index 6984225cd2a9..d4136029fda7 100644
19 --- a/dev-python/tekore/Manifest
20 +++ b/dev-python/tekore/Manifest
21 @@ -1,3 +1 @@
22 -DIST tekore-4.0.0.tar.gz 259755 BLAKE2B 5c4c990c14187c20ef3566d1bc0cf32e50fe108d90b59126e2d56105b6fe053ca02c98e7ad7a4fa09345792106e956873a0f42b8492420bd74898557c6d97f23 SHA512 7e5cf6044a6a7045257b9b9830fe4bdb6fb175240b295da3f93cb0557150536655ddf44ab551b52182815fc517b8e43ee704b1061db1284426574e741f7d9a56
23 -DIST tekore-4.1.0.tar.gz 260732 BLAKE2B 91b9158ee73b8baaaa7134c1c6211a3a491a2669b9b21ed66361d0391d591168eecefe10dfa821a1f6fd9a8e8ab26d166fdf7dfa414b5c1b5d94de6efbea0364 SHA512 424a63d044b0bd9fcf0e3ec0a2ea292860de52ee166a558066b3b5ab382dbf0933116fe0691214e85fdfc10ad3e79cae007876e626e3d61095c63e2765965052
24 DIST tekore-4.2.0.tar.gz 261053 BLAKE2B 16e76c7e4ff147140bb5a698381249d135e45cb9bcba23ac14c811bfe220c08e8da003ded44526f5d8f46fc9e439d750c3b21560b38b382751a5d0ee834b72eb SHA512 e22232eb7d4ce453e8338b07caad56b04ec35bf7b4ef2207dae450404e62afaca32b29a74155c99918bea75b0cfb80cc847242ff2ec4762abb8a45c1eb6d6d60
25
26 diff --git a/dev-python/tekore/tekore-4.0.0.ebuild b/dev-python/tekore/tekore-4.0.0.ebuild
27 deleted file mode 100644
28 index fd70d3d6296c..000000000000
29 --- a/dev-python/tekore/tekore-4.0.0.ebuild
30 +++ /dev/null
31 @@ -1,40 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -PYTHON_COMPAT=( python3_{8..10} )
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Spotify Web API client"
41 -HOMEPAGE="
42 - https://tekore.readthedocs.io
43 - https://github.com/felix-hilden/tekore
44 -"
45 -SRC_URI="https://github.com/felix-hilden/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -KEYWORDS="~amd64"
49 -SLOT="0"
50 -
51 -RDEPEND="
52 - <dev-python/httpx-0.20[${PYTHON_USEDEP}]
53 -"
54 -
55 -BDEPEND="
56 - test? (
57 - >=dev-python/pytest-asyncio-0.11[${PYTHON_USEDEP}]
58 - )
59 -"
60 -
61 -DOCS=( readme.rst )
62 -
63 -distutils_enable_tests pytest
64 -distutils_enable_sphinx docs/src \
65 - dev-python/sphinx_rtd_theme \
66 - dev-python/sphinx-autodoc-typehints
67 -
68 -EPYTEST_DESELECT=(
69 - # Internet
70 - tests/auth/expiring.py::TestCredentialsOnline::test_bad_arguments_raises_error
71 -)
72
73 diff --git a/dev-python/tekore/tekore-4.1.0.ebuild b/dev-python/tekore/tekore-4.1.0.ebuild
74 deleted file mode 100644
75 index 482bcbb26c67..000000000000
76 --- a/dev-python/tekore/tekore-4.1.0.ebuild
77 +++ /dev/null
78 @@ -1,40 +0,0 @@
79 -# Copyright 1999-2021 Gentoo Authors
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=8
83 -
84 -PYTHON_COMPAT=( python3_{8..10} )
85 -inherit distutils-r1
86 -
87 -DESCRIPTION="Spotify Web API client"
88 -HOMEPAGE="
89 - https://tekore.readthedocs.io
90 - https://github.com/felix-hilden/tekore
91 -"
92 -SRC_URI="https://github.com/felix-hilden/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
93 -
94 -LICENSE="MIT"
95 -KEYWORDS="~amd64"
96 -SLOT="0"
97 -
98 -RDEPEND="
99 - <dev-python/httpx-0.22[${PYTHON_USEDEP}]
100 -"
101 -
102 -BDEPEND="
103 - test? (
104 - >=dev-python/pytest-asyncio-0.11[${PYTHON_USEDEP}]
105 - )
106 -"
107 -
108 -DOCS=( readme.rst )
109 -
110 -distutils_enable_tests pytest
111 -distutils_enable_sphinx docs/src \
112 - dev-python/sphinx_rtd_theme \
113 - dev-python/sphinx-autodoc-typehints
114 -
115 -EPYTEST_DESELECT=(
116 - # Internet
117 - tests/auth/expiring.py::TestCredentialsOnline::test_bad_arguments_raises_error
118 -)