1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 22:50:34 +02:00
Commit Graph

156189 Commits

Author SHA1 Message Date
Sharlatan Hellseher
b66ea1e9ff gnu: python-sortedcontainers: Switch to pyproject, enable tests.
* gnu/packages/python-xyz.scm (python-sortedcontainers):
  [source]: Switch to git-fetch containing tests.
  [build-system]: Use pyproject.
  [arguments] <tests?>: Now enable them.
  [native-inputs]: Add python-pytest-bootstrap and python-setuptools.

Change-Id: Ibce0dd93d964853e734424e029f9197e67f1f828
2025-09-25 09:35:37 +01:00
Sharlatan Hellseher
e4c2f803fa gnu: python-flit-scm: Improve package.
Reduce closure size by removing redundant python-setuptools and
python-wheel as it was a workaround import issue which was resolved by
using flit_core.buildapi directly.

* gnu/packages/python-build.scm (python-flit-scm): Fix indentation.
  [arguments] <build-backend>: Let it auto detect.
  <phases>: Add 'fix-backend.
  [native-inputs]: Remove python-setuptools and python-wheel.

Change-Id: Ib3f591365411ba5f8b710a8256a324dfb7d5b565
2025-09-25 09:35:36 +01:00
Sharlatan Hellseher
92b76e8c12 gnu: python-hatch-fancy-pypi-readme: Update to 25.1.0.
* gnu/packages/python-build.scm (python-hatch-fancy-pypi-readme): Update to 25.1.0.
[propagated-inputs]: Remove python-typing-extensions.

Change-Id: Iaa5d2e74d2da831af31f7205b4cf98ad2b816e22
2025-09-25 09:35:36 +01:00
Sharlatan Hellseher
62a443d7cc gnu: python-typing-extensions: Update to 4.15.0.
* gnu/packages/python-build.scm (python-typing-extensions): Update to 4.15.0.

Change-Id: I1a218c75a41539902a34c53d465535d5856674e0
2025-09-25 09:35:36 +01:00
Sharlatan Hellseher
34a1f53224 gnu: python-pytest-bootstrap: Reduce closure size.
* gnu/packages/check.scm (python-pytest-bootstrap): Use PACKAGE/INHERIT.
  [arguments] <phases>: Delete 'sanity-check.
  [native-inputs]: Remove python-iniconfig, python-tomli, and
  python-wheel.

Change-Id: I6e0820a7ea7b6b7008de7f5307002af9e5fc62af
2025-09-25 09:35:36 +01:00
Sharlatan Hellseher
949f90a524 gnu: python-iniconfig: Update to 2.1.0.
* gnu/packages/python-xyz.scm (python-iniconfig): Update to 2.1.0.
  [build-system]: Use pyproject.
  [arguments] <test?>: Visually disable them as PyPI does not provide
  tests and tests introduce cycle with Pytest.
  [native-inputs]: Add python-hatch-vcs, python-hatchling.

Change-Id: I20f3bc55fbd94aa2c79ce77e35f1a62aacd4af14
2025-09-25 09:35:36 +01:00
Sharlatan Hellseher
9b81fa2101 gnu: Add python-pygments-bootstrap.
* gnu/packages/python-xyz.scm (python-pygments-bootstrap): New variable.

Change-Id: Icf982bbaa641b77afebafdd14a4c063012b2fdc0
2025-09-25 09:35:36 +01:00
Felix Gruber
95504f4821 gnu: python-pygments: Update to 2.19.1.
* gnu/packages/python-xyz.scm (python-pygments): Update to 2.19.1.
  [source]: Fix PyPI package name; with capital P, the download doesn't
  work.
  [arguments] <test-flags>: Ignore just some problematic tests; drop
  "--ignore-glob" option.
  [native-inputs]: Add python-hatchling; replace python-pytest by
  python-pytest-bootstrap; remove python-setuptools and python-wheel.

Change-Id: I85bf3cb2a8c4a996586e820bd582dea777ef930d
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-25 09:35:36 +01:00
Sharlatan Hellseher
2a1185d837 gnu: python-hatch-vcs: Update to 0.5.0.
* gnu/packages/python-build.scm (python-hatch-vcs): Update to 0.5.0.

Change-Id: Ib9a72b525c56ada23a8689fcd0808537983a3825
2025-09-25 09:35:36 +01:00
Sharlatan Hellseher
ff0f8d1d64 gnu: python-hatchling: Update to 1.27.0.
* gnu/packages/python-build.scm (python-hatchling): Update to 1.27.0.
[propagated-inputs]: Remove python-editables.

Change-Id: Ief8429d7044f4f8fd6a2b35faf70d77e50e6d92e
2025-09-25 09:35:36 +01:00
Sharlatan Hellseher
3e28321286 gnu: python-pluggy: Update to 1.6.0.
* gnu/packages/python-build.scm (python-pluggy): Update to 1.6.0.
  [build-system]: Use pyproject.

Change-Id: I0084e9fae704fc7ec3eb0f41823e948784aedf3f
2025-09-25 09:35:35 +01:00
Sharlatan Hellseher
d8a9b0a329 gnu: python-trove-classifiers: Update to 2025.5.9.12.
* gnu/packages/python-build.scm (python-trove-classifiers): Update to 2025.5.9.12.

Change-Id: Iac57d876d1df1300c1ad59e2c3e8a05116be9e1e
2025-09-25 09:35:35 +01:00
Sharlatan Hellseher
e5b60ea372 gnu: python-pathspec: Update to 0.12.1.
* gnu/packages/python-build.scm (python-pathspec): Update to 0.12.1.
  [build-system]: Use pyproject.
  [arguments] <test-backend>: Use 'unittest.
  [native-inputs]: Add python-flit-core and python-setuptools.

Change-Id: I2ac5abfd1acc54849ad523cde8afd5da320849e0
2025-09-25 09:35:35 +01:00
Sharlatan Hellseher
de993c8994 gnu: python-setuptools-scm: Update to 8.3.1.
* gnu/packages/python-build.scm (python-setuptools-scm): Update to 8.3.1.
  [build-system]: Use pyproject.
  [arguments] <build-backend>: Use "setuptools.build_meta".
  [propagated-inputs]: Remove python-tomli, and
  python-typing-extenstions; add python-setuptools.

Change-Id: I810fc2a642a23380e8d5773c507361aeedd2f67d
2025-09-25 09:35:35 +01:00
Sharlatan Hellseher
c76125e0dc gnu: python-packaging-bootstrap: Update to 25.0.
* gnu/packages/python-build.scm (python-packaging-bootstrap): Update to 25.0.
[propagated-inputs]: Remove python-pyparsing and python-six-bootstrap.

Change-Id: I57729f30f4b2d216bde3f2224c330fda24043299
2025-09-25 09:35:35 +01:00
Sharlatan Hellseher
242ddb07bf gnu: python-wheel: Update to 0.46.1.
* gnu/packages/python-build.scm (python-wheel): Update to 0.46.1.
  [build-system]: Use pyproject.
  [native-inputs]: Add python-flit-core.

Change-Id: I5b2e801b6c440bfd5b902e81004e9e28c59e8b19
2025-09-25 09:35:35 +01:00
Nguyễn Gia Phong
b664eca850 gnu: python-flit-core: Fix input label name.
* gnu/packages/python-build.scm (python-flit-core): Fix input label name.
  [propagated-inputs]: Label python-tomli as such.

Change-Id: Id271db1bc8a5ce2ac8bce76556d0ddc31b71bf1f
2025-09-25 09:35:35 +01:00
Sharlatan Hellseher
c277431331 gnu: python-tomli: Update to 2.2.1.
* gnu/packages/python-build.scm (python-tomli): Update to 2.2.1.
[native-inputs]: Remove python-six-bootstrap.

Change-Id: I6d16fdd95e4fad6a100f3070d22a26f2706fea2a
2025-09-25 09:35:35 +01:00
Sharlatan Hellseher
70a675141c gnu: python-flit-core-bootstrap: Switch to pyproject.
* gnu/packages/python-build.scm (python-flit-core-bootstrap):
  [build-system]: Use pyproject.
  [arguments] <phases>: Add 'fix-license; use default 'install.

Change-Id: I79baaf6885c0c07ad508f110307fc31487439fd4
2025-09-25 09:35:35 +01:00
Nguyễn Gia Phong
1e1b55cb90 gnu: python-flit-core-bootstrap: Update to 3.12.0.
* gnu/packages/python-build.scm (python-flit-core-bootstrap): Update to 3.12.0.

Change-Id: I9975f7603b2921325c513f7500b1f0dd7759c2d1
2025-09-25 09:35:35 +01:00
Sharlatan Hellseher
b25a7cb3bb gnu: python-toml: Switch to pyproject.
* gnu/packages/python-build.scm (python-toml):
  [build-system]: Use pyproject.
  [native-inputs]: Add python-setuptools.

Change-Id: If5836a9c2229c7c6f681e211c8346cdc5c37f505
2025-09-25 09:35:34 +01:00
Sharlatan Hellseher
7b05b4a2c1 gnu: mallard-ducktype: Switch to pyproject.
* gnu/packages/python-xyz.scm (mallard-ducktype)[build-system]: Switch
to pyproject-build-system.
[native-inputs]: Add python-setuptools.

Change-Id: I86592f5332819b160f0f804a3495ef1b0491ff78
2025-09-25 09:35:34 +01:00
Sharlatan Hellseher
0fdca05c08 gnu: python-libxml2: Switch to pyproject.
* gnu/packages/xml.scm (python-libxml2)[build-system]: Switch to
pypojrect-build-system.
[native-inputs]: Add python-setuptools.

Change-Id: I4a8ac976b9bdb508f4c1efa4b29407a96615aeb2
2025-09-25 09:35:34 +01:00
Sharlatan Hellseher
c05d25aa79 gnu: python-lxml: Switch to pyproject.
* gnu/packages/xml.scm (python-lxml) [build-system]: Switch to
pyproject-build-system.
[native-inputs]: Add python-setuptools.
(python-lxml-4.9)[arguments] <phases>: Add custom 'check.

Change-Id: Ib64a5e181dbc70fdb03607e05d79549ef2e51738
2025-09-25 09:35:34 +01:00
Sharlatan Hellseher
b212d0481e gnu: python-setuptools: Update to 80.9.0.
* gnu/packages/python-build.scm (python-setuptools): Update to 80.9.0.

Change-Id: I76ecbbfd4aeb3334fc3544912ded256ff058f3db
2025-09-25 09:35:34 +01:00
Janneke Nieuwenhuizen
e2a42ac5ac gnu: guile-for-guile-emacs: Fix build with gcc-14.
Reported by Serentty via IRC.

* gnu/packages/guile.scm (guile-for-guile-emacs)[arguments]: Add CFLAGS
to #:configure-flags to relax gcc-14's strictness.

Change-Id: I6b3f871695eb25fbf84a2334525e1d0e15e36b92
2025-09-25 08:40:04 +02:00
Arun Isaac
1a22809928 services: mumi: Add Debbugs rsync as shepherd timer.
* gnu/services/web.scm (<mumi-configuration>)[data-directory, rsync-remote,
rsync-flags]: New fields.
(%mumi-worker-log): Delete variable.
(%mumi-rsync-and-index-log): New variable.
(mumi-rsync-and-index): New function.
(mumi-shepherd-services): Remove mumi-worker service. Add mumi-rsync-and-index
service.
(mumi-service-type): Remove default value.
* doc/guix.texi (Web Services)[mumi]: Document data-directory, rsync-remote
and rsync-flags fields.

Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2025-09-25 01:33:10 +01:00
Florian Pelz
7506e7ef68 gnu: schiffbruch: Fix build with GCC 14.
* gnu/packages/patches/schiffbruch-fix-build-for-gcc-13.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/games.scm (schiffbruch): Apply it.

Change-Id: I539c749e57323dc305a022066d3b07de1cf5ec1d
Reviewed-by: Andreas Enge <andreas@enge.fr>
2025-09-25 00:01:31 +02:00
jgart
aabe0d2c30 gnu: trealla: Update to 2.83.5.
* gnu/packages/prolog.scm (trealla): Update to 2.83.5.

Change-Id: I9d36c4d23ca8412c466d69fbb8387185f54b9684
2025-09-24 14:48:14 -05:00
Francisco-Galindo
f3c7c225d4 gnu: Add emacs-treesit-auto.
* gnu/packages/emacs-xyz.scm (emacs-treesit-auto): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-09-24 19:16:54 +02:00
Gabriel Santos
6d48eaa9a3 gnu: Add sword.
* gnu/packages/books.scm (sword): New variable.

Change-Id: I0173b1cdf6cfafe8554552d3e6e88baa0a0827ad
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-09-24 18:26:07 +02:00
gemmaro
7b02860b01 gnu: ruby-ethon: Enable tests.
* gnu/packages/ruby-xyz.scm (ruby-ethon): Enable tests.
[source]: Switch to use the Git repository, which includes test files.
[arguments]<#:tests?>: Remove it to enable tests by default.
<#:phases>: Add a phase to relax the mime-types gem version constraint.
Add a phase to remove Bundler setup, and replace the check phase to directly
run RSpec, in order to avoid perf dependencies.
Because of this, #:test-target is not needed to be "spec".
[native-inputs]: Add test dependencies.

Change-Id: Ib2685217e7e975b8fa38f120b29f88655ec2fc5a
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-09-24 18:19:47 +02:00
gemmaro
bd2a7829f4 gnu: ruby-ethon: Update to 0.17.0.
* gnu/packages/ruby-xyz.scm (ruby-ethon): Update to 0.17.0.

Change-Id: If518afde51e947a9028a189a9299b7d78d75a713
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-09-24 18:19:39 +02:00
Hennadii Stepanov
309e2e54cd gnu: libsecp256k1: Update to 0.7.0.
* gnu/packages/crypto.scm (libsecp256k1): Update to 0.7.0.
Change-Id: I0065befd22704b3f43a58d70171af6e4ab3f8be8
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-09-24 17:27:44 +02:00
Yelninei
5599b4b44f gnu: libssh: Update to 0.11.3.
* gnu/packages/ssh.scm (libssh): Update to 0.11.3.

Change-Id: Ic70f03402a0c6b93852d08ec035a37d6b7fa0aa0
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-09-24 16:02:07 +02:00
Cayetano Santos
90fcaa261f gnu: python-vunit: Fix unbundle dependencies.
* gnu/packages/electronics.scm (python-vunit)[arguments]: Remove
dosymlink;  add unbundle and run-examples #:phases.

Change-Id: I088bffa95775a62045c5c6fecb1cf4a47ccda2f8
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
2025-09-24 15:30:43 +02:00
Simeon Prause
b16cacec26 gnu: fluidsynth: Update to 2.4.8.
* gnu/packages/audio.scm (fluidsynth): Update to 2.4.8.
[propagated-inputs]: Add pipewire.

Change-Id: Ifeb7a5671d728ee0e5b23166424adb42a22e6c6c
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
2025-09-24 15:30:43 +02:00
Simeon Prause
258c85a26a gnu: fluidsynth: Update to 2.4.8.
* gnu/packages/audio.scm (fluidsynth): Update to 2.4.8.

Change-Id: I49657f08e472f7f151b4aabe6037aec11a9176f9
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
2025-09-24 15:30:43 +02:00
Cayetano Santos
3e69fa627a gnu: prjtrellis: Update to 1.4-1.92345b7.
* gnu/packages/electronics.scm (prjtrellis): Update to 1.4-1.92345b7.

Change-Id: I8f67746e2b19191f0c47c80789104951b7f8a577
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
2025-09-24 15:30:43 +02:00
Cayetano Santos
ee16bf81cd gnu: aacircuit: Move to electronics.
* gnu/packages/engineering.scm (aacircuit): Move from here ...
* gnu/packages/electronics.scm: ... to here.

Change-Id: If632d7ba4917a8a5d01f45943daa9cdd86c2a9bb
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
2025-09-24 15:30:40 +02:00
Cayetano Santos
4dc3ca546c gnu: lm-sensors: Improve style.
* gnu/packages/linux.scm (lm-sensors)[arguments]: Use G-Expressions.

Change-Id: Ia22080afe1aa52fd9f37df5c5711a3df174beb1c
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-09-24 15:09:33 +02:00
Cayetano Santos
98f8c859c7 gnu: lm-sensors: Update to 3.6.2.
* gnu/packages/linux.scm (lm-sensors): Update to 3.6.2.

Change-Id: Ice71432e5e0f716769ff17a579acbc1768156992
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-09-24 15:09:33 +02:00
Distopico
32bc77002f gnu: sdkmanager: Update to 0.6.11.
* gnu/packages/android.scm (sdkmanager): Update to 0.6.11.

[native-inputs]: Add python-defusedxml, python-requests-cache.
[native-inputs]: Add python-requests-cache, change python-urllib3 version.
[native-search-paths]: Add `$SSL_CERT_FILE` to avoid error 'Could not
find a suitable TLS CA certificate bundle'.
[arguments]<#:phases>{patch-tests}: Disable tests that require network.
{check}: Replace.

Change-Id: I95d2908bc9e814b1cfe5efd799a1955f2c6bba3c
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-09-24 15:07:32 +02:00
Sören Tempel
632ea2db98 gnu: wllvm: Refer to binutils and file by path.
Without these dependencies, wllvm cannot compile any code.

* gnu/packages/llvm.scm (wllvm)[inputs]: Add binutils and file.
[arguments]: Add 'fix-paths phase.

Change-Id: I5727e55b889f8cebb1a8b20c5f1fce545b252e77
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-09-24 14:30:05 +02:00
Andy Tai
e26bb1ecc0 gnu: parallel: Update to 20250922.
* gnu/packages/parallel.scm (parallel): Update to 20250922.

Change-Id: Ie24eb4f07a2e31a54cefdd166a78c5c20d380222
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-09-24 14:27:01 +02:00
Arun Isaac
fea728d143 gnu: nginx: Enable stream_ssl_preread module.
* gnu/packages/web.scm (nginx)[arguments]: Add
--with-stream_ssl_preread_module configure flag.
2025-09-24 12:21:30 +01:00
Arun Isaac
464d738655 services: nginx: Add stream configuration.
* gnu/services/web.scm (<nginx-stream-configuration>): New record type.
(<nginx-configuration>)[stream]: New field.
(emit-nginx-server-config): Add context argument.
(default-nginx-config): Serialize stream.
* doc/guix.texi (Web Services): Document it.
2025-09-24 12:21:30 +01:00
Andreas Enge
734da975a2 gnu: Deprecate barrier in favor of deskflow.
* gnu/packages/barrier.scm: Remove file.
* gnu/local.mk (GNU_SYSTEM_MODULES), po/packages/POTFILES.in: Unregister
file.
* gnu/packages/hardware.scm (barrier): New variable.

Fixes: guix/guix#1521
Change-Id: I7071a21aa9ef0ae4eafe752fc03ce1e9f768c8ef
2025-09-24 10:31:00 +02:00
wrobell
9b46060950 gnu: rabbitmqadmin: Update to 2.9.0.
* gnu/packages/rust-apps.scm (rabbitmqadmin): Update to 2.9.0.
  [arguments] <#:rust>: Use rust-1.88.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs) [rabbitmqadmin]:
  Update entry.

Change-Id: I4f519aae964175e75dc6c045242e9692faff83f8
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Modified-by: Hilton Chain <hako@ultrarare.space>
2025-09-24 16:13:05 +08:00
Ada Stevenson
b0e4e325ec gnu: rusty: Update to 0.2.0-1.2f406d9.
* gnu/packages/rust-apps.scm (rusty): Update to 0.2.0-1.2f406d9.

Change-Id: I10fefbeb2f8349b7ca01026a0f87e023881cae1c
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Modified-by: Hilton Chain <hako@ultrarare.space>
2025-09-24 16:03:23 +08:00