me
/
guix
Archived
1
0
Fork 0
Commit Graph

139966 Commits (b4206a08badcc1b1fb276c09665ba481171d5cb3)

Author SHA1 Message Date
Christopher Baines b4206a08ba
guix: tests: Increase timeout for test store connection.
THe gexp->derivation, store copy test involves building derivations which
compile a bunch of Guile code, which can be quite slow on slow platforms like
riscv64-linux.

* guix/tests.scm (open-connection-for-tests): Increase #:timeout to 10
minutes.

Change-Id: Iccfd976ce21a8902d776b36f17f5fb91b957d90d
2024-08-01 10:32:31 +01:00
Christopher Baines f4aec15f47
tests: gexp: Handle incorrect guile-bootstrap version for riscv.
The tests currently fail when run on riscv-linux (affecting the guix package)
because Guile 3 is used as the bootstrap guile.  Correcting the package
version seems hard, so I'm just tweaking the tests to use the right effective
version for riscv64-linux.

* tests/gexp.scm (bootstrap-guile-effective-version): New procedure.
("gexp->derivation & with-extensions", "lower-gexp", "lower-gexp,
raw-derivation-file"): Use bootstrap-guile-effective-version.

Change-Id: I3995e1f6b58ada1baf38a8ec55b0173059dd0079
2024-08-01 10:32:31 +01:00
Danny Milosavljevic 450cd7e15f
gnu: waybar: Update to 0.10.4.
* gnu/packages/wm.scm (waybar): Update to 0.10.4.

Change-Id: I90c408e524f5e1d3a49a78925f908b10607342d3
2024-08-01 10:18:46 +02:00
Janneke Nieuwenhuizen 918b7d102c
gnu: mcrl2: Update to 202307.1.
* gnu/packages/maths.scm (mcrl2): Update to 202307.1.

Change-Id: I6fe73c964336654a2f29df398c7f710db73f2637
2024-08-01 09:10:25 +02:00
jgart 01d4363168
gnu: trealla: Update to 2.55.12.
* gnu/packages/prolog.scm (trealla): Update to 2.55.12.

Change-Id: I4a58b72bec88d95e5953390ecf6d558d2534b9de
2024-07-31 00:56:49 -05:00
jgart b4657c1cea
gnu: trealla: Update to 2.55.11.
* gnu/packages/prolog.scm (trealla): Update to 2.55.11.

Change-Id: I0254cde4f5b72d39196d92d06839001eb54e68cf
2024-07-31 00:39:49 -05:00
Zheng Junjie f59c412682
gnu: kdeconnect: Fix dbus autostart for kdeconnectd.
* gnu/packages/kde.scm (kdeconnect)[arguments]: Add fix-dbus-autostart phase.

Change-Id: I27ac61e41f15f9ff2de658fbd04633820f5e0966
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2024-07-31 07:54:11 +08:00
Suhail Singh dae712644d
gnu: Add git-tools.
* gnu/packages/version-control.scm (git-tools): New variable.

Change-Id: I0ac65c24f787714fe0ef234fce639c6ec561600d
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2024-07-31 07:54:11 +08:00
Danny Milosavljevic 5647942d63
gnu: mate-utils: Fix intermittent build failures.
* gnu/packages/mate.scm (mate-utils)[arguments]<#:parallel-build>:
Set to #f.

Change-Id: I6cc4fd1e83ea250ed3a6450c98eccf7474848a5f
2024-07-31 00:51:29 +02:00
Danny Milosavljevic 709fddf317
gnu: gtk-layer-shell: Update to 0.8.0.
* gnu/packages/gtk.scm (gtk-layer-shell): Update to 0.8.0.
[native-inputs]: Add vala.

Change-Id: Iadf1a502eaac3f5f82ed0624c4e8b80d96e5cea0
2024-07-31 00:09:50 +02:00
Sharlatan Hellseher 2aa0127d4e
gnu: python-astropy: Disable one failing test.
* gnu/packages/astronomy.scm (python-astropy) [arguments]:
<#:test-flags>: Disable one failing test as seen in
<https://ci.guix.gnu.org/build/5269958/log/raw>.

Change-Id: Ied8c4268ede1b480eec501fe03b58de0e0894b62
2024-07-30 12:09:51 +01:00
Zheng Junjie d8217355f2
gnu: wayvnc: Fix cross-compiling.
* gnu/packages/vnc.scm (wayvnc)[native-inputs]: When cross-compiling, add
wayland.

Change-Id: Iebe8bb1959c7df80b98c49913e2aa3348bae679a
2024-07-30 17:52:38 +08:00
Zheng Junjie 83cb01c666
gnu: wayvnc: Update to 0.8.0.
* gnu/packages/vnc.scm (wayvnc): Update to 0.8.0.
[inputs]: Add jansson.

Change-Id: Iebe8bb1959c7df80b98c49913e2aa3348bae679a
2024-07-30 17:52:38 +08:00
Zheng Junjie 9193fa09ec
gnu: neatvnc: Update to 0.8.0.
* gnu/packages/vnc.scm (neatvnc): Update to 0.8.0.

Change-Id: I700029a733c4a557386edb65be422dd4036b24f8
2024-07-30 17:52:38 +08:00
Zheng Junjie bb710ca646
gnu: aml: Update to 0.3.0.
* gnu/packages/c.scm (aml): Update to 0.3.0.

Change-Id: I2bb2c44650485538eaf4dd174cbbc6e697d00e69
2024-07-30 17:52:37 +08:00
kitzman 54afafc63f
gnu: Add wayvnc.
* gnu/packages/vnc.scm (wayvnc): New Variable.

Change-Id: I8cb0e59089b9f9812b27fdd58dceba747a896924
2024-07-30 17:52:37 +08:00
kitzman 6a517e9417
gnu: Add neatvnc.
* gnu/packages/vnc.scm (neatvnc): New Variable.

Change-Id: I8cb0e59089b9f9812b27fdd58dceba747a896924
2024-07-30 17:52:37 +08:00
kitzman 48a33bb067
gnu: Add aml.
* gnu/packages/c.scm (aml): New variable.

Change-Id: I271be102bfa1f2e529d70f1e0029263d624821b8
2024-07-30 17:52:37 +08:00
Sharlatan Hellseher 1b7d53dad7
gnu: Add python-sncosmo.
* gnu/packages/astronomy.scm (python-sncosmo): New variable.

Change-Id: I49b42a89e9bcabda1fa7193e40c5c43fbeaf1613
2024-07-30 10:30:48 +01:00
Sharlatan Hellseher a14707e3bd
gnu: Add python-looseversion.
* gnu/packages/python-xyz.scm (python-looseversion): New variable.

Change-Id: I862f10cf5c7285e171335abee429ae76140271dd
2024-07-30 10:30:48 +01:00
Sharlatan Hellseher f6623ccacf
gnu: Add python-glue-core.
* gnu/packages/astronomy.scm (python-glue-core): New variable.

Change-Id: I7fde0a36e35bf30e42cc419fdf4573a3924e032d
2024-07-30 10:30:48 +01:00
Sharlatan Hellseher c6ecd58a0d
gnu: Add python-mpl-scatter-density.
* gnu/packages/python-science.scm (python-mpl-scatter-density): New variable.

Change-Id: Id4ea80b2c62642affbe1944e0c5126a1c53d16c3
2024-07-30 10:30:48 +01:00
Sharlatan Hellseher 71c5db8769
gnu: Add python-echo.
* gnu/packages/python-xyz.scm (python-echo): New variable.

Change-Id: Id506a7b4ed9681227372455f9d96a0957eb845a7
2024-07-30 10:30:48 +01:00
Sharlatan Hellseher 27172c4f50
gnu: Add python-sbpy.
* gnu/packages/astronomy.scm (python-sbpy): New variable.

Change-Id: I456f1400ce072d3a2e4cd263349f57c5779f36c5
2024-07-30 10:30:47 +01:00
Sharlatan Hellseher 3469162bca
gnu: Add python-ads.
* gnu/packages/astronomy.scm (python-ads): New variable.

Change-Id: Ia4ae54c90cd77ff15c8171a992ddc1ce823557e8
2024-07-30 10:30:47 +01:00
Sharlatan Hellseher 82c9302be0
gnu: Add python-kanon.
* gnu/packages/astronomy.scm (python-kanon): New variable.

Change-Id: Ibff5d7b92f819c41bfb7f6b76e73c5815c8f3cae
2024-07-30 10:30:47 +01:00
Sharlatan Hellseher ae7a4bf697
gnu: Add python-poetry-dynamic-versioning.
* gnu/packages/python-xyz.scm (python-poetry-dynamic-versioning): New
variable.

Change-Id: I2a9a38b2002426f5265cf0203b88dd523d1fa2b8
2024-07-30 10:30:47 +01:00
Sharlatan Hellseher 573d478f72
gnu: Add python-dunamai.
* gnu/packages/python-xyz.scm (python-dunamai): New variable.

Change-Id: Iabb0221c615ee345d1e557d2d428254929823283
2024-07-30 10:30:47 +01:00
Sharlatan Hellseher 77d4efec42
gnu: python-fast-histogram: Adjust inputs.
* gnu/packages/python-science.scm (python-fast-histogram): Fix lint
warnings and adjust inputs.
[native-inputs]: Add python-setuptools-scm.

Change-Id: Ic51660d7542114f2bb45be4720ab4d899633e56d
2024-07-30 10:30:47 +01:00
Sharlatan Hellseher 31e3303dd7
gnu: python-tweakwcs: Update to 0.8.8.
* gnu/packages/astronomy.scm (python-tweakwcs): Update to 0.8.8.

Change-Id: I9a324c7ec06e960da0fdd23c3b005c0351af8fef
2024-07-30 10:30:47 +01:00
Sharlatan Hellseher a7c5f5a958
gnu: python-sunpy: Update to 5.1.5.
* gnu/packages/astronomy.scm (python-sunpy): Update to 5.1.5.

Change-Id: If735089d542dfe376da0f11bc66163c5857f7158
2024-07-30 10:30:47 +01:00
Sharlatan Hellseher 9d84eb9bbb
gnu: python-stdatamodels: Update to 2.0.0.
* gnu/packages/astronomy.scm (python-stdatamodels): Update to 2.0.0.

Change-Id: I98fcdc66ea6bf161503139a6192316a3748f0215
2024-07-30 10:30:47 +01:00
Sharlatan Hellseher c7b37bcc90
gnu: python-stpipe: Improve indentation.
* gnu/packages/astronomy.scm (python-stpipe): Improve indentation.

Change-Id: I0889f1374aa0024c34eaf9a670c3d8beda40011a
2024-07-30 10:30:47 +01:00
Sharlatan Hellseher 33ec096ca5
gnu: python-stpipe: Update to 0.6.0.
* gnu/packages/astronomy.scm (python-stpipe): Update to 0.6.0.

Change-Id: I381ba0d90aeb78055669c3d063bc82ae54ad42df
2024-07-30 10:30:46 +01:00
Sharlatan Hellseher 77c8bff0ea
gnu: python-pytest-openfiles: Simplify package.
* gnu/packages/python-check.scm (python-pytest-openfiles)
[build-system]: Swap to pyproject-build-system.
[arguments]: <#:phases>: Use default 'chck phase.

Change-Id: I3bbbacd8694afdfee020f11d37f5c035bdad73f9
2024-07-30 10:30:46 +01:00
Sharlatan Hellseher 66c1a004ac
gnu: python-pytest-openfiles: Update to 0.6.0.
* gnu/packages/python-check.scm (python-pytest-openfiles): Update to 0.6.0.

Change-Id: I629c0b1ad56c313a850cbca6f58e66bb1d9920d7
2024-07-30 10:30:46 +01:00
Sharlatan Hellseher 57622749ca
gnu: python-extension-helpers: Enable tests.
* gnu/packages/python-xyz.scm (python-extension-helpers): Adjust
indentation.
[source]: Swap to git checkout which contains tests.
[arguments]: <#:tests-flags>: Disable one failing tests.
<#:phases>: Add 'set-version phase. Use custom 'check phase.
[native-inputs]: Remove python-coverage. Add python-tomli.

Change-Id: I8a04811e43bc0f1c2e0761aca87c4888a1444fc1
2024-07-30 10:30:46 +01:00
Sharlatan Hellseher 5e63cf0acc
gnu: python-extension-helpers: Update to 1.1.1.
* gnu/packages/python-xyz.scm (python-extension-helpers): Update to 1.1.1.

Change-Id: Ia5fa0b445232314134d0127add75fcf2082bbc59
2024-07-30 10:30:46 +01:00
Sharlatan Hellseher 7c89281e3b
gnu: python-photutils: Update to 1.13.0.
* gnu/packages/astronomy.scm (python-photutils): Update to 1.13.0.
[native-inputs]: Remove python-cython; add python-cython-3.

Change-Id: Id73418fc2324882055015fb2bb2664b00b38a1a3
2024-07-30 10:30:46 +01:00
Sharlatan Hellseher 695a3ba8e7
gnu: python-jwst: Update to 1.15.1.
* gnu/packages/astronomy.scm (python-jwst): Update to 1.15.1.

Change-Id: I19b2c0eb1a27857c5df1b2c356248c279adeab81
2024-07-30 10:30:46 +01:00
Sharlatan Hellseher 087ec72e15
gnu: python-czml3: Adjust indentation.
* gnu/packages/astronomy.scm (python-czml3): Adjust indentation.

Change-Id: I28fefff7cec5d6c1d69ce4b760da607289ce6e1e
2024-07-30 10:30:46 +01:00
Sharlatan Hellseher 825754d07c
gnu: python-czml3: Update to 1.0.1.
* gnu/packages/astronomy.scm (python-czml3): Update to 1.0.1.

Change-Id: Ib9d21c24befcebb81455dafd4563570b97570613
2024-07-30 10:30:46 +01:00
Sharlatan Hellseher 2f7926dd36
gnu: python-crds: Update to 11.17.26.
* gnu/packages/astronomy.scm (python-crds): Update to 11.17.26.

Change-Id: Ifdee55f01db207bb36d8e408d393d51865927579
2024-07-30 10:30:46 +01:00
Sharlatan Hellseher dc7cca9fef
gnu: python-astropy-iers-data: Update to 0.2024.7.15.0.31.42.
* gnu/packages/astronomy.scm (python-astropy-iers-data): Update to 0.2024.7.15.0.31.42.

Change-Id: I14116d99a5852b389e1b7695c479a6a98c86f8fd
2024-07-30 10:30:45 +01:00
Sharlatan Hellseher a0e804c2db
gnu: python-asdf-zarr: Update to 0.0.4.
* gnu/packages/astronomy.scm (python-asdf-zarr): Update to 0.0.4.

Change-Id: I4bb166d2b2c89d9159a52da91ea581a0c41614e1
2024-07-30 10:30:45 +01:00
Sharlatan Hellseher 4e51c1d35f
gnu: python-asdf: Update to 3.3.0.
* gnu/packages/astronomy.scm (python-asdf): Update to 3.3.0.
[native-inputs]: Remove python-pytest; add python-pytest-8.

Change-Id: Ia2d284156553741dea8cd5481840a79bb18d5f8e
2024-07-30 10:30:45 +01:00
Sharlatan Hellseher ef84b88b20
gnu: stellarium: Update to 24.2.
* gnu/packages/astronomy.scm (stellarium): Update to 24.2.

Change-Id: I316fee7463b9185fa264fdcd68e55f424b2d8f32
2024-07-30 10:30:45 +01:00
Sharlatan Hellseher f815519759
gnu: skymaker: Fix indentation.
* gnu/packages/astronomy.scm (skymaker): Fix indentation.

Change-Id: I2eeecb451d3da7004794ba55f687a2630ef20bcd
2024-07-30 10:30:45 +01:00
Sharlatan Hellseher 234bcc8fd6
gnu: skymaker: Update to 3.10.5.
* gnu/packages/astronomy.scm (skymaker): Update to 3.10.5.

Change-Id: Ib66f35834bdf3d6ce7d1b6924415a3e49b3ae7f9
2024-07-30 10:30:45 +01:00
Sharlatan Hellseher b5de40f04b
gnu: cfitsio: Update to 4.4.1.
* gnu/packages/astronomy.scm (cfitsio): Update to 4.4.1.

Change-Id: Ia589fb141192b59ee5e422a8106da89dff931e85
2024-07-30 10:30:45 +01:00