From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/python3-discogs-client/Manifest | 1 - dev-python/python3-discogs-client/metadata.xml | 21 ------------- .../python3-discogs-client-2.8.ebuild | 34 ---------------------- .../python3-discogs-client-9999.ebuild | 34 ---------------------- 4 files changed, 90 deletions(-) delete mode 100644 dev-python/python3-discogs-client/Manifest delete mode 100644 dev-python/python3-discogs-client/metadata.xml delete mode 100644 dev-python/python3-discogs-client/python3-discogs-client-2.8.ebuild delete mode 100644 dev-python/python3-discogs-client/python3-discogs-client-9999.ebuild (limited to 'dev-python/python3-discogs-client') diff --git a/dev-python/python3-discogs-client/Manifest b/dev-python/python3-discogs-client/Manifest deleted file mode 100644 index 51c24ab084e7..000000000000 --- a/dev-python/python3-discogs-client/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python3_discogs_client-2.8.tar.gz 37416 BLAKE2B aec54b1fa383c673a94dbc9f8f3ff6dbf580b741ebeb2851b76224f5fe408bb316bbf83b42cde15569261eb3e3a4529312c2cb900f8c2a3b0b8bdbe27b50bd98 SHA512 7137ba2c298318cbdb2a0e41c3780c62c4780fbcfc77f03cc88341f7b7e42fdb8962ce91713d5bccd4afcd6173e0b4a2198a6b50b4b90c0baf05cb03746f6d5f diff --git a/dev-python/python3-discogs-client/metadata.xml b/dev-python/python3-discogs-client/metadata.xml deleted file mode 100644 index d0e42c50c28e..000000000000 --- a/dev-python/python3-discogs-client/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - python@gentoo.org - Python - - - guillaumeseren@gmail.com - Guillaume Seren - - - proxy-maint@gentoo.org - Proxy Maintainers - - - - python3-discogs-client - joalla/discogs_client - - diff --git a/dev-python/python3-discogs-client/python3-discogs-client-2.8.ebuild b/dev-python/python3-discogs-client/python3-discogs-client-2.8.ebuild deleted file mode 100644 index 212ea6352b5a..000000000000 --- a/dev-python/python3-discogs-client/python3-discogs-client-2.8.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2025 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 diff --git a/dev-python/python3-discogs-client/python3-discogs-client-9999.ebuild b/dev-python/python3-discogs-client/python3-discogs-client-9999.ebuild deleted file mode 100644 index 7387404e4175..000000000000 --- a/dev-python/python3-discogs-client/python3-discogs-client-9999.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2025 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 -- cgit v1.3.1