Sharlatan Hellseher
3aaee878ab
gnu: Add python-pytest-retry.
...
* gnu/packages/python-check.scm (python-pytest-retry): New variable.
Change-Id: I3f9b318d8195633d75383bfacf843fd8f597395c
2025-10-01 12:13:44 +01:00
Sharlatan Hellseher
18dbf1571b
gnu: Add python-grapheme.
...
* gnu/packages/python-xyz.scm (python-grapheme): New variable.
Change-Id: Ia24a261eae6f36d97022e0c78a0b492b90131054
2025-10-01 12:13:44 +01:00
Efraim Flashner
3cca86b369
gnu: toot: Enable TUI graphics.
...
* gnu/packages/fediverse.scm (toot)[inputs]: Add python-pillow,
python-term-image.
[native-inputs]: Remove python-pillow.
Change-Id: I51bf2843c1890f2a1dc2f29f00697708595728fd
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2025-10-01 12:13:44 +01:00
Efraim Flashner
c794bf4b81
gnu: Add python-term-image.
...
* gnu/packages/python-xyz.scm (python-term-image): New variable.
Change-Id: I5f5da625ff99b79a1351cc938139c0d0717e0cd3
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2025-10-01 12:13:43 +01:00
Efraim Flashner
1bef690046
gnu: vte/gtk+-3: Set upstream name.
...
* gnu/packages/gnome.scm (vtk/gtk+-3)[properties]: New field.
Change-Id: I93bb7af4d5e2646f78e37350ccf64fb974d19825
2025-10-01 13:38:07 +03:00
Efraim Flashner
21467e43f1
gnu: libinput-minimal: Fix build on 32-bit systems.
...
* gnu/packages/freedesktop.scm (libinput)[arguments]: When building for
a 32-bit system add a phase to fix the test suite.
Change-Id: I9bb40e17cd83e61ff6a4cb7adf6b9a4685bd9246
2025-10-01 13:38:03 +03:00
Laura Kirsch
e00aa49ad8
gnu: pypy: Update to 7.3.20.
...
* gnu/packages/pypy.scm (pypy): Update to 7.3.20.
[inputs]: Remove libffi; add libffi-pic.
Change-Id: I641225f9b0bed44c4717e3ce1846d7b962c6a7f9
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-01 10:41:09 +01:00
Laura Kirsch
8393b45b3d
gnu: Add libffi-pic.
...
* gnu/packages/libffi.scm (libffi-pic): New variable.
Change-Id: I173b0f49c71ad8103285f52cb0d1968bc351d4b3
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-01 10:41:02 +01:00
Nicolas Graves
d950c929e9
import: cpan: Move tests to tests/import/cpan.scm.
...
* tests/cpan.scm: Move to tests/import/cpan.scm.
* gnu/packages/admin.scm (ansible): Update comment.
* Makefile.am: Refresh it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-10-01 11:00:36 +02:00
Ludovic Courtès
1e37976756
vm: Let ‘%immutable-store’ through.
...
Fixes guix/guix#1926 .
‘guix system vm’ would so far produce a system without the
‘file-system-/gnu/store’ Shepherd service, which is normally provided by
‘%immutable-store’. This would lead to an error for OS configs that
explicitly require ‘file-system-/gnu/store’, such as those that use
‘qemu-binfmt-service-type’.
* gnu/system/vm.scm (virtualized-operating-system)[user-file-systems]: Remove
filtering of TARGET = (%store-prefix).
Reported-by: Ashvith Shetty <ashvithshetty0010@zohomail.in>
Change-Id: I656df6c3f067e47cd7acd03af437fe757db286d5
2025-10-01 10:45:09 +02:00
Martin Schitter
1bb323866b
gnu: bootstrap: Use ftpmirror.gnu.org as main entry in %bootstrap-base-urls
...
Speed up bootstrap binary download and prevent build check timeout errors
by utilizing the GNU mirror redirecting service as first entry in list of
%bootstrap-base-urls.
* gnu/packages/bootstrap.scm (%bootstrap-executable-base-urls)
(%bootstrap-base-urls): Add ftpmirror to the front.
Change-Id: I9e92ac8aad5f208919b38418d550ce899155a618
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-10-01 10:13:28 +02:00
Nicolas Graves
a65c691b39
gnu: python-pycotap: Update to 1.3.1.
...
* gnu/packages/python-check.scm (python-pycotap):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Set it.
[home-page]: Refresh it.
[native-inputs]: Add python-pytest, python-setuptools.
[description]: Improve style.
Change-Id: I5aaa6a1cbbe5e3c5aa79ccfb4321381b7a311d56
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-01 09:09:44 +01:00
Nicolas Graves
6bea0d35b2
gnu: python-junit-xml: Switch to pyproject.
...
* gnu/packages/python-check.scm (python-junit-xml):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.
Change-Id: Iadf636efd092279fb52a568f5f26743600be6b7c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-01 09:09:44 +01:00
Nicolas Graves
2f29f09044
gnu: python-httmock: Switch to pyproject.
...
* gnu/packages/python-check.scm (python-httmock):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]: Enable tests with <#:test-backend, #:test-flags>.
[native-inputs]: Add python-setuptools.
Change-Id: Ied533d486455cf6fc4f5d699d681632831b99be6
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-01 09:09:44 +01:00
Nicolas Graves
cf3abcd096
gnu: python-avocado-framework: Switch to pyproject.
...
* gnu/packages/python-check.scm (python-avocado-framework):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.
2025-10-01 09:09:44 +01:00
Nicolas Graves
7784aee7bd
gnu: python-aioresponses: Switch to pyproject.
...
* gnu/packages/python-check.scm (python-aioresponses):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:test-flags>: Set hem.
<#:phases>: Add phase 'set-pbr-version. Remove 'check phase replacement.
[native-inputs]: Add python-setuptools.
Change-Id: I08c8e9025a50f361f5455782b0a645a92876a1ff
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-01 09:09:43 +01:00
Nicolas Graves
a21e5b888e
gnu: synapse: Switch to pyproject.
...
* gnu/packages/matrix.scm (synapse):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.
[description]: Run guix style.
2025-10-01 09:09:43 +01:00
Nicolas Graves
e6b4c19b3f
gnu: python-matrix-synapse-ldap3: Switch to pyproject.
...
* gnu/packages/matrix.scm (python-matrix-synapse-ldap3):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]: Improve style.
[native-inputs]: Add python-setuptools.
Change-Id: I134953d039037e346533cb7c50c2497a564dabf1
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-01 09:09:43 +01:00
Nicolas Graves
2620b5fe5f
gnu: python-matrix-client: Switch to pyproject.
...
* gnu/packages/matrix.scm (python-matrix-client):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools. Remove python-pytest-runner.
[propagated-inputs, home-page]: Run guix style.
Change-Id: I2f1bfcac7c4a530b26c42e3ac903b9076fb1b6af
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-01 09:09:43 +01:00
Nicolas Graves
076d425945
gnu: pantalaimon: Switch to pyproject.
...
* gnu/packages/matrix.scm (pantalaimon):
[build-system]: Switch to pyproject-build-system.
[arguments]<#:test-flags>: Set them.
<#:phases>: Remove 'check phase replacement.
[native-inputs]: Add python-setuptools.
Change-Id: I57974d5bdb9c21c4ab9e1ea04ac2dd3e4ad9ee02
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-01 09:09:29 +01:00
Sughosha
58797f1a1c
gnu: kamoso: Fix build.
...
* gnu/packages/patches/kamoso-25.08.1-gstreamer.patch: Delete file.
* gnu/packages/kde-multimedia.scm (kamoso)[source]<patches>: Remove it.
[arguments]<#:tests?>: Disable it.
* gnu/local.mk: Deregister the patch file.
Change-Id: Id98a874e2358b792ff0150d4515dc71ca8606b87
2025-10-01 13:01:31 +05:30
Liliana Marie Prikler
eae2c26bb3
gnu: melonds: Update to 1.0.
...
* gnu/packages/emulators.scm (melonds): Update to 1.0.
[native-inputs]: Remove gcc-13.
2025-10-01 09:04:53 +02:00
Cayetano Santos
e77a4a79af
gnu: emacs-compat: Update to 30.1.0.1.
...
* gnu/packages/emacs-build.scm (emacs-compat): Update to 30.1.0.1.
Change-Id: If5eaa72ead5b4d8788361120b3e734676b8715eb
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-10-01 09:04:53 +02:00
Ignacio Marmolejo
3467c1c8c6
gnu: Add tree-sitter-query.
...
* gnu/packages/tree-sitter.scm (tree-sitter-query): New variable.
Change-Id: I1c13d89e25dd43d242d3d96ced443846e556e503
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-10-01 09:04:53 +02:00
Ignacio Marmolejo
8fd05e3980
gnu: Add tree-sitter-vimdoc.
...
* gnu/packages/tree-sitter.scm (tree-sitter-vimdoc): New variable.
Change-Id: Idcbddaf79d1e76c64f9bda0c1a710f43b31c99e0
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-10-01 09:04:53 +02:00
Ignacio Marmolejo
b0bd67976b
gnu: Add tree-sitter-vim.
...
* gnu/packages/tree-sitter.scm (tree-sitter-vim): New variable.
Change-Id: I4b751ac6511e7cfd8e0501b8bd9e1c518c933a61
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-10-01 09:04:53 +02:00
Evgenii Klimov
aeee61c319
gnu: Add python-tree-sitter-rust.
...
* gnu/packages/tree-sitter.scm (python-tree-sitter-rust): New variable.
Change-Id: Ie30ad047ca459e9149d6b7400621a2854f5d0408
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-10-01 09:04:51 +02:00
Evgenii Klimov
9111c3554b
gnu: Add python-tree-sitter-python.
...
* gnu/packages/tree-sitter.scm (python-tree-sitter-python): New variable.
Change-Id: I3c7d059a0de8d5b3d99aaefe4e73e5df28cd42b5
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-10-01 09:04:50 +02:00
Evgenii Klimov
c6ca9ea159
gnu: Add python-tree-sitter-json.
...
* gnu/packages/tree-sitter.scm (python-tree-sitter-json): New variable.
Change-Id: I290268e402cbcd351a6a4a15222b587ec1ef2ccf
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-10-01 09:04:49 +02:00
Evgenii Klimov
c1a323eadf
gnu: Add python-tree-sitter-javascript.
...
* gnu/packages/tree-sitter.scm (python-tree-sitter-javascript): New variable.
Change-Id: Ided7af4d2d9078ee44a407e2d14601fe4ccc18c1
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-10-01 09:04:48 +02:00
Evgenii Klimov
afa77fc7cf
gnu: Add python-tree-sitter-html.
...
* gnu/packages/tree-sitter.scm (python-tree-sitter-html): New variable.
Change-Id: Iaf77833c3fdef09d22020d18c57b8212c47982ab
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-10-01 09:04:46 +02:00
Evgenii Klimov
3435db1383
gnu: Add python-tree-sitter-grammar procedure.
...
* gnu/packages/tree-sitter.scm (python-tree-sitter-grammar): New procedure.
Change-Id: I07cd396305cb17e55662fff9bd4e6d847927afad
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-10-01 09:04:42 +02:00
Cayetano Santos
28de0357dd
gnu: pwsafe-cli: Update to 0.2.0-1.984fe38.
...
* gnu/packages/password-utils.scm (pwsafe-cli): Update to
0.2.0-1.984fe38.
[arguments]: Activate tests.
Change-Id: I41e64281aa2bb1528e0deed56320f037b0f5b578
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-10-01 09:04:42 +02:00
Cayetano Santos
40776546c6
gnu: pwsafe-cli: Improve style.
...
* gnu/packages/password-utils.scm (pwsafe-cli)[arguments]: Use G-Expressions.
Change-Id: I0a2aa93d6d43206fb69307d7241d95983cc9fc54
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-10-01 09:04:42 +02:00
Cayetano Santos
f878a805f8
gnu: pwsafe: Update to 3.69.0.
...
* gnu/packages/password-utils.scm (pwsafe): Update to 3.69.0.
[configure-flags]: Disable gtest build and activate tests.
[phases]: Remove add-gtest.
Change-Id: I6e8a36d2a1f5db5e2d7f6111571a6b1130ef2d36
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-10-01 09:04:42 +02:00
Cayetano Santos
825d916729
gnu: pwsafe: Improve style.
...
* gnu/packages/password-utils.scm (pwsafe)[arguments]: Use
G-Expressions.
Change-Id: I154eb62784115b6a6f2785c1b487580d311cbd7f
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-10-01 09:04:42 +02:00
Cayetano Santos
ffac88cbcf
gnu: otpclient: Update to 4.1.1.
...
* gnu/packages/password-utils.scm (otpclient): Update to 4.1.1.
Change-Id: Id0bd9ddf54d8e5947737c87af158168ed7f5ff7d
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-10-01 09:04:42 +02:00
Cayetano Santos
782bcc26f1
gnu: fpm2: Update to 0.90.1.
...
* gnu/packages/password-utils.scm (fpm2): Update to 0.90.1.
[source]: Switch to .tar.xz.
[arguments]: Remove fpm2.glade from pre-configure #:phase.
[inputs]: Remove gtk+-2; add gtk+ and nettle.
Change-Id: I01a96a793f279c02b55e300576b493d2ec38dd34
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-10-01 09:04:42 +02:00
Cayetano Santos
b0897f8532
gnu: fpm2: Improve style.
...
* gnu/packages/password-utils.scm (fpm2)[arguments]: Use G-Expressions.
[inputs]: Remove labels.
Change-Id: If282ecb31ad47be3c620601bb4d14d9ee646ab23
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-10-01 09:04:42 +02:00
Cayetano Santos
9bb5a0294d
gnu: hydra: Update to 9.6.
...
* gnu/packages/password-utils.scm (hydra): Update to 9.6.
Change-Id: I69fa547c9effe051ef652135a599bbcb47b53717
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-10-01 09:04:41 +02:00
Cayetano Santos
28a2a637bc
gnu: hydra: Improve style.
...
* gnu/packages/password-utils.scm (hydra)[arguments]: Use G-Expressions.
Change-Id: Iae3be2b9163b124766819c8e7a6aba202239f397
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-10-01 09:04:41 +02:00
Cayetano Santos
82b51cc809
gnu: ssh-to-age: Update to 1.2.0.
...
* gnu/packages/password-utils.scm (ssh-to-age): Update to 1.2.0.
Change-Id: I2c1af2d03b2f4755696c3a38de31883db60b1ed6
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-10-01 09:04:41 +02:00
Cayetano Santos
5a34485991
gnu: pass-git-helper: Update to 4.0.0.
...
* gnu/packages/password-utils.scm (pass-git-helper): Update to 4.0.0.
[arguments]: Remove patch-pass-path #:phase.
[native-inputs]: Remove python-pytest and python-wheel.
Replace python-setuptools with python-setuptools-next.
Change-Id: Ic293cb82ad680bca3f3ec242bdcf7eb30fe47de2
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-10-01 09:04:41 +02:00
Cayetano Santos
da9f76db5e
gnu: pass-git-helper: Improve style.
...
* gnu/packages/password-utils.scm (pass-git-helper)[arguments]: Use
G-Expressions.
Change-Id: If0e60e905c0dd3dfd256837554d7d3c571d26d02
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-10-01 09:04:41 +02:00
Cayetano Santos
9152fe47f3
gnu: assword: Improve style.
...
* gnu/packages/password-utils.scm (assword)[arguments]: Use
G-Expressions.
Change-Id: I4f0f1ea8cd9a088c1557d08db0d54d934bc9122f
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-10-01 09:04:41 +02:00
Cayetano Santos
8639917b07
gnu: yapet: Improve style.
...
* gnu/packages/password-utils.scm (yapet)[arguments]: Use G-Expressions.
Change-Id: I19eba2b944013aa236a6ea27ce9b8e7b2ccae24f
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-10-01 09:04:41 +02:00
Cayetano Santos
f1ffccf1d0
gnu: password-store: Improve style.
...
* gnu/packages/password-utils.scm (password-store)[arguments]: Use
G-Expressions.
Change-Id: If9ffc75174f401cd00acfee84844f718ab57b24f
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-10-01 09:04:41 +02:00
Cayetano Santos
bea4bc442b
gnu: shroud: Improve style.
...
* gnu/packages/password-utils.scm (shroud)[arguments]: Use
G-Expressions.
Change-Id: I57519d4b5537dd3a9379c2c42624960610469c53
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-10-01 09:04:41 +02:00
Cayetano Santos
ef48386826
gnu: makepasswd: Improve style.
...
* gnu/packages/password-utils.scm (makepasswd)[arguments]: Use G-Expressions.
Change-Id: I675ec63c33d53718553b21ba5f1b66587d656cf9
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-10-01 09:04:41 +02:00
Cayetano Santos
65e33d48d8
gnu: pass-otp: Improve style.
...
* gnu/packages/password-utils.scm (pass-otp)[arguments]: Use
G-Expressions.
Change-Id: I93c5cde9e54bd7b19d76c9c6e9ce8d996420c292
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-10-01 09:04:41 +02:00