diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-26 20:19:52 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:44 +0100 |
| commit | f815f0796fcc1657d12a10835b67cb80942f6ec3 (patch) | |
| tree | 06d80d7291385832c1480c17c5d3965bb89c6131 /gnu/packages/python-science.scm | |
| parent | 0620f182e092af3bd17d09b5e055229f57ff08f3 (diff) | |
gnu: python-meson-python: Rename to python-meson.
This change adjusts the package name to follow Guix naming convention
for Python packages, see:
<https://codeberg.org/guix/guix/issues/5917#issuecomment-10168830>.
* gnu/packages/python-xyz.scm (python-meson): New variable.
(python-meson-python): Deprecate variable.
* gnu/packages/algebra.scm (python-flint):
* gnu/packages/astronomy.scm (python-pixell)
* gnu/packages/finance.scm (beancount)
* gnu/packages/game-development.scm (python-pygame-ce)
* gnu/packages/machine-learning.scm (python-scikit-learn)
* gnu/packages/python-science.scm (python-pandas, python-scikit-image,
python-scikit-misc, python-scipy, python-scs)
* gnu/packages/python-xyz.scm (python-contourpy, python-cysignals,
python-dbus-python, python-matplotlib, python-numpy, python-numpy-1,
python-pywavelets, python-siphash24)
[native-inputs]: Remove python-meson-python; add python-meson.
Fixes: guix/guix#5917
Change-Id: I0a9d53a164e542831fb5c3292ba71583f30d3b74
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 21168b47a97..96d0f005f43 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -3002,7 +3002,7 @@ logic, also known as grey logic.") ;; python-scikit-learn #;python-simpleitk)) (native-inputs - (list python-meson-python + (list python-meson python-pytest python-pytest-localserver python-pythran)) @@ -3048,7 +3048,7 @@ logic, also known as grey logic.") (string-append "version = \"" #$version "\"")))))))) (native-inputs (list gfortran - python-meson-python + python-meson python-spin python-pytest python-setuptools)) @@ -3336,7 +3336,7 @@ cross-validation.") python-click python-doit python-hypothesis - python-meson-python + python-meson python-mpmath python-numpydoc python-pooch @@ -3961,7 +3961,7 @@ tissue-specificity metrics for gene expression.") (inputs (list xclip xsel)) (native-inputs - (list python-meson-python + (list python-meson python-lxml python-pytest python-pytest-asyncio @@ -5120,7 +5120,7 @@ arrays. It is a fork of the Aesara library.") "scs/pythoncapi-compat")))))) (native-inputs (list pkg-config - python-meson-python + python-meson python-pytest pythoncapi-compat scs)) |
