summaryrefslogtreecommitdiff
path: root/dev-python/python3-discogs-client
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-07-16 03:04:46 -0500
committerroot <root@alpha.trunkmasters.com>2026-07-16 03:04:46 -0500
commit8e53963e2d61f91f497fbe023b36ad060a352df6 (patch)
treed1ff4c11de3fd2ea3d6ddd2729749ceabcc77713 /dev-python/python3-discogs-client
parent2c34c3402bb20be0fbb58513da479b431ecc7320 (diff)
downloadbaldeagleos-repo-8e53963e2d61f91f497fbe023b36ad060a352df6.tar.gz
baldeagleos-repo-8e53963e2d61f91f497fbe023b36ad060a352df6.tar.xz
baldeagleos-repo-8e53963e2d61f91f497fbe023b36ad060a352df6.zip
Adding metadata
Diffstat (limited to 'dev-python/python3-discogs-client')
-rw-r--r--dev-python/python3-discogs-client/Manifest1
-rw-r--r--dev-python/python3-discogs-client/python3-discogs-client-2.9.ebuild34
2 files changed, 35 insertions, 0 deletions
diff --git a/dev-python/python3-discogs-client/Manifest b/dev-python/python3-discogs-client/Manifest
index 51c24ab084e7..d35f22ab41cd 100644
--- a/dev-python/python3-discogs-client/Manifest
+++ b/dev-python/python3-discogs-client/Manifest
@@ -1 +1,2 @@
DIST python3_discogs_client-2.8.tar.gz 37416 BLAKE2B aec54b1fa383c673a94dbc9f8f3ff6dbf580b741ebeb2851b76224f5fe408bb316bbf83b42cde15569261eb3e3a4529312c2cb900f8c2a3b0b8bdbe27b50bd98 SHA512 7137ba2c298318cbdb2a0e41c3780c62c4780fbcfc77f03cc88341f7b7e42fdb8962ce91713d5bccd4afcd6173e0b4a2198a6b50b4b90c0baf05cb03746f6d5f
+DIST python3_discogs_client-2.9.tar.gz 38176 BLAKE2B bc47e75b35eecdf146dd9406c9f260a2924019afdb3b657cbf9059512e51121ff00089d8a7a150490d16b58dac47b44b9f9aa306b963a27893039a4b588804b8 SHA512 74d7a121043117ffdda7edbd049e4e50ee954e9012222c1d7816650a2e7611ce0157abd0ebb42252777fcf31fb03d4a49c0ed2c0eebb0729a3c33f6fe0b25560
diff --git a/dev-python/python3-discogs-client/python3-discogs-client-2.9.ebuild b/dev-python/python3-discogs-client/python3-discogs-client-2.9.ebuild
new file mode 100644
index 000000000000..5fb4047649b1
--- /dev/null
+++ b/dev-python/python3-discogs-client/python3-discogs-client-2.9.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{13..14} )
+
+inherit distutils-r1
+
+if [[ ${PV} == 9999 ]]; then
+ EGIT_REPO_URI="https://github.com/joalla/discogs_client.git"
+ inherit git-r3
+else
+ inherit pypi
+ KEYWORDS="~amd64 ~arm64 ~x86"
+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