• [gentoo-dev] [PATCH 4/7] pypi.eclass: Add `--unpack` to usage error in

    From =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?@21:1/5 to All on Sat Feb 11 10:20:01 2023
    Signed-off-by: Michał Górny <mgorny@gentoo.org>
    ---
    eclass/pypi.eclass | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/eclass/pypi.eclass b/eclass/pypi.eclass
    index c7b9604807eb..a3c38aa5f3ec 100644
    --- a/eclass/pypi.eclass
    +++ b/eclass/pypi.eclass
    @@ -134,7 +134,7 @@ pypi_wheel_url() {
    fi

    if [[ ${#} -gt 4 ]]; then
    - die "Usage: ${FUNCNAME} <project> [<version> [<python-tag> [<abi-platform-tag>]]]"
    + die "Usage: ${FUNCNAME} [--unpack] <project> [<version> [<python-tag> [<abi-platform-tag>]]]"
    fi

    local filename=$(pypi_wheel_name "${@}")
    --
    2.39.1

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)