~ruther/guix-local

0f323cb9 — Hartmut Goebel 7 months ago
gnu: python-pyactiveresource: Switch to pyproject and fix build.

* gnu/packages/python-web.scm (python-pyactiveresource)
[source]: Switch to github tag.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools and python-wheel.

Change-Id: I2a11bfead8e10f8a32720d3d48373449a5c92b9a
33cc8433 — Hartmut Goebel 2 years ago
gnu: Add python-schwifty.

* gnu/packages/finance.scm (python-schwifty): New variable.

Change-Id: Ice95f618331866d15b41c9cc5ee2e038aa93c16f
e2e162a4 — Hartmut Goebel 2 years ago
gnu: Add python-mt940.

* gnu/packages/finance.scm (python-mt940): New variable.
8c955b46 — Hartmut Goebel 2 years ago
gnu: Add python-efficient-apriori.

* gnu/packages/python-science.scm (python-efficient-apriori): New variable.

Change-Id: I30ee0c1f3f825a8c4573abfe598a63ca5594b5a0
bfcdb9ab — Sughosha 7 months ago
gnu: packages/sync: Use (gnu packages security-token) module.

* gnu/packages/sync.scm: Use (gnu packages security-token) module.

Change-Id: I9690b642e7f2460c2626cb4f5e3f6727a7295c58
83ab6ffa — Sughosha 7 months ago
Revert "gnu: Add libp11."

This reverts commit 3e90591c3cd9d15fbebc3c782df7da6e7ac36fdb.

The package libp11 is already available in gnu/packages/security-token.scm.
54202c6b — Yelninei 9 months ago
gnu: cmake: Reenable some tests on the Hurd.

* gnu/packages/cmake.scm (%common-disabled-tests/hurd): Remove
RunCMake.CompilerChange, RunCMake.file, RunCMake.BundleUtilities,
RunCMake.configure_file and RunCMake.CommandLine

Change-Id: I37a2c60ad97b1323b7e8424c9abb68143db6cebf
Signed-off-by: Andreas Enge <andreas@enge.fr>
7e19f924 — Yelninei 9 months ago
gnu: cmake-bootstrap: Remove Hurd-specific phase.

* gnu/packages/cmake.scm (cmake-bootstrap): Remove 'patch-hurd phase.

Change-Id: I52440f9f36045505390c9fe6ff74fc86106af001
Signed-off-by: Andreas Enge <andreas@enge.fr>
7265256c — Yelninei 9 months ago
gnu: cmake: Skip another test on the Hurd.

This is fixed in Cmake v4.0.0, see
https://gitlab.kitware.com/cmake/cmake/-/merge_requests/10078

* gnu/packages/cmake.scm (%common-disabled-tests/hurd): Add
RunCMake.RuntimePath.

Change-Id: I188370e98dbb77d1d6771342c46c575b3825b15e
Signed-off-by: Andreas Enge <andreas@enge.fr>
6eb5823e — Yelninei 9 months ago
gnu: re2c: Skip tests on the Hurd.

*  gnu/packages/re2c.scm (re2c): Skip tests on hurd systems.

Change-Id: If111a763cfb79491b4a27009b2ca383f01fe3e5b
Signed-off-by: Andreas Enge <andreas@enge.fr>
2bb04f36 — Simen Endsjø 7 months ago
gnu: fwupd: Update to 1.9.32.

* gnu/packages/firmware.scm (fwupd): Update to 1.9.32.
[native-inputs]: Add python-jinja2.
[arguments]<#:phases>{make-source-writable}: Skip symlinks as
make-file-writable fails for those.

Change-Id: Ib922f5521c570b3ea62cb2959f7facabafa7e77e
Signed-off-by: Andreas Enge <andreas@enge.fr>
e96f998e — Charles Roelli 7 months ago
gnu: python-django: Update to 5.2.7.

* gnu/packages/django.scm (python-django): Update to 5.2.7.

Change-Id: Ide882803041d546dd0f11a1158f5b21a2cb63896
Signed-off-by: Andreas Enge <andreas@enge.fr>
e5a5b1d6 — Sharlatan Hellseher 7 months ago
gnu: sicp: Deprecate in favor of book-sicp.

* gnu/packages/books.scm (book-sicp): New variable.
(sicp): Deprecate in favor of book-sicp.

Change-Id: I8484424c324fdf82a22adc0c6f01d7b376c2a309
9c466d3a — Sharlatan Hellseher 7 months ago
gnu: sicp: Move to books.

* gnu/packages/scheme.scm (sicp): Move from here ...
* gnu/packages/books.scm: ... to here.

Change-Id: I152dcc674f5566cbdbf2ce58d8696f6080bfdbfa
af77b20e — Sharlatan Hellseher 7 months ago
gnu: Merge (gnu packages fsf) into (gnu packages books).

* gnu/packages/fsf.scm (book-faif): Move from here ...
* gnu/packages/books.scm: ... to here.
* gnu/packages/fsf.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Unregister file.
* po/packages/POTFILES.in: Likewise.

Change-Id: Ia84ac242f0cda711a23e969e32049e93007a1f8b
2e0d09ac — Andreas Enge 7 months ago
gnu: python-pytorch-geometric: Update to 2.7.0.

* gnu/packages/machine-learning.scm (python-pytorch-geometric):
Update to 2.7.0.

Change-Id: I8fcfa4485c96fb5a2981e3998c97433f5dfdef1f
bb496bcc — Andreas Enge 7 months ago
gnu: python-pytorch-lightning: Update to 2.5.5.

* gnu/packages/machine-learning.scm (python-pytorch-lightning):
Update to 2.5.5.

Change-Id: I0a2acc5c41525ec76044dbede67da6d2206f0d4b
293019a1 — Efraim Flashner 7 months ago
gnu: kakoune: Fix cross-compiling.

* gnu/packages/text-editors.scm (kakoune)[arguments]: Add a make-flag to
set the compiler.

Change-Id: Ia159582d8e213e428f374cbc3f2e813d211e5902
5c3b1a39 — Efraim Flashner 7 months ago
gnu: kakoune: Wrap with perl.

* gnu/packages/text-editors.scm (kakoune)[arguments]: Add a phase to
wrap the binary with perl.
[inputs]: Add perl.

Co-authored-by: Ashvith Shetty <ashvithshetty10@gmail.com>
Change-Id: Ib546f29ad95a6acdc3063c94aaa7eb839f50f254
f3399615 — Andreas Enge 7 months ago
gnu: Remove python-pillow-simd.

* gnu/packages/python-xyz.scm (python-pillow-simd): Delete variable.

Fixes: guix/guix#2715
Change-Id: I39bb625b6b6911c972654b0bc00a4d8706402f68
Next