commit: 919f4aabde1fea3150a41ce1407fd30bfbf2692a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Aug 24 17:36:10 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Sep 6 07:00:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=919f4aab
pypi.eclass: Fix eclassdoc typo; <package> → <project> Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/43549 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> eclass/pypi.eclass | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eclass/pypi.eclass b/eclass/pypi.eclass index 47d40449d13a..c460d4618ad0 100644 --- a/eclass/pypi.eclass +++ b/eclass/pypi.eclass @@ -1,4 +1,4 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: pypi.eclass @@ -161,7 +161,7 @@ _pypi_sdist_url() { # generated using build systems that did not follow PEP 625 # (i.e. the sdist name contains uppercase letters, hyphens or dots). # -# If <package> is unspecified, it defaults to ${PYPI_PN}. The package +# If <project> is unspecified, it defaults to ${PYPI_PN}. The package # name is normalized according to the specification unless # `--no-normalize` is passed. # @@ -183,7 +183,7 @@ pypi_sdist_url() { # @DESCRIPTION: # Output the wheel filename for the specified project/version tuple. # -# If <package> is unspecified, it defaults to ${PYPI_PN}. The package +# If <project> is unspecified, it defaults to ${PYPI_PN}. The package # name is normalized according to the wheel specification. # # If <version> is unspecified, it defaults to ${PV} translated @@ -221,7 +221,7 @@ pypi_wheel_name() { # the wheel contents will be unpacked straight into ${WORKDIR}. # You need to add a BDEPEND on app-arch/unzip. # -# If <package> is unspecified, it defaults to ${PYPI_PN}. +# If <project> is unspecified, it defaults to ${PYPI_PN}. # # If <version> is unspecified, it defaults to ${PV} translated # via pypi_translate_version. If it is specified, then it is used
