~ruther/guix-local

10482f73 — Maxim Cournoyer 6 months ago
Reapply "Update Maxim's email address."

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
a7db92d9 — Maxim Cournoyer 6 months ago
Revert "Update Maxim's email address."

This reverts commit d0d87a744d724b7e7d5ac013c586039652087bb3. Oops! This
caused a world rebuild.

Change-Id: I25fff644b2b61d0ee93d69b457b04c72b5b74d15
22613ce2 — Maxim Cournoyer 6 months ago
Revert "Reapply "gnu: shepherd-1.0: Use latest guile-fibers.""

This reverts commit 3c2c910f5866078c82eb32e369980b3d1b6bdd40. Guile-fibers 1.4
reportedly does not build successfully on aarch64 and other
architectures (see: <https://codeberg.org/guix/guix/issues/2474>).
d0d87a74 — Maxim Cournoyer 6 months ago
Update Maxim's email address.

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
bd3c1976 — Hugo Buddelmeijer 6 months ago
gnu: micropython: Update to 1.26.1.

* gnu/packages/python.scm (micropython): Update to 1.26.1.

Change-Id: I9c1f3095065133be4c4be179682ceda03d253c06
Reviewed-by: Nicolas Graves <ngraves@ngraves.fr>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
4540b7bb — Hugo Buddelmeijer 6 months ago
gnu: python-3.12: Set python cpe-vendor.

Follow-up to 1343e565442958c900601b4003f30371691cadf4.

* gnu/packages/python.scm (python-3.12): Set python as cpe-vendor.
[properties]: Add cpe-vendor.

Change-Id: Iefcc6f41acb0a2ae406b690c5d46f576d3946b64
Reviewed-by: Nicolas Graves <ngraves@ngraves.fr>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
66f134b6 — Hugo Buddelmeijer 6 months ago
gnu: packages/python-web: Add copyright for Hugo Buddelmeijer.

* gnu/packages/python-web.scm: Add copyright for Hugo Buddelmeijer.

Change-Id: I7d5985e726cecb7aca185a1c1f30778a8f925ed2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
267ac92a — Hugo Buddelmeijer 6 months ago
gnu: httpie: Update to 3.2.4.

* gnu/packages/python-web.scm (httpie): Update to 3.2.4.
[source]: Switch to git-fetch.
[arguments]: Enable tests, disable failing tests. Patch setup.cfg.
[synopsis]: Update using PyPI synopsis.
[propagated-inputs]: Remove python-colorama, python-importlib-metadata,
python-pip, and python-setuptools.
[native-inputs]: Add python-pytest-httpbin, python-pytest-mock,
python-responses, and python-werkzeug.

Change-Id: I8b7c8da377ed918f4abf06f51c399e6de54c51fa
Reviewed-by: Nicolas Graves <ngraves@ngraves.fr>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
881038cc — AndrĂ© Batista 6 months ago
gnu: ipxe-qemu: Fix build on x86-32.

* gnu/packages/bootloaders.scm (ipxe) [arguments] <#:phases>: Conditionally add
a 'fix-x86-align phase to fix (U)INT64 assertion failure on these arches.

Change-Id: I9481b41c563984e7cd120b3039c08fe086263f72
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
09e7d188 — Cayetano Santos 6 months ago
gnu: nextpnr: Remove let bindings.

* gnu/packages/electronics.scm (nextpnr): Use git tags, omit commit and
revision bindings.

Change-Id: I505c8676890f23b1df5a57a63c8f574eda0681de
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
ea92fb0c — Cayetano Santos 6 months ago
gnu: nextpnr: Update to 0.9.

* gnu/packages/electronics.scm (nextpnr): Update to 0.9.

Change-Id: I75a8dae81f7e902e165f25a27a0de7ad6ad228bc
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
2e843887 — Cayetano Santos 6 months ago
gnu: apycula: Update to 0.25.

* gnu/packages/electronics.scm (apycula): Update to 0.25.

Change-Id: Ide7b8e92191ebf966a3048fe053a57c10dde38af
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
045588eb — Hennadii Stepanov 6 months ago
gnu: python-lief: Update to 0.17.0.

* gnu/packages/python-xyz.scm (python-lief): Update to 0.17.0.

Change-Id: I713a887e3444c5133431f61e029b898c04b9346d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
891023ed — Nicolas Graves 7 months ago
gnu: pwntools: Switch to pyproject.

* gnu/packages/cybersecurity.scm (pwntools):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:phases>: Add phase 'relax-dependencies.
[propagated-inputs]: Remove python-pathlib2.

Change-Id: Ic73c9f238ee0025769b0447158fa621ac1dce161
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
ed80b51d — Nicolas Graves 7 months ago
gnu: python-translation-finder: Switch to pyproject.

* gnu/packages/python-web.scm (python-translation-finder):
[build-system]: Switch to pyproject-build-system.
[arguments]: Improve style.
[propagated-inputs]: Remove python-pathlib2, python-six.
[native-inputs]: Add python-pytest, python-setuptools, python-wheel.
Remove python-codecov, python-codacy-coverage, python-pytest-cov,
python-pytest-runner, python-twine.

Change-Id: I6e6cc082a9c055280a95e7e31274d5874bc056bb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
973dea10 — Nicolas Graves 7 months ago
gnu: python-canmatrix: Remove python-pathlib2 native-input.

* gnu/packages/python-xyz.scm (python-canmatrix)[native-inputs]:
Remove python-pathlib2.

Change-Id: Idad162c35dc6c36cf637f3991628c7caf57487d1
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
db3e5116 — Sharlatan Hellseher 6 months ago
gnu: packages/ipfs: Fix indentation.

* gnu/packages/ipfs.scm: Fix indentation in the whole file.

Change-Id: If424d0ceff376c4181adbcd21316f15e9cc0b5ea
2b321e7a — Artyom V. Poptsov 6 months ago
gnu: touchegg: Update to 2.0.18.

* gnu/packages/linux.scm (touchegg): Update to 2.0.18.

Change-Id: I0a44212e650c9fa7acb5debaf61037dde331deb7
22f944e4 — Artyom V. Poptsov 6 months ago
gnu: mbpfan: Update to 2.4.0.

* gnu/packages/linux.scm (mbpfan): Update to 2.4.0.
[arguments]: Use GEXPs.

Change-Id: I8a83a5f64b0ced1e96069923066083a0377222bd
009ca1c7 — Artyom V. Poptsov 6 months ago
gnu: evtest: Update to 1.36.

* gnu/packages/linux.scm (evtest): Update to 1.36.

Change-Id: Ieebe3d5425ab540293f63c9bd3b59241043852f2
Next