From 6839bbb1e7ca3c8f7bebd63dd4df157f9e3cd7bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Sun, 1 Feb 2026 17:27:06 +0100 Subject: [PATCH] pypi.eclass: Document _pypi_translate_version as internal function MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- eclass/pypi.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/pypi.eclass b/eclass/pypi.eclass index 493abd8a95d9e..d98fdc547d3d1 100644 --- a/eclass/pypi.eclass +++ b/eclass/pypi.eclass @@ -119,6 +119,7 @@ pypi_normalize_name() { # @FUNCTION: _pypi_translate_version # @USAGE: +# @INTERNAL # @DESCRIPTION: # Internal version translation function, returns the result # via _PYPI_TRANSLATED_VERSION variable.