public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/discogs-client/
Date: Tue,  1 Jun 2021 00:28:23 +0000 (UTC)	[thread overview]
Message-ID: <1622507261.f3526922f30a5b767c7deb9bbb1465925a909506.sam@gentoo> (raw)

commit:     f3526922f30a5b767c7deb9bbb1465925a909506
Author:     Guillaume Seren <guillaumeseren <AT> gmail <DOT> com>
AuthorDate: Wed May 26 10:44:30 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun  1 00:27:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3526922

dev-python/discogs-client: Version bump 2.3.12

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Closes: https://bugs.gentoo.org/790215
Signed-off-by: Guillaume Seren <guillaumeseren <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/discogs-client/Manifest                 |  1 +
 .../discogs-client/discogs-client-2.3.12.ebuild    | 41 ++++++++++++++++++++++
 dev-python/discogs-client/metadata.xml             | 12 +++++--
 3 files changed, 52 insertions(+), 2 deletions(-)

diff --git a/dev-python/discogs-client/Manifest b/dev-python/discogs-client/Manifest
index df1ae110a0d..586e6df1b82 100644
--- a/dev-python/discogs-client/Manifest
+++ b/dev-python/discogs-client/Manifest
@@ -1 +1,2 @@
 DIST discogs-client-2.2.2.tar.gz 25005 BLAKE2B 1e87ce7a1cfd2d72a3dbbc0544a4e6a91d451c9d65c0712f261297e6bf4a46663bfe73d59781c9159902666cb10c0d1594a37ee6493623f794e0f4ec6ec6cfb0 SHA512 cf08526f739216efa9ef628f28650c8074cd6ddb21e0ab5431a8c8864c1f2707f612b065baf6b2f907b7fa7cdf2cfe5905cbefddb02c6f8f1c7796b0631a2ba7
+DIST discogs-client-2.3.12.tar.gz 32604 BLAKE2B 6c7960263d0158fc796edd76f6ccc549d582cbd96666cbf3ae10a3215eee6464c857e1b46c8e76ad2a48308ae9353c347a421189b3c754bd23a0f2ec455d9cfa SHA512 c14ea953e92f2d77909a7af8f840ee5a1df2416e16f6de0b7f0e988f6ef56a07fc04c75b247508dc0d1b5f7033faf6cce80196b610d1169a23350d3e816e2925

diff --git a/dev-python/discogs-client/discogs-client-2.3.12.ebuild b/dev-python/discogs-client/discogs-client-2.3.12.ebuild
new file mode 100644
index 00000000000..95c5762af1b
--- /dev/null
+++ b/dev-python/discogs-client/discogs-client-2.3.12.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+if [[ ${PV} == "9999" ]]; then
+	EGIT_REPO_URI="https://github.com/joalla/discogs_client.git"
+	inherit git-r3
+	KEYWORDS="~amd64 ~x86"
+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/oauth2[${PYTHON_USEDEP}]
+	dev-python/oauthlib[${PYTHON_USEDEP}]
+	"
+BDEPEND="
+	dev-python/oauthlib[${PYTHON_USEDEP}]
+	dev-python/pyyaml[${PYTHON_USEDEP}]
+	dev-python/sh[${PYTHON_USEDEP}]
+	dev-python/python-dateutil[${PYTHON_USEDEP}]
+	"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+distutils_enable_tests nose

diff --git a/dev-python/discogs-client/metadata.xml b/dev-python/discogs-client/metadata.xml
index f4f520916ed..0f66467dd02 100644
--- a/dev-python/discogs-client/metadata.xml
+++ b/dev-python/discogs-client/metadata.xml
@@ -5,8 +5,16 @@
     <email>python@gentoo.org</email>
     <name>Python</name>
   </maintainer>
+  <maintainer type="person" proxied="yes">
+    <email>guillaumeseren@gmail.com</email>
+    <name>Guillaume Seren</name>
+  </maintainer>
+  <maintainer type="project" proxied="proxy">
+    <email>proxy-maint@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
   <upstream>
-    <remote-id type="pypi">discogs-client</remote-id>
-    <remote-id type="github">discogs/discogs_client</remote-id>
+    <remote-id type="pypi">python3-discogs-client</remote-id>
+    <remote-id type="github">joalla/discogs_client</remote-id>
   </upstream>
 </pkgmetadata>


             reply	other threads:[~2021-06-01  0:28 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-01  0:28 Sam James [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-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-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=1622507261.f3526922f30a5b767c7deb9bbb1465925a909506.sam@gentoo \
    --to=sam@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