public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/discogs-client/
Date: Sat, 10 Sep 2022 18:45:30 +0000 (UTC)	[thread overview]
Message-ID: <1662835429.bff989c603f3922a329d0b371e0aa411a2cb547e.arthurzam@gentoo> (raw)

commit:     bff989c603f3922a329d0b371e0aa411a2cb547e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 10 18:43:49 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 10 18:43:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff989c6

dev-python/discogs-client: add 2.4

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/discogs-client/Manifest                 |  1 +
 .../discogs-client/discogs-client-2.4.ebuild       | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/discogs-client/Manifest b/dev-python/discogs-client/Manifest
index 2fcd15853789..3d45913d2a3b 100644
--- a/dev-python/discogs-client/Manifest
+++ b/dev-python/discogs-client/Manifest
@@ -1 +1,2 @@
 DIST python3-discogs-client-2.3.15.tar.gz 35059 BLAKE2B fe2b577b4810480fcad8a76c8f961809baa5b217c0d01c262f4a6a0a2993b2a6d2515edf90f276f7a104f6bdf0a1edb0f439c69e51507e3c0cf1ab927049e7f7 SHA512 8da52cc6c125cc4b3c5fb93626075ba32046798f71f72cc9f685fdf10a92a813fbd74b35625994cd4c6b7e394e36265ce01a33b52b607bf498a5f11f68d82ad9
+DIST python3-discogs-client-2.4.tar.gz 35724 BLAKE2B 98976cb4bd52c459ab63e5d178bc0a7eb2c6ee56ff866d2248b326423a9b7f5187ed348d3cfa67d2aa38b1f4cc107367351e40408b9f577ecec27f28724d9be3 SHA512 96a3f1e653c95751b790f58dae2efd7e33a1af581a945327704a31df96e99dad543ca978c4e42f6f05824f6f74ccfcf7fe5e59e46c82df1634a655581d833442

diff --git a/dev-python/discogs-client/discogs-client-2.4.ebuild b/dev-python/discogs-client/discogs-client-2.4.ebuild
new file mode 100644
index 000000000000..6e7748b475a9
--- /dev/null
+++ b/dev-python/discogs-client/discogs-client-2.4.ebuild
@@ -0,0 +1,35 @@
+# 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


             reply	other threads:[~2022-09-10 18:45 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-10 18:45 Arthur Zamarin [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-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-05-16 13:17 Michał Górny
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=1662835429.bff989c603f3922a329d0b371e0aa411a2cb547e.arthurzam@gentoo \
    --to=arthurzam@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