summaryrefslogtreecommitdiff
path: root/gnu/packages/patool.scm
AgeCommit message (Collapse)Author
2025-09-18Reapply "Update Maxim's email address."Maxim Cournoyer
This reverts commit a7db92d9b389cbe565395523882c34c6eff2c21a, this time with the more careful command, to avoid a world rebuild: grep -rl --exclude-dir=build --exclude-dir=patches --exclude=ld-wrapper.in \ --exclude=sitecustomize.py --exclude=guix-emacs.el maxim.cournoyer@gmail.com | xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g' Change-Id: I0871f5cf9ace79e34e78e24154d0da6ea95a3a91
2025-09-18Revert "Update Maxim's email address."Maxim Cournoyer
This reverts commit d0d87a744d724b7e7d5ac013c586039652087bb3. Oops! This caused a world rebuild. Change-Id: I25fff644b2b61d0ee93d69b457b04c72b5b74d15
2025-09-18Update Maxim's email address.Maxim Cournoyer
The change was automated via: git grep -l maxim.cournoyer@gmail.com | xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g' * .mailmap: New entry. Change-Id: Iaa88b1e51c94159c49138fb43910badb990eb169
2025-06-12gnu: patool: Update to 4.0.1.Andrew Wong
* gnu/packages/patool.scm (patool): Update to 4.0.1. [origin]: Switch to PyPI. [arguments]<#:phases>: Add 'install-completions. Change-Id: I4ccbc0bbd225308715ef0cae63e60178af332389 Reviewed-by: Sergey Trofimov <sarg@sarg.org.ru> Reviewed-by: Zheng Junjie <873216071@qq.com> Reviewed-by: Hilton Chain <hako@ultrarare.space> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-12-31gnu: patool: Update to 3.1.0.Artyom V. Poptsov
* gnu/packages/patool.scm (patool): Update to 3.1.0. [source]: Upstream changed the tag naming style since 2.4.0. Update the reference to the commit accordingly. [arguments]: Don't skip tests as they pass. Change-Id: Ia9944fb6418e83350d7d973f6e81670139beafb1 Reviewed-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-12-13gnu: Add missing import (again).Lars-Dominik Braun
Change-Id: I8a7de728a0c6bb3a54ad7213cb6cdc39e1172c81
2024-12-13gnu: Add python-setuptools/python-wheel where necessary.Lars-Dominik Braun
Changes to pyproject-build-system require explicit dependency on setuptools/wheel. Change-Id: Icd7699fc1dc56e974ae7568f2ae916dbf876bea5
2024-02-09gnu: patool: Update to 2.1.1.Sharlatan Hellseher
* gnu/packages/patool.scm (patool): Update to 2.1.1. Change-Id: I86a5e93b10e377a6705c3b7f4a822d8d54f66483
2024-02-09gnu: patool: Fix build.Sharlatan Hellseher
* gnu/packages/patool.scm (patool): Fix build. [build-system]: Swap to pyproject-build-system. [arguments] <#:test-flags>: Disable failing tests. Change-Id: I53ccec4b39bfae6649bfd715fdb2158b2f7a33e1
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2021-09-26gnu: Add patool.Maxim Cournoyer
* gnu/packages/patool.scm: New module. * gnu/local.mk (GNU_SYSTEM_MODULES): Register it.