mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 09:07:26 -08:00
pypi.eclass: Fix typo in pypi_provenance_url()
Signed-off-by: Michał Górny <mgorny@gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/44172 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
parent
6910f96ef4
commit
6fa9351ed3
@ -298,9 +298,9 @@ _pypi_provenance_url() {
|
||||
# @DESCRIPTION:
|
||||
# Output the URL to PyPI provenance for the specified artifact.
|
||||
pypi_provenance_url() {
|
||||
local _PYPI_PROVENANCE_URL
|
||||
local _PYPI_ATTESTATION_URL
|
||||
_pypi_provenance_url "${@}"
|
||||
echo "${_PYPI_PROVENANCE_URL}"
|
||||
echo "${_PYPI_ATTESTATION_URL}"
|
||||
}
|
||||
|
||||
# @FUNCTION: pypi_verify_provenance
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user