Mercurial > dotfiles
comparison .chezmoiscripts/run_onchange_after_17-install-mercurial.sh.tmpl @ 1095:4befa7ae4e90 draft
fix: add keyrings.alt to mercurial package
author | "Zeger Van de Vannet <zeger@vandevan.net>" |
---|---|
date | Sun, 18 May 2025 16:33:16 +0200 |
parents | 9732db099471 |
children |
comparison
equal
deleted
inserted
replaced
1093:9732db099471 | 1095:4befa7ae4e90 |
---|---|
10 {{ if (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.name "Ubuntu")) -}} | 10 {{ if (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.name "Ubuntu")) -}} |
11 sudo apt install --yes clang rustc cargo python3-dev | 11 sudo apt install --yes clang rustc cargo python3-dev |
12 {{ end }} | 12 {{ end }} |
13 | 13 |
14 pipx install "mercurial=={{ $version }}" --pip-args '--no-cache-dir --config-settings --global-option=--rust --no-binary=mercurial' | 14 pipx install "mercurial=={{ $version }}" --pip-args '--no-cache-dir --config-settings --global-option=--rust --no-binary=mercurial' |
15 pipx inject mercurial hg-evolve~=11.1.8 hg-git~=1.1.2 mercurial_keyring~=1.4.4 | 15 pipx inject mercurial hg-evolve~=11.1.8 hg-git~=1.1.2 mercurial_keyring~=1.4.4 keyrings.alt==5.0.2 keyrings.cryptfile==1.3.9 |