commit: 3230d3a67ecdb8fced8a7f1efc91db80a382408b Author: Marco Sirabella <marco <AT> sirabella <DOT> org> AuthorDate: Thu Feb 15 08:53:18 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Feb 15 10:39:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3230d3a6
dev-python/python3-discogs-client: Remove redundant PYPI_PN Signed-off-by: Marco Sirabella <marco <AT> sirabella.org> Closes: https://github.com/gentoo/gentoo/pull/35341 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/python3-discogs-client/python3-discogs-client-2.7.ebuild | 3 +-- dev-python/python3-discogs-client/python3-discogs-client-9999.ebuild | 3 +-- 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
