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.") | |||
| 3002 | ;; python-scikit-learn | 3002 | ;; python-scikit-learn |
| 3003 | #;python-simpleitk)) | 3003 | #;python-simpleitk)) |
| 3004 | (native-inputs | 3004 | (native-inputs |
| 3005 | (list python-meson-python | 3005 | (list python-meson |
| 3006 | python-pytest | 3006 | python-pytest |
| 3007 | python-pytest-localserver | 3007 | python-pytest-localserver |
| 3008 | python-pythran)) | 3008 | python-pythran)) |
| @@ -3048,7 +3048,7 @@ logic, also known as grey logic.") | |||
| 3048 | (string-append "version = \"" #$version "\"")))))))) | 3048 | (string-append "version = \"" #$version "\"")))))))) |
| 3049 | (native-inputs | 3049 | (native-inputs |
| 3050 | (list gfortran | 3050 | (list gfortran |
| 3051 | python-meson-python | 3051 | python-meson |
| 3052 | python-spin | 3052 | python-spin |
| 3053 | python-pytest | 3053 | python-pytest |
| 3054 | python-setuptools)) | 3054 | python-setuptools)) |
| @@ -3336,7 +3336,7 @@ cross-validation.") | |||
| 3336 | python-click | 3336 | python-click |
| 3337 | python-doit | 3337 | python-doit |
| 3338 | python-hypothesis | 3338 | python-hypothesis |
| 3339 | python-meson-python | 3339 | python-meson |
| 3340 | python-mpmath | 3340 | python-mpmath |
| 3341 | python-numpydoc | 3341 | python-numpydoc |
| 3342 | python-pooch | 3342 | python-pooch |
| @@ -3961,7 +3961,7 @@ tissue-specificity metrics for gene expression.") | |||
| 3961 | (inputs | 3961 | (inputs |
| 3962 | (list xclip xsel)) | 3962 | (list xclip xsel)) |
| 3963 | (native-inputs | 3963 | (native-inputs |
| 3964 | (list python-meson-python | 3964 | (list python-meson |
| 3965 | python-lxml | 3965 | python-lxml |
| 3966 | python-pytest | 3966 | python-pytest |
| 3967 | python-pytest-asyncio | 3967 | python-pytest-asyncio |
| @@ -5120,7 +5120,7 @@ arrays. It is a fork of the Aesara library.") | |||
| 5120 | "scs/pythoncapi-compat")))))) | 5120 | "scs/pythoncapi-compat")))))) |
| 5121 | (native-inputs | 5121 | (native-inputs |
| 5122 | (list pkg-config | 5122 | (list pkg-config |
| 5123 | python-meson-python | 5123 | python-meson |
| 5124 | python-pytest | 5124 | python-pytest |
| 5125 | pythoncapi-compat | 5125 | pythoncapi-compat |
| 5126 | scs)) | 5126 | scs)) |
