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/discogs-client/
Date: Sat, 05 Nov 2022 11:05:57
Message-Id: 1667646106.807f69003b07735bb73c3036c91bb2643a7d6e50.mgorny@gentoo
1 commit: 807f69003b07735bb73c3036c91bb2643a7d6e50
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 5 11:01:46 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 5 11:01:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=807f6900
7
8 dev-python/discogs-client: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/discogs-client/Manifest | 1 -
13 .../discogs-client/discogs-client-2.4.ebuild | 35 ----------------------
14 2 files changed, 36 deletions(-)
15
16 diff --git a/dev-python/discogs-client/Manifest b/dev-python/discogs-client/Manifest
17 index a98a8521d701..eb50cfca2ea4 100644
18 --- a/dev-python/discogs-client/Manifest
19 +++ b/dev-python/discogs-client/Manifest
20 @@ -1,2 +1 @@
21 -DIST python3-discogs-client-2.4.tar.gz 35724 BLAKE2B 98976cb4bd52c459ab63e5d178bc0a7eb2c6ee56ff866d2248b326423a9b7f5187ed348d3cfa67d2aa38b1f4cc107367351e40408b9f577ecec27f28724d9be3 SHA512 96a3f1e653c95751b790f58dae2efd7e33a1af581a945327704a31df96e99dad543ca978c4e42f6f05824f6f74ccfcf7fe5e59e46c82df1634a655581d833442
22 DIST python3-discogs-client-2.5.tar.gz 36003 BLAKE2B e2350cc2eed986566be79ce3b529885113739da6b42f77dd405456e0552a68d51d1945f3ba569e05b9afc6304233a8b5ebe7c9f4f8105d62d9d159da7a0ff3ec SHA512 d6c90d6f0b472cdeda2a0d019386e3ab609ff46a82c3eefcd9b69162e1f94b34d58916dfb2364afb8cd9def0bf11e60cbed2e2c2dbb03206ea9a0faf141aa4ec
23
24 diff --git a/dev-python/discogs-client/discogs-client-2.4.ebuild b/dev-python/discogs-client/discogs-client-2.4.ebuild
25 deleted file mode 100644
26 index 259b45e3f147..000000000000
27 --- a/dev-python/discogs-client/discogs-client-2.4.ebuild
28 +++ /dev/null
29 @@ -1,35 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_USE_PEP517=setuptools
36 -PYTHON_COMPAT=( python3_{8..11} )
37 -
38 -inherit distutils-r1
39 -
40 -if [[ ${PV} == 9999 ]]; then
41 - EGIT_REPO_URI="https://github.com/joalla/discogs_client.git"
42 - inherit git-r3
43 -else
44 - SRC_URI="mirror://pypi/p/python3-${PN}/python3-${P}.tar.gz"
45 - KEYWORDS="amd64 ~x86"
46 - S="${WORKDIR}/python3-${P}"
47 -fi
48 -
49 -DESCRIPTION="Continuation of the official Python API client for Discogs"
50 -HOMEPAGE="
51 - https://github.com/joalla/discogs_client/
52 - https://pypi.org/project/python3-discogs-client/
53 -"
54 -
55 -LICENSE="BSD-2"
56 -SLOT="0"
57 -
58 -RDEPEND="
59 - dev-python/requests[${PYTHON_USEDEP}]
60 - dev-python/oauthlib[${PYTHON_USEDEP}]
61 - dev-python/python-dateutil[${PYTHON_USEDEP}]
62 -"
63 -
64 -distutils_enable_tests unittest