gpo.zugaina.org

Search Portage & Overlays:

app-misc/yq

Command-line YAML processor - jq wrapper for YAML documents

Screenshots

  • yq-4.1.2-r1
    ~amd64 ~arm64 ~loong ~x86
    test +yq-symlink python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15

    View      Download      Browse     License: Apache-2.0   
    Overlay: gentoo
  • yq-3.4.3-r1
    amd64 arm64 ~loong x86
    test +yq-symlink python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: Apache-2.0   
    Overlay: stephdewit
  • yq-3.4.3-r1
    amd64 arm64 ~loong x86
    test +yq-symlink python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: Apache-2.0   
    Overlay: gentoo

ChangeLog

commit 3d9d5b313752c290633d5d76b81db3b853870f44
Author: Stéphane de Wit <contact@stephanedewit.be>
Date: Sat Aug 1 10:56:58 2026 +0200

app-misc/yq: add local fix for yq-3.4.3-r1 install failure

Upstream Gentoo's yq-3.4.3-r1 fails in src_install with:
mv: cannot stat '.../usr/bin/yq': No such file or directory

The yq-3.4.3-rename-cli.patch (added in -r1) already renames the
console_scripts entry point to yq-python in setup.py, so
distutils-r1_src_install installs it as yq-python directly. The
leftover manual mv/rename loop in src_install then has nothing to
rename and dies. Drop that dead code; keep the yq-symlink dosym.