Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/discogs-client/
Date: Tue, 01 Jun 2021 00:28:29
Message-Id: 1622507263.cb04e9bc5661250606e52353568a0c8cc5bdabde.sam@gentoo
1 commit: cb04e9bc5661250606e52353568a0c8cc5bdabde
2 Author: Guillaume Seren <guillaumeseren <AT> gmail <DOT> com>
3 AuthorDate: Wed May 26 10:48:01 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 00:27:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb04e9bc
7
8 dev-python/discogs-client: Clean old ebuild
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Closes: https://bugs.gentoo.org/790215
12 Signed-off-by: Guillaume Seren <guillaumeseren <AT> gmail.com>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-python/discogs-client/Manifest | 1 -
16 .../discogs-client/discogs-client-2.2.2.ebuild | 23 ----------------------
17 2 files changed, 24 deletions(-)
18
19 diff --git a/dev-python/discogs-client/Manifest b/dev-python/discogs-client/Manifest
20 index 586e6df1b82..5c531fa574a 100644
21 --- a/dev-python/discogs-client/Manifest
22 +++ b/dev-python/discogs-client/Manifest
23 @@ -1,2 +1 @@
24 -DIST discogs-client-2.2.2.tar.gz 25005 BLAKE2B 1e87ce7a1cfd2d72a3dbbc0544a4e6a91d451c9d65c0712f261297e6bf4a46663bfe73d59781c9159902666cb10c0d1594a37ee6493623f794e0f4ec6ec6cfb0 SHA512 cf08526f739216efa9ef628f28650c8074cd6ddb21e0ab5431a8c8864c1f2707f612b065baf6b2f907b7fa7cdf2cfe5905cbefddb02c6f8f1c7796b0631a2ba7
25 DIST discogs-client-2.3.12.tar.gz 32604 BLAKE2B 6c7960263d0158fc796edd76f6ccc549d582cbd96666cbf3ae10a3215eee6464c857e1b46c8e76ad2a48308ae9353c347a421189b3c754bd23a0f2ec455d9cfa SHA512 c14ea953e92f2d77909a7af8f840ee5a1df2416e16f6de0b7f0e988f6ef56a07fc04c75b247508dc0d1b5f7033faf6cce80196b610d1169a23350d3e816e2925
26
27 diff --git a/dev-python/discogs-client/discogs-client-2.2.2.ebuild b/dev-python/discogs-client/discogs-client-2.2.2.ebuild
28 deleted file mode 100644
29 index bb0ce05da41..00000000000
30 --- a/dev-python/discogs-client/discogs-client-2.2.2.ebuild
31 +++ /dev/null
32 @@ -1,23 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -PYTHON_COMPAT=( python3_{7..9} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Official Python API client for Discogs"
42 -HOMEPAGE="https://github.com/discogs/discogs_client https://pypi.org/project/discogs-client/"
43 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="BSD-2"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -
49 -RDEPEND="
50 - dev-python/requests[${PYTHON_USEDEP}]
51 - dev-python/oauth2[${PYTHON_USEDEP}]
52 - dev-python/oauthlib[${PYTHON_USEDEP}]
53 - "
54 -
55 -distutils_enable_tests unittest