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>
This commit is contained in:
Marco Sirabella
2024-02-15 00:53:18 -08:00
committed by Michał Górny
parent 5bfd17750b
commit 3230d3a67e
2 changed files with 2 additions and 4 deletions

View File

@@ -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

View File

@@ -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