commit: 6839bbb1e7ca3c8f7bebd63dd4df157f9e3cd7bc
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 1 16:27:06 2026 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Feb 20 17:24:01 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6839bbb1
pypi.eclass: Document _pypi_translate_version as internal function
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
eclass/pypi.eclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/eclass/pypi.eclass b/eclass/pypi.eclass
index 493abd8a95d9..d98fdc547d3d 100644
--- a/eclass/pypi.eclass
+++ b/eclass/pypi.eclass
@@ -119,6 +119,7 @@ pypi_normalize_name() {
# @FUNCTION: _pypi_translate_version
# @USAGE: <version>
+# @INTERNAL
# @DESCRIPTION:
# Internal version translation function, returns the result
# via _PYPI_TRANSLATED_VERSION variable.