Ricardo Wurmus
83580b949d
gnu: python-numba: Update to 0.54.1.
...
* gnu/packages/python-xyz.scm (python-numba): Update to 0.54.1.
[propagated-inputs]: Replace python-numpy with python-numpy-1.20.
[arguments]: Add phase 'disable-failing-tests.
2021-11-20 12:02:20 +01:00
Ricardo Wurmus
bcf7d0bc7b
gnu: python-numba: Run tests conditionally.
...
* gnu/packages/python-xyz.scm (python-numba)[arguments]: Respect TESTS? argument.
2021-11-20 12:02:20 +01:00
Ricardo Wurmus
40d4b541d9
gnu: python-numba: Remove trailing #T.
...
* gnu/packages/python-xyz.scm (python-numba)[arguments]: Remove trailing #T
from build phase.
2021-11-20 12:02:20 +01:00
Ricardo Wurmus
d8b7986769
gnu: Add python-numpy-1.20.
...
* gnu/packages/python-xyz.scm (python-numpy-1.20): New variable.
2021-11-20 12:02:20 +01:00
Ricardo Wurmus
cf649c1e0d
gnu: repo2docker: Use GUIX_PYTHONPATH.
...
* gnu/packages/jupyter.scm (repo2docker)[arguments]: Use GUIX_PYTHONPATH
instead of PYTHONPATH.
2021-11-20 12:02:19 +01:00
Ricardo Wurmus
3b2553ee4c
gnu: python-llvmlite: Update to 0.37.0.
...
* gnu/packages/llvm.scm (python-llvmlite): Update to 0.37.0.
[inputs]: Update patched LLVM.
2021-11-20 12:02:19 +01:00
Ricardo Wurmus
2c19edeb4f
gnu: python-llvmlite: Remove trailing #T.
...
* gnu/packages/llvm.scm (python-llvmlite)[arguments]: Remove trailing #T from
build phases.
2021-11-20 12:02:19 +01:00
Ricardo Wurmus
443f3e170a
gnu: python-pytorch: Warn of missing test inputs.
...
* gnu/packages/machine-learning.scm (python-pytorch): Add comment.
2021-11-20 12:02:19 +01:00
Ricardo Wurmus
9a3dffc851
gnu: python-pytorch: Add missing input.
...
* gnu/packages/machine-learning.scm (python-pytorch)[propagated-inputs]: Add
python-click.
2021-11-20 12:02:19 +01:00
Ricardo Wurmus
1e13f73605
gnu: python-pytorch: Use ADD-INSTALLED-PYTHONPATH.
...
* gnu/packages/machine-learning.scm (python-pytorch)[arguments]: Do not set
PYTHONPATH; use add-installed-pythonpath instead.
2021-11-20 12:02:19 +01:00
Ricardo Wurmus
5f6558792f
gnu: opendht: Use GUIX_PYTHONPATH.
...
* gnu/packages/networking.scm (opendht)[arguments]: Use GUIX_PYTHONPATH in the wrapper.
2021-11-20 12:02:19 +01:00
Josselin Poiret
2db788fe74
gnu: elogind: Revert changes to polkit build time detection.
...
* gnu/packages/patches/elogind-revert-polkit-detection.patch: New file.
* gnu/packages/freedesktop.scm (elogind): Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Timothy Sample <samplet@ngyro.com>
2021-11-19 17:19:34 -05:00
Ludovic Courtès
25b6e7110c
gnu: python-jupyter-console: Update to 6.4.0.
...
* gnu/packages/python-xyz.scm (python-jupyter-console): Update to 6.4.0.
[native-inputs]: Add PYTHON-PYTEST.
2021-11-19 22:35:22 +01:00
Ludovic Courtès
7c9801e857
gnu: python-notebook: Fix tests that rely on the gio "trash" mechanism.
...
Previously 'test_delete' and a couple of related tests in
'test_content_api.py' would fail:
https://lists.gnu.org/archive/html/guix-devel/2021-11/msg00083.html
Reported by Ricardo Wurmus.
* gnu/packages/python-xyz.scm (python-notebook)[arguments]: Add
'use-our-home-for-tests' phase. In 'check' phase, remove call to
'setenv' and unnecessary use of 'with-directory-excursion'.
2021-11-19 21:27:18 +01:00
Josselin Poiret
d55ed2725e
gnu: wlroots: Remove unneeded elogind dependency.
...
* gnu/packages/wm.scm (wlroots): Remove it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-19 14:26:15 +01:00
Josselin Poiret
02a3a1bdd7
gnu: seatd: Make elogind a propagated input.
...
* gnu/packages/freedesktop.scm (seatd): Do it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-19 14:26:15 +01:00
Vivien Kraus
d9e3c1b0b3
gnu: geary: Upgrade to 40.0
...
* gnu/packages/gnome.scm (geary): Upgrade to 40.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-19 14:26:15 +01:00
Vivien Kraus
86f031e877
gnu: gmime: Install the vapi file.
...
* gnu/packages/mail.scm (gmime)[configure flags]: Build the vapi file.
[native-inputs]: Add vala.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-19 14:26:14 +01:00
Ricardo Wurmus
c00131d4ef
gnu: onionshare: Remove trailing #T.
...
* gnu/packages/tor.scm (onionshare)[arguments]: Remove trailing #T from build
phases.
2021-11-19 10:11:25 +01:00
Ricardo Wurmus
7eb9b6ed6c
gnu: onionshare: Run tests conditionally.
...
* gnu/packages/tor.scm (onionshare)[arguments]: Respect TESTS?.
2021-11-19 10:11:25 +01:00
Ricardo Wurmus
cab90f0832
gnu: onionshare: Do not set PYTHONPATH directly.
...
* gnu/packages/tor.scm (onionshare)[arguments]: Use ADD-INSTALLED-PYTHONPATH
in 'check phase.
2021-11-19 10:11:25 +01:00
Ricardo Wurmus
66fc69794c
gnu: onionshare-cli: Update to 2.4.
...
* gnu/packages/tor.scm (onionshare-cli): Update to 2.4.
[inputs]: Add python-pynacl.
[arguments]: Patch references to /usr/share/tor in 'bake-tor phase; remove
trailing #T; run tests conditionally.
2021-11-19 10:11:25 +01:00
Ricardo Wurmus
872116ebc6
gnu: python-eventlet: Update to 0.33.0.
...
* gnu/packages/python-xyz.scm (python-eventlet): Update to 0.33.0.
[propagated-inputs]: Add python-six.
[native-inputs]: Add python-nose.
[arguments]: Enable tests; add build phases 'avoid-OSError and
'delete-broken-tests; replace the 'check phase to run nosetests.
2021-11-19 10:11:25 +01:00
Ricardo Wurmus
5d151c27b3
gnu: python-pytest-httpserver: Use GUIX_PYTHONPATH.
...
* gnu/packages/check.scm (python-pytest-httpserver)[arguments]: Use
GUIX_PYTHONPATH instead of PYTHONPATH.
2021-11-19 10:11:19 +01:00
Timothy Sample
abc9a9b745
gnu: polkit: Fix elogind configuration.
...
* gnu/packages/patches/polkit-configure-elogind.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/polkit.scm (polkit): Use it.
2021-11-19 00:55:21 -05:00
Ricardo Wurmus
dab4ce0104
gnu: mcg: Use GUIX_PYTHONPATH.
...
* gnu/packages/mpd.scm (mcg)[arguments]: Use GUIX_PYTHONPATH in the wrapper;
and remove trailing #T while we're at it.
2021-11-18 22:18:12 +00:00
Ludovic Courtès
3ad135625b
shell: Adjust test to expect C_INCLUDE_PATH, not CPATH.
...
This is a followup to 2a3cd4ee35
.
* tests/guix-shell.sh: Expect C_INCLUDE_PATH instead of CPATH.
2021-11-18 22:59:40 +01:00
Ludovic Courtès
bcff9d6388
tests: Adjust opam and pypi tests to simplified inputs.
...
* tests/opam.scm ("opam->guix-package"): Expect simplified inputs.
* tests/pypi.scm ("pypi->guix-package, package name contains \"-\" followed by digits"):
Likewise.
2021-11-18 22:56:10 +01:00
Ludovic Courtès
7d043abfdb
derivations: Officially deprecate 'build-expression->derivation'.
...
This procedure had been semi-deprecated since 2014, starting with commit
21b679f6944f4e1f09f949322f5242b761dc22a7!
* guix/derivations.scm (build-expression->derivation): Define using
'define-deprecated'.
2021-11-18 22:47:55 +01:00
Ludovic Courtès
e37dcf63dc
build-system/go: Update cross-compilation support to new interface.
...
* guix/build-system/go.scm (go-cross-build): Remove 'store', 'native-drvs'
and 'target-drvs'; add 'source', 'build-inputs', 'target-inputs', and
'host-inputs'. Change default value of #:phases.
[builder]: Rewrite as a gexp.
Rewrite body to call 'gexp->derivation' instead of
'build-expression->derivation'.
2021-11-18 22:35:47 +01:00
Ludovic Courtès
8362046a06
gnu: gnupg@2.2.32: Hide.
...
* gnu/packages/gnupg.scm (gnupg-2.2.32)[properties]: New field.
2021-11-18 22:21:31 +01:00
Ludovic Courtès
98d864e313
gnu: entangle: Build with Meson 0.59.
...
* gnu/packages/photo.scm (entangle)[arguments]: Pass #:meson.
2021-11-18 22:13:07 +01:00
Ludovic Courtès
427d95f7af
gnu: libdmapsharing: Build against libsoup 2.
...
* gnu/packages/gnome.scm (libdmapsharing)[propagated-inputs]: Change
LIBSOUP to LIBSOUP-MINIMAL-2.
2021-11-18 22:09:25 +01:00
Ludovic Courtès
ae716a4966
gnu: gthumb: Build with Meson 0.59.
...
* gnu/packages/gnome.scm (gthumb)[arguments]: Pass #:meson.
2021-11-18 22:00:02 +01:00
Ricardo Wurmus
053ac3751e
gnu: terminator: Use GUIX_PYTHONPATH.
...
* gnu/packages/gnome.scm (terminator)[arguments]: Use GUIX_PYTHONPATH in
'wrap-program phase.
2021-11-18 19:34:20 +00:00
Ricardo Wurmus
d6a970dbf6
gnu: terminator: Remove trailing #T.
...
* gnu/packages/gnome.scm (terminator)[arguments]: Remove trailing #T from
build phases.
2021-11-18 19:33:54 +00:00
Ricardo Wurmus
dddc90a363
gnu: shorah: Use GUIX_PYTHONPATH in wrapper.
...
* gnu/packages/bioinformatics.scm (shorah)[arguments]: Wrap executable with
GUIX_PYTHONPATH.
2021-11-18 19:25:16 +00:00
Vivien Kraus
2691864533
gnu: irrlicht: Fix build.
...
* gnu/packages/games.scm (irrlicht) [phase remove-<sys/systctl.h>]:
<sys/sysctl.h> has been removed from glibc, and it is not used, so remove it.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-11-18 21:09:43 +02:00
Ricardo Wurmus
675f324e12
gnu: python-tablib: Use GUIX_PYTHONPATH instead of PYTHONPATH.
...
* gnu/packages/python-xyz.scm (python-tablib)[arguments]: Use GUIX_PYTHONPATH
instead of PYTHONPATH in 'check phase.
2021-11-18 18:47:13 +00:00
Timothy Sample
fc3e4ef0db
gnu: gnome: Use at-spi2-core-minimal.
...
Fixes <https://issues.guix.gnu.org/51916 >.
Reported by Vivien Kraus <vivien@planete-kraus.eu>.
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Replace
at-spi2-core with at-spi2-core-minimal.
2021-11-18 12:11:53 -05:00
Ricardo Wurmus
b41d3fa983
gnu: python-screenkey: Use GUIX_PYTHONPATH instead of PYTHONPATH.
...
* gnu/packages/python-xyz.scm (python-screenkey)[arguments]: Wrap with
GUIX_PYTHONPATH instead of PYTHONPATH.
2021-11-18 17:10:09 +00:00
Ricardo Wurmus
a28667b76c
gnu: python-screenkey: Update description.
...
* gnu/packages/python-xyz.scm (python-screenkey)[description]: Extend to use a
complete sentence.
2021-11-18 17:09:10 +00:00
Ricardo Wurmus
9d0c5f18e7
gnu: python-typer: Run tests conditionally.
...
* gnu/packages/python-xyz.scm (python-typer)[arguments]: Only run tests when
TESTS? is #true.
2021-11-18 17:01:21 +00:00
Ricardo Wurmus
3b1cf6ab5e
gnu: python-typer: Use GUIX_PYTHONPATH instead of PYTHONPATH.
...
* gnu/packages/python-xyz.scm (python-typer)[arguments]: Use GUIX_PYTHONPATH
in 'check phase.
2021-11-18 17:01:21 +00:00
Ricardo Wurmus
9e76a5b7cb
gnu: python-typer: Run more tests.
...
* gnu/packages/python-xyz.scm (python-typer)[arguments]: Delete phase
'disable-failing-tests; disable only test_show_completion and
test_install_completion in 'check phase; add phase 'patch-shell-reference.
2021-11-18 17:01:20 +00:00
Guillaume Le Vaillant
28b92acf6b
gnu: enlightenment: Add missing input.
...
* gnu/packages/enlightenment.scm (enlightenment)[inputs]: Addd libdrm.
2021-11-18 17:58:13 +01:00
Maxim Cournoyer
61576d5927
gnu: python-dbusmock: Patch reference to dbus-daemon.
...
* gnu/packages/python-xyz.scm (python-dbusmock)
[phases]{patch-shell-path}: Rename to...
{patch-paths}: ... this, and also patch the dbus-daemon reference.
2021-11-18 11:40:11 -05:00
Maxim Cournoyer
416c706729
gnu: python-dbusmock: Update to 0.24.1.
...
* gnu/packages/python-xyz.scm (python-dbusmock): Update to 0.24.1.
2021-11-18 11:40:10 -05:00
Maxim Cournoyer
4486870b1a
gnu: xorg-server-xwayland: Update to 21.1.3 and adjust package.
...
Xwayland is no longer part of the main X server distribution and now requires
Meson to build. This change also turn on EGL support, which was previously
disabled.
* gnu/packages/xorg.scm (xorg-server-xwayland): Do not inherit from
xorg-server. Update to 21.1.3.
[native-inputs]: New field.
[build-system]: Likewise.
[inputs]: Fully specify inputs, which are a subset of those of xorg-server.
[configure-flags]: Adjust for Meson.
[phases]{patch-/bin/sh}: New phase.
[description, home-page, license]: New fields.
2021-11-18 11:40:10 -05:00
Maxim Cournoyer
6cec904665
gnu: egl-wayland: Update to 1.1.9.
...
* gnu/packages/xorg.scm (egl-wayland): Update to 1.1.9.
[native-inputs]: Add libglvnd and mesa-headers.
[inputs]: Add wayland-protocols.
2021-11-18 11:40:10 -05:00