From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/discogs-client/
Date: Mon, 16 May 2022 13:17:43 +0000 (UTC) [thread overview]
Message-ID: <1652707051.56bf30c6699505ee5a46d0a3b49e94197fa842ca.mgorny@gentoo> (raw)
commit: 56bf30c6699505ee5a46d0a3b49e94197fa842ca
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 13:15:48 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 16 13:17:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56bf30c6
dev-python/discogs-client: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/discogs-client/Manifest | 2 --
.../discogs-client/discogs-client-2.3.12-r1.ebuild | 33 ----------------------
.../discogs-client/discogs-client-2.3.13.ebuild | 32 ---------------------
3 files changed, 67 deletions(-)
diff --git a/dev-python/discogs-client/Manifest b/dev-python/discogs-client/Manifest
index e4a2fb8783b2..e240e22a0f27 100644
--- a/dev-python/discogs-client/Manifest
+++ b/dev-python/discogs-client/Manifest
@@ -1,3 +1 @@
-DIST discogs-client-2.3.12.tar.gz 32604 BLAKE2B 6c7960263d0158fc796edd76f6ccc549d582cbd96666cbf3ae10a3215eee6464c857e1b46c8e76ad2a48308ae9353c347a421189b3c754bd23a0f2ec455d9cfa SHA512 c14ea953e92f2d77909a7af8f840ee5a1df2416e16f6de0b7f0e988f6ef56a07fc04c75b247508dc0d1b5f7033faf6cce80196b610d1169a23350d3e816e2925
-DIST python3-discogs-client-2.3.13.tar.gz 34228 BLAKE2B 621e181bc07c48ca387638fd49bf1b92fc06e1f3b57428a13bdf93c634ceadb8c128dc9c48bebed4d2ef774d301ab70d43935efa903365a1df5ccb6991b689b3 SHA512 7fd3f98c1374173c54d3f4731fcb093548b85ca7c0d5d3396e40733e64306eb29e14b5de0d30269ad92cb0a0b8bbbfeb8b739454e251638472b8c7ffaff4d27e
DIST python3-discogs-client-2.3.14.tar.gz 34461 BLAKE2B 7212e220e1ea68bf71e8ddf54ee5d820e7cb7203e1d34b34abf818227e1f842b6ea680101e7a761ae448d0dbc298e8c33ae9969c7c3d1c93ca912d92274d52c0 SHA512 356faf54025691a3af74d947589132d5c159176146669572d14490ece05a0e4546bf0a05bfee4669518c157957cc52eb7842008e7da5555347365236ae19b63d
diff --git a/dev-python/discogs-client/discogs-client-2.3.12-r1.ebuild b/dev-python/discogs-client/discogs-client-2.3.12-r1.ebuild
deleted file mode 100644
index 36b9175dec97..000000000000
--- a/dev-python/discogs-client/discogs-client-2.3.12-r1.ebuild
+++ /dev/null
@@ -1,33 +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
-
-if [[ ${PV} == "9999" ]]; then
- EGIT_REPO_URI="https://github.com/joalla/discogs_client.git"
- inherit git-r3
-else
- MY_PN='python3-discogs-client'
- MY_P=${MY_PN}-${PV}
- SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
- S="${WORKDIR}/${MY_P}"
-fi
-
-DESCRIPTION="Continuation of the official Python API client for Discogs"
-HOMEPAGE="https://github.com/joalla/discogs_client https://pypi.org/project/python3-discogs-client/"
-
-LICENSE="BSD-2"
-SLOT="0"
-
-RDEPEND="
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/oauthlib[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests nose
diff --git a/dev-python/discogs-client/discogs-client-2.3.13.ebuild b/dev-python/discogs-client/discogs-client-2.3.13.ebuild
deleted file mode 100644
index 2ca0f4090ab6..000000000000
--- a/dev-python/discogs-client/discogs-client-2.3.13.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]]; then
- EGIT_REPO_URI="https://github.com/joalla/discogs_client.git"
- inherit git-r3
-else
- SRC_URI="mirror://pypi/p/python3-${PN}/python3-${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
- S="${WORKDIR}/python3-${P}"
-fi
-
-DESCRIPTION="Continuation of the official Python API client for Discogs"
-HOMEPAGE="https://github.com/joalla/discogs_client
- https://pypi.org/project/python3-discogs-client/"
-
-LICENSE="BSD-2"
-SLOT="0"
-
-RDEPEND="
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/oauthlib[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
next reply other threads:[~2022-05-16 13:17 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-16 13:17 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-06-06 17:39 [gentoo-commits] repo/gentoo:master commit in: dev-python/discogs-client/ Arthur Zamarin
2023-01-13 17:13 Michał Górny
2023-01-13 14:50 Sam James
2022-12-13 19:53 Arthur Zamarin
2022-11-05 11:05 Michał Górny
2022-11-05 6:27 Sam James
2022-10-15 6:49 Michał Górny
2022-10-14 19:04 Sam James
2022-10-05 9:41 Michał Górny
2022-09-10 18:45 Arthur Zamarin
2022-09-10 18:45 Arthur Zamarin
2022-06-22 13:22 Agostino Sarubbo
2022-06-16 8:05 Michał Górny
2022-06-15 11:32 Michał Górny
2022-06-07 21:09 Sam James
2022-03-21 8:54 Michał Górny
2022-02-05 16:51 Arthur Zamarin
2022-02-05 16:51 Arthur Zamarin
2022-02-05 16:51 Arthur Zamarin
2021-09-09 11:09 Louis Sautier
2021-08-22 22:21 Louis Sautier
2021-08-22 22:21 Louis Sautier
2021-06-01 0:40 Sam James
2021-06-01 0:28 Sam James
2021-06-01 0:28 Sam James
2021-06-01 0:28 Sam James
2021-05-14 11:21 Sam James
2020-05-04 10:48 Michał Górny
2020-04-21 8:08 Michał Górny
2020-04-21 8:08 Michał Górny
2020-02-05 5:50 Michał Górny
2020-02-05 5:50 Michał Górny
2018-04-07 7:14 Michał Górny
2017-10-14 14:28 Jonas Stein
2016-02-18 15:23 Patrick Lauer
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=1652707051.56bf30c6699505ee5a46d0a3b49e94197fa842ca.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