summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Sirabella <marco@sirabella.org>2024-02-15 00:53:18 -0800
committerMichał Górny <mgorny@gentoo.org>2024-02-15 11:39:01 +0100
commit3230d3a67ecdb8fced8a7f1efc91db80a382408b (patch)
treeacfe6628eab1b835e3220a634381c02d83742e9d
parentdev-python/httpbin: Update no-flasgger patch for better compat (diff)
downloadgentoo-3230d3a67ecdb8fced8a7f1efc91db80a382408b.tar.gz
gentoo-3230d3a67ecdb8fced8a7f1efc91db80a382408b.tar.bz2
gentoo-3230d3a67ecdb8fced8a7f1efc91db80a382408b.zip
dev-python/python3-discogs-client: Remove redundant PYPI_PN
Signed-off-by: Marco Sirabella <marco@sirabella.org> Closes: https://github.com/gentoo/gentoo/pull/35341 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/python3-discogs-client/python3-discogs-client-2.7.ebuild3
-rw-r--r--dev-python/python3-discogs-client/python3-discogs-client-9999.ebuild3
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/python3-discogs-client/python3-discogs-client-2.7.ebuild b/dev-python/python3-discogs-client/python3-discogs-client-2.7.ebuild
index 5544804553aa..5e2a9ac6cd6b 100644
--- a/dev-python/python3-discogs-client/python3-discogs-client-2.7.ebuild
+++ b/dev-python/python3-discogs-client/python3-discogs-client-2.7.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYPI_PN="python3-discogs-client"
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
diff --git a/dev-python/python3-discogs-client/python3-discogs-client-9999.ebuild b/dev-python/python3-discogs-client/python3-discogs-client-9999.ebuild
index 3e47b3b4124c..6c4aa64a3c5d 100644
--- a/dev-python/python3-discogs-client/python3-discogs-client-9999.ebuild
+++ b/dev-python/python3-discogs-client/python3-discogs-client-9999.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYPI_PN="python3-discogs-client"
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1