~ruther/guix-local

afd1ce3c — Jean-Baptiste Note 5 months ago
gnu: Add amd-smi.

* gnu/packages/rocm.scm (make-esmi-source, %e-smi-version-for-rocm,
e-smi-for-amd-smi, amd-smi): New variables.
* gnu/packages/patches/amd-smi-python.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.

Change-Id: Idaba3d36e11457eaf08d1989fac653853c840f95
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
14531a1e — Yarl Baudig 3 months ago
graph: graphml backend: simplification

I don't see the necessity of this string-replace-substring/object->string
dance and the result is ill-formed with another node type than package.

* guix/graph.scm (emit-graphml-node): simplfify.
(emit-graphml-edge): simplify.

Change-Id: If7520a9829ad5f6ebcc5357b201ab58d6e43b735
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
706c2fa0 — Anderson Torres 4 months ago
gnu: tecoc: New package.

* gnu/packages/text-editors.scm(tecoc): New variable.

Change-Id: I6529022c5fa183aa91de51af45ea1bd3aeb24bfd
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
efa66879 — Christopher Baines 3 months ago
gnu: guile-drmaa: Fix build.

This was broken with the nyacc package changed.

* gnu/packages/guile-xyz.scm (guile-drmaa):[propagated-inputs]: Use
nyacc-1.08.1.

Change-Id: I98fc0b299a5c57f3b15df53f4facc4a401ed6c42
257d328f — Efraim Flashner 3 months ago
gnu: parallel: Separate out the doc directory.

* gnu/packages/parallel.scm (parallel)[outputs]: Add doc.
[arguments]: Add configure-flags.

Change-Id: I3a3e57a60d4e2089be9a04505f1756ccbb2300ce
4dc86c7e — Andy Tai 3 months ago
gnu: parallel: Update to 20251122.

* gnu/packages/parallel.scm (parallel): Update to 20251122.

Change-Id: I3c8c01b46ec01a23522847888c0005b6dc02656d
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
a43b3549 — Maxim Cournoyer 3 months ago
gnu: python-invoke: Update to 2.2.1.

* gnu/packages/python-xyz.scm (python-invoke): Update to 2.2.1.

Change-Id: I561645f4cc4eba0c37e2a80897b964e83d087acb
67aa42fc — Maxim Cournoyer 3 months ago
gnu: python-invoke: Workaround a recent regression with entry points.

This works around a recent regression introduced in the
pyproject-build-system.

* gnu/packages/python-xyz.scm (python-invoke) [#:phases]
{fix-entry-points}: New phase.

Change-Id: I4a9bd3bd57cfbff1bb9e7a6b4c29e781065bd586
3eb585c8 — Nicolas Graves 3 months ago
gnu: python-sphinx-sitemap: Switch to pyproject.

* gnu/packages/sphinx.scm (python-sphinx-sitemap):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them.
[native-inputs]: Add python-setuptools.
[description]: Improve style.

Change-Id: I5dd05e231fb290df38f4d06a64e8565e83d20888
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2078e378 — Nicolas Graves 3 months ago
gnu: python-sphinx-theme-builder: Switch to pyproject.

* gnu/packages/sphinx.scm (python-sphinx-theme-builder):
[build-system]: Switch to pyproject-build-system.
[arguments]: Drop them.

Change-Id: Ic01a4787b9ac696e1995f1debf585babcd2be0eb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
c1ea5726 — Nicolas Graves 3 months ago
gnu: python-sphinxcontrib-autoprogram: Update to 0.1.9.

* gnu/packages/sphinx.scm (python-sphinxcontrib-autoprogram): Update to 0.1.9.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them.
[native-inputs]: Add python-setuptools.

Change-Id: I84abe2d46dc0a080a678d71e69aa749570152dd4
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
20600440 — Nicolas Graves 3 months ago
gnu: python-sphinx-autobuild: Update to 2025.08.25.

* gnu/packages/sphinx.scm (python-sphinx-autobuild): Update to 2025.08.25.
[source]: Switch to git-fetch.
[propagated-inputs]: Add python-starlette, python-uvicorn,
python-watchfiles, python-websockets.
[native-inputs]: Add python-httpx.

Change-Id: Ieac2da4f9bec9d5ee588376bcc45105c2005a8cb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
5f00848d — Nicolas Graves 3 months ago
gnu: python-sphinx-autobuild: Switch to pyproject.

* gnu/packages/sphinx.scm (python-sphinx-autobuild):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-flit-core.

Change-Id: Ic6e1e771cf945ae857c3279271e366956a2f8b63
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
59b6a730 — Nicolas Graves 3 months ago
gnu: repo2docker: Remove python-sphinx-autobuild native-input.

This is a development-only input.

* gnu/packages/jupyter.scm (repo2docker)[native-inputs]:
Remove python-sphinx-autobuild.

Change-Id: I9d1596214bf93d57e1e7622ec05bf8e818722e9d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
023bba94 — Nicolas Graves 3 months ago
gnu: python-pybiomart: Remove python-sphinx-autobuild native-input.

This is a development-only input.

* gnu/packages/bioinformatics.scm (python-pybiomart)[native-inputs]:
Remove python-sphinx-autobuild.

Change-Id: Ie806c28dcbe7e139f79476ec8086b7af24ec527c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: reuse: Update to 6.2.0.

* gnu/packages/license.scm (reuse): Update to 6.2.0.
[source]: Change to git-fetch.
[arguments] <test-flags>: Prevent running tests in "src".
<phases>: Remove 'chdir
[inputs]: Remove python-boolean.py; add git, jujutsu, mercurial,
python-charset-normalizer, and python-magic.
[native-inputs]: Remove python-wheel.

Change-Id: Ia8c9ceea488d1b4d9e247444494143529f523c51
Reviewed-by: Nguyễn Gia Phong <mcsinyx@disroot.org>
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
a6c51c83 — Ashish SHUKLA 3 months ago
gnu: unbound: Update to 1.24.2.  [security-fixes]

This update includes fix for CVE-2025-11411.

* gnu/packages/dns.scm (unbound): Update to 1.24.2.

Change-Id: I36e56a6bdd3f73f216047157881faf24a1f68bfb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
029353d5 — Nicolas Graves 3 months ago
gnu: python-sphinxext-opengraph: Switch to pyproject.

* gnu/packages/sphinx.scm (python-sphinxext-opengraph):
[build-system]: Switch to pyproject-build-system.
[arguments]<#:phases>: Remove 'check phase replacement.  Add phase
'set-version.
[native-inputs]: Add python-setuptools.

Change-Id: I8e76fb1ec9ac494d4a345e61660e974f2397ca9f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
4c0632ba — Nicolas Graves 3 months ago
gnu: python-sphinx-intl: Switch to pyproject.

* gnu/packages/sphinx.scm (python-sphinx-intl):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:test-flags>: Disable failing tests.
[native-inputs]: Add python-mock, python-pytest, python-setuptools.

Change-Id: I7b5f4ab526d39feb2ed26025c908179ea22d0b48
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
f6f7cfd6 — Nicolas Graves 3 months ago
gnu: python-mpl-sphinx-theme: Switch to pyproject.

* gnu/packages/sphinx.scm (python-mpl-sphinx-theme):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them.
[native-inputs]: Add python-setuptools.

Change-Id: I7d6784ff597393d39dd9868bb449675cf96f746e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Next