Cayetano Santos
e28b372280
gnu: python-sentence-transformers: Update to 5.1.0.
...
* gnu/packages/machine-learning.scm (python-sentence-transformers):
Update to 5.1.0.
[arguments] <tests?>: Disable as most of them require network access.
<test-flags>: Drop as no longer required.
[propagated-inputs]: Add python-typing-extensions.
Change-Id: I0fb7471dee2dd3ea54bcecd9bcd5b314670e4312
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com >
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-08-14 12:57:52 +01:00
Cayetano Santos
6590683134
gnu: python-sentence-transformers: Improve style.
...
* gnu/packages/machine-learning.scm (python-sentence-transformers):
Improve style.
[source]: Switch to git-fetch.
[arguments]: Use G-Expressions.
Change-Id: I5ba7a4e2907595c9fb30a5a2efcfaaf8b983ad2e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-08-14 12:49:16 +01:00
Maxim Cournoyer
6c98ad8ac9
gnu: dolphin-emu: Avoid cyclic module dependency issues.
...
The source snippets are not delayed, while arguments are.
* gnu/packages/emulators.scm (dolphin-emu)
[source] <snippet>: Move copying of implot sources...
[#:phases] {copy-implot-source}: ... to this new phase.
Fixes : #1977
Change-Id: Iecf853adb13d54e3eaa63878a5b3d90f43781514
2025-08-14 20:46:12 +09:00
Maxim Cournoyer
065a80c011
gnu: dolphin-emu: Refine watcher unbundling patch.
...
* gnu/packages/patches/dolphin-emu-unbundle-watcher.patch: Simplify since our
watcher package now ships pkg-config files.
Change-Id: Ia1456be28a9a20f8a2d1658499e1be241bd80f34
2025-08-14 20:46:12 +09:00
Maxim Cournoyer
f645ec5cfe
gnu: watcher: Update to 0.13.6-0.0aff9ee.
...
* gnu/packages/file-systems.scm (watcher): Update to 0.13.6-0.0aff9ee.
[#:phases] <fix-.pc-files-prefix>: New phase.
<check>: Remove patching of 'which'.
Change-Id: I9c70e953ee322d11854836bc6dffd80b89359861
2025-08-14 20:46:12 +09:00
Maxim Cournoyer
4bddd3bab4
gnu: dolphin-emu: Refine tinygltf unbundling patch.
...
* gnu/packages/patches/dolphin-emu-unbundle-tinygltf.patch: Update based on
upstream comments.
Change-Id: Icbc9a3d154b49b2d9ecb6479c43284cbd48d21b6
2025-08-14 20:46:12 +09:00
FuncProgLinux
542538a8c9
gnu: Add python-caja.
...
* gnu/packages/mate.scm (python-caja): New variable.
Change-Id: I0b3a15b99cdcedf4c55f5a565125b0f77a860da3
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com >
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-08-14 12:39:29 +01:00
Sharlatan Hellseher
5abbd048b2
gnu: packages/mate: Sort used modules.
...
* gnu/packages/mate.scm: Sort used modules alphabetically.
Change-Id: I9a603ea298d1eff60156b05e921595b0bd243971
2025-08-14 12:39:29 +01:00
Sharlatan Hellseher
f01ccfd913
gnu: libmateweather: Improve package style.
...
* gnu/packages/mate.scm (libmateweather): Apply guix style, use
G-Expressions and fix indentation.
[native-inputs]: Remove labels.
Change-Id: If8c6492a5c03bd4e34da9daa3e4a75e11a7d799a
2025-08-14 12:39:28 +01:00
Sharlatan Hellseher
3edd8fc81d
gnu: mate-icon-theme-faenza: Improve package style.
...
* gnu/packages/mate.scm (mate-icon-theme-faenza): Apply guix style, use
G-Expressions and fix indentation.
[native-inputs]: Remove labels.
Change-Id: Ie73b4441eec27eb5dca73abda2aec3c03ddabdaf
2025-08-14 12:39:28 +01:00
Sharlatan Hellseher
38b6aa2936
gnu: mate-control-center: Apply G-Expressions.
...
* gnu/packages/mate.scm (mate-control-center): Apply
G-Expressions. Remove trailing #t from lambdas.
Change-Id: Idc20ac96e5dedcb2bd57b28f5e68cb9804e8e19f
2025-08-14 12:39:28 +01:00
Sharlatan Hellseher
675a4d3ae4
gnu: caja: Improve package style.
...
* gnu/packages/mate.scm (caja): Use G-expression and apply list style.
[phases]{pre-check}: Remove trailing #t from lambda.
[native-inputs]: Remove ladles.
Change-Id: Ieccbeea784a9392646a452b4d198134fe2cbda7d
2025-08-14 12:39:14 +01:00
Nicolas Goaziou
2e212502b9
gnu: Remove glpk-4.
...
* gnu/packages/maths.scm (glpk-4): Delete variable.
Change-Id: I599bb1c4b5fdeef27bfd8c9306819ce862b17417
2025-08-14 11:32:02 +02:00
Nicolas Goaziou
c07d417152
gnu: giac: Update to 2.0.0-10.
...
* gnu/packages/algebra.scm (giac): Update to 2.0.0-10.
[inputs]: Remove glpk-4; add glpk.
[native-inputs]: Add autoconf, automake, and libtool.
[arguments]<#:phases>: Run all tests. Also prevent a build failure by
regenerating a file at bootstrap.
Change-Id: Idf9eda21eabc02dde2256ba841bc914787de4cbb
2025-08-14 11:31:08 +02:00
Artyom V. Poptsov
cb47639a80
gnu: simavr: Fix build
...
* gnu/packages/avr-xyz.scm (simavr): Fix build: disable the shared library as
it fails to build due to a linker error.
[arguments]<#:phases>: Add "disable-shared-library" phase.
Change-Id: I196161c6021c5b57d07bc75f242c041f6d352b18
2025-08-14 06:59:40 +03:00
Andreas Enge
b966f4007c
gnu: hydrus-network: Reenable tests.
...
This is a follow-up to commit 9923da6081
* gnu/packages/image-viewers.scm (hydrus-network)[arguments]<#:phases>
{check}: Uncomment check command.
Change-Id: I68ebe4a363fd38429a0c77c04ec66794777526d9
2025-08-13 21:48:58 +02:00
Andreas Enge
9923da6081
gnu: hydrus-network: Update to 630.
...
* gnu/packages/image-viewers.scm (hydrus-network): Update to 630.
[propagated-inputs]: Remove python-pylzma and python-pyside-2;
add python-dateparser and python-pyside-6.
[arguments]<#:phases>{patch-variables}: Adapt directories.
{install}: Update file names.
Change-Id: Iae72c46ae525ed92376a95a6d20a7d0d5457a767
Co-authored-by: Benjamin <benjamin@forestentity.net >
2025-08-13 21:37:05 +02:00
Cayetano Santos
f79be07492
gnu: python-scikit-rf: Update to 1.8.0.
...
* gnu/packages/engineering.scm (python-scikit-rf): Update to 1.8.0.
Change-Id: Id38ddbb80df9c5c2431afb13680046a44f9f4f43
Signed-off-by: Andreas Enge <andreas@enge.fr >
2025-08-13 20:23:10 +02:00
André Batista
2f0931f70f
gnu: lighttpd: Update to 1.4.80.
...
Mitigates and checks for attempts to exploit CVE-2025-8671.
* gnu/packages/web.scm (lighttpd): Update to 1.4.80.
Change-Id: Iccd2f6935adae55eb8cc7788c93aca0a68bb43a3
Signed-off-by: Andreas Enge <andreas@enge.fr >
2025-08-13 20:14:26 +02:00
Jake Forster
2fd581fba1
gnu: Add simpleitk.
...
* gnu/packages/image-processing.scm (simpleitk): New variable.
Change-Id: I96b270097fb54ee4566c278b87014bf893282894
Signed-off-by: Andreas Enge <andreas@enge.fr >
2025-08-13 19:41:04 +02:00
Jake Forster
7f2fb067f2
gnu: insight-toolkit: Include remote modules for SimpleITK.
...
In preparation to add SimpleITK, enable the remote modules
'SimpleITKFilters' and 'GenericLabelInterpolator' in the
insight-toolkit (ITK) build. The SimpleITKFilters module provides
additional filters used by SimpleITK and is required by its Python
extension module (<https://github.com/SimpleITK/SimpleITK/issues/2347 >).
The GenericLabelInterpolator module is required for one of its
interpolation methods for resampling label images.
* gnu/packages/image-processing.scm (insight-toolkit)[arguments]
<#:configure-flags>: Add flags.
<#:phases>{prepare-remote-modules}: Include remote modules.
[native-inputs]: Add origins for them.
Change-Id: Ia70b33bb08d6f3e1ad81b42f2619cb6db69c69e8
Signed-off-by: Andreas Enge <andreas@enge.fr >
2025-08-13 19:40:57 +02:00
Cayetano Santos
a6be6f18f8
gnu: Add route-rnd.
...
* gnu/packages/electronics.scm (route-rnd): New variable.
Change-Id: I4ef3bcbf58f31876584b1431fdd3e10bc9e7b799
Signed-off-by: Andreas Enge <andreas@enge.fr >
2025-08-13 17:59:15 +02:00
Cayetano Santos
eed7a49813
gnu: Add camv-rnd.
...
* gnu/packages/electronics.scm (camv-rnd): New variable.
Change-Id: I8007d77772bcbb54be74361b96a1d6a5ece4b7c3
Signed-off-by: Andreas Enge <andreas@enge.fr >
2025-08-13 17:59:14 +02:00
Cayetano Santos
d7b508c289
gnu: Add sch-rnd.
...
* gnu/packages/electronics.scm (sch-rnd): New variable.
Change-Id: I6be48f0f0b02449a8fe022da2e373488308baa6f
Signed-off-by: Andreas Enge <andreas@enge.fr >
2025-08-13 17:59:07 +02:00
jgart
ccc5acdd0f
gnu: trealla: Update to 2.82.6.
...
* gnu/packages/prolog.scm (trealla): Update to 2.82.6.
Change-Id: Ia8867285e3ce98609475c3b8059a062d3e350dde
2025-08-13 10:49:16 -05:00
Sharlatan Hellseher
5ec3c17a21
gnu: navit: Fix indentation.
...
* gnu/packages/geo.scm (navit): Fix indentation, add maintenance note
about used commit.
Change-Id: Ic2a5d55de98399c4202c70b1b4fce483277e0e60
2025-08-13 13:39:06 +01:00
Aaron Covrig
23e20478f2
gnu: navit: Update to 0.5.6-0.2418e3f
...
* gnu/packages/geo.scm (navit): Update to 0.5.6-0.2418e3f.
[version]: Use git-version.
[inputs]: Add fribidi.
[native-inputs]: Add libxslt and protobuf-c.
Change-Id: Id7d38c4604cc0a9fb169afdaafe391fcc4be71e0
Reviewed-by: Andreas Enge <andreas@enge.fr > @enge
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-08-13 13:32:54 +01:00
Zhu Zihao
a9e5fa25d7
gnu: wesnoth: Update to 1.18.5.
...
* gnu/packages/games.scm (wesnoth): Update to 1.18.5.
Change-Id: If4c019659804a8993b5a38c4bb145f768d434567
Signed-off-by: Andreas Enge <andreas@enge.fr >
2025-08-13 14:18:13 +02:00
Sharlatan Hellseher
2785a55cbd
gnu: python-ppft: Move to parallel.
...
* gnu/packages/python-xyz.scm (python-ppft): Move from here ...
* gnu/packages/parallel.scm: ... to here.
Change-Id: Iea421ea9d6fef3de33707d0cbc83b351f9dff050
2025-08-13 12:48:56 +01:00
Sharlatan Hellseher
62b19a2919
gnu: python-pathos: Move to parallel.
...
* gnu/packages/python-xyz.scm (python-pathos): Move from here ...
* gnu/packages/parallel.scm: ... to here.
Change-Id: Iae53a58b4fab93125d4cd8606238ef436c828eba
2025-08-13 12:48:56 +01:00
Sharlatan Hellseher
72077d089b
gnu: python-pathos: Update to 0.3.4.
...
* gnu/packages/python-xyz.scm (python-pathos): Update to 0.3.4. Use
G-Expressions.
[build-system]: Use pyproject.
[phases]{check}: Respect <tests?>, adjust custom check steps.
[native-inputs]: Remove python-pytest; add python-setuptools-next.
[description]: Fix fill-column indentation.
Change-Id: Idb3abe5f5f077f301157443d049afc3d21aae360
2025-08-13 12:48:56 +01:00
Sharlatan Hellseher
17a4776113
gnu: python-pox: Update to 0.3.6.
...
* gnu/packages/python-xyz.scm (python-pox): Update to 0.3.6. Use
G-Expressions.
[build-system]: Use pyproject.
[phases]{check}: Respect <tests?>, remove trailing #t from lambda and
run custom checks.
[native-inputs]: Remove python-pytest; add python-setuptools-next.
Change-Id: I1c888e8704426b7f08f4972ae66280081383896a
2025-08-13 12:48:56 +01:00
Sharlatan Hellseher
3a07c9ef03
gnu: python-ppft: Update to 1.7.7, enable tests.
...
* gnu/packages/python-xyz.scm (python-ppft): Update to 1.7.7. Enable tests.
[build-system]: Use pyproject.
[arguments] <tests?>: They are provided.
<phases>: Use custom 'check.
[propagated-inputs]: Remove python-six.
[native-inputs]: Add python-setuptools-next.
Change-Id: I2c9e87bff93b91d386919f4467bc7b52b662222d
2025-08-13 12:48:48 +01:00
Sharlatan Hellseher
d7754f3b9c
gnu: python-multiprocess: Update to 0.70.18.
...
* gnu/packages/python-xyz.scm (python-multiprocess): Update to 0.70.18.
[native-inputs]: Remove python-setuptools and python-wheel; add
python-setuptools-next.
Change-Id: Ibe54eb7a6c7e5b0ff27407a5639b5e1e95edee75
2025-08-13 12:46:44 +01:00
Sharlatan Hellseher
4bc1630995
gnu: python-dill: Update to 0.4.0.
...
* gnu/packages/python-xyz.scm (python-dill): Update to 0.4.0.
Change-Id: Ib1be9f5751aa0a749290ae0fc562bdd2ac3a3f94
2025-08-13 12:46:44 +01:00
Nicolas Graves
a390af0b66
gnu: mps-youtube: Deprecate package.
...
mps-youtube project has be migrated to
<https://github.com/mps-youtube/yewtube >.
* gnu/packages/video.scm (mps-youtube): Delete variable.
Change-Id: I5a919a314382263cdc28f161480fd30ae3afcc68
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-08-13 12:46:44 +01:00
Nicolas Graves
7227c101b3
gnu: Add python-yewtube.
...
* gnu/packages/video.scm (python-yewtube): New variable.
Change-Id: I4c3d7a40ae09db8649cfc009413731c039435c00
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-08-13 12:46:44 +01:00
Nicolas Graves
5627559683
gnu: Add python-youtube-search.
...
* gnu/packages/video.scm (python-youtube-search): New variable.
Change-Id: Ie0c65484f5618c27e005bb4a79a4f957c7e07dcc
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-08-13 12:46:44 +01:00
Nicolas Graves
3e9566d3d0
gnu: python-owslib: Update to 0.34.1.
...
* gnu/packages/geo.scm (python-owslib): Update to 0.34.1.
[arguments]<#:test-flags>: Refresh them.
[native-inputs]: Add python-pytest-httpserver.
[propagated-inputs]: Add python-lxml.
Change-Id: I63bfc5dd5e7a894092c038a320bd4109d917e8a9
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-08-13 12:46:43 +01:00
Nicolas Graves
9079f3ab2c
gnu: python-owslib: Move to (gnu packages geo).
...
* gnu/packages/python-xyz.scm (python-owslib): Move from here…
* gnu/packages/geo.scm (python-owslib): …to here.
Change-Id: Id1d6bd60af8729072929f4459201043169a31fa4
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-08-13 12:46:43 +01:00
Nicolas Graves
fed8c888d7
gnu: python-owslib: Switch to pyproject.
...
* gnu/packages/python-xyz.scm (python-owslib):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Enable them.
<#:test-flags>: Disable problematic tests.
<#:phases>: Restore 'sanity-check phase. Add phase
'cleanup-build-directory.
[native-inputs]: Add python-dateutil, python-pyproj, python-pyyaml,
python-pytest, python-pytest-cov, python-pytz, python-requests,
python-setuptools, and python-wheel.
Change-Id: I3707ca064a63ff24a4fcfd9d37ea4b7178491ce1
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-08-13 12:46:43 +01:00
Nicolas Graves
c1746bbf44
gnu: python-sphobjinv: Switch to pyproject.
...
* gnu/packages/sphinx.scm (python-sphobjinv):
[source]: Improve style.
[build-system]: Switch to pyproject-build-system.
[arguments]: Remove them.
[native-inputs]: Add python-setuptools, python-wheel.
Change-Id: I5d66ade53847c1a398c744a29fbe5cd05f882c8f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-08-13 12:46:43 +01:00
Nicolas Graves
aed2216bb8
gnu: python-pyannotate: Switch to pyproject.
...
* gnu/packages/python-check.scm (python-pyannotate):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.
Change-Id: I75589fa5aaa87f61ad3bfffeb723a7c05165e995
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-08-13 12:46:43 +01:00
Nicolas Graves
56bc920331
gnu: python-inflate64: Remove python-pyannotate native-input.
...
* gnu/packages/python-compression.scm (python-inflate64):
[native-inputs]: Remove python-pyannotate.
Change-Id: I8dde54179d1a5752c5e7690db434da70377c967e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-08-13 12:46:43 +01:00
Nicolas Graves
f524b06cb3
gnu: python-multivolumefile: Remove python-pyannotate native-input.
...
* gnu/packages/python-compression.scm (python-multivolumefile):
[native-inputs]: Remove python-pyannotate.
2025-08-13 12:46:43 +01:00
Nicolas Graves
6e467df8d9
gnu: python-mpd2: Switch to pyproject.
...
* gnu/packages/mpd.scm (python-mpd2):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:test-flags>: Set them.
<#:phases>: Replace 'check phase.
[native-inputs]: Add python-setuptools, python-wheel. Remove
python-pytest.
Change-Id: If713f6f1ebf47f14f1f3d8a435be00c725f36a09
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-08-13 12:46:43 +01:00
Nicolas Graves
b176f7c33c
gnu: python-ifaddr: Update to 0.2.0.
...
* gnu/packages/python-xyz.scm (python-ifaddr): Update to 0.2.0.
[source]<snippet>: Delete windows-specific file.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools,
python-wheel. Remove python-nose.
[description]: Improve style.
Change-Id: Iaba98124cb3b1246423711cf37a5073c1c290680
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-08-13 12:46:43 +01:00
Nicolas Graves
064a2f78b2
gnu: python-wadllib: Switch to pyproject.
...
* gnu/packages/python-web.scm (python-wadllib):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.
Change-Id: I65951123a0666eb2368a8b06a84aae6a384e41b5
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-08-13 12:46:42 +01:00
Nicolas Graves
5b5ea04775
gnu: python-setuptools-git: Switch to pyproject.
...
* gnu/packages/python-xyz.scm (python-setuptools-git):
[build-system]: Switch to pyproject-build-system.
[arguments]: Improve style, use gexps.
[native-inputs]: Add python-setuptools, python-wheel.
Change-Id: I0d451dadfbbb3acdc7049833701bc1390221dcb2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-08-13 12:46:42 +01:00
Nicolas Graves
fa46f86f81
gnu: python-lzstring: Switch to pyproject.
...
* gnu/packages/python-compression.scm (python-lzstring):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.
Change-Id: Ice9f51ce58198fc0b29313e9e5db9babeb07d8a0
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-08-13 12:46:42 +01:00