diff options
| author | Romain GARBAGE <romain.garbage@inria.fr> | 2026-03-02 16:37:51 +0100 |
|---|---|---|
| committer | Romain GARBAGE <romain.garbage@inria.fr> | 2026-05-04 11:10:01 +0200 |
| commit | f63f00030cc789bb4c90af704dea7ad41e2c38d7 (patch) | |
| tree | 9879de83d9eb1c7bcbab3f3964908a85936b10d0 | |
| parent | 749d5d66a7e8cd783ede7d6b403cc79f7a9912a7 (diff) | |
guix-science: Update reference to python-meson.
Update references to python-meson after changes
upstream (https://codeberg.org/guix/guix/commit/19dbcc92e5601a3431c35357b21047fcdf2bc385).
* guix-science/packages/geoscience.scm (python-discretize, python-geoana),
guix-science/packages/neuroscience.scm (python-dipy, python-nipy),
guix-science/packages/physics.scm (python-fabio, python-pyfai): Update
reference to python-meson.
| -rw-r--r-- | guix-science/packages/geoscience.scm | 4 | ||||
| -rw-r--r-- | guix-science/packages/neuroscience.scm | 4 | ||||
| -rw-r--r-- | guix-science/packages/physics.scm | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/guix-science/packages/geoscience.scm b/guix-science/packages/geoscience.scm index 3f3ff10..47e7c9f 100644 --- a/guix-science/packages/geoscience.scm +++ b/guix-science/packages/geoscience.scm | |||
| @@ -199,7 +199,7 @@ disk into geospatial raster files. Bounding boxes can be passed in both WGS84 | |||
| 199 | (lambda _ | 199 | (lambda _ |
| 200 | (delete-file-recursively "discretize")))))) | 200 | (delete-file-recursively "discretize")))))) |
| 201 | (propagated-inputs (list python-numpy python-scipy)) | 201 | (propagated-inputs (list python-numpy python-scipy)) |
| 202 | (native-inputs (list meson-python | 202 | (native-inputs (list python-meson |
| 203 | python-cython | 203 | python-cython |
| 204 | python-pytest | 204 | python-pytest |
| 205 | python-setuptools | 205 | python-setuptools |
| @@ -391,7 +391,7 @@ domains.") | |||
| 391 | (setenv "SETUPTOOLS_SCM_PRETEND_VERSION" | 391 | (setenv "SETUPTOOLS_SCM_PRETEND_VERSION" |
| 392 | #$version)))))) | 392 | #$version)))))) |
| 393 | (propagated-inputs (list python-libdlf python-numpy python-scipy)) | 393 | (propagated-inputs (list python-libdlf python-numpy python-scipy)) |
| 394 | (native-inputs (list meson-python | 394 | (native-inputs (list python-meson |
| 395 | python-cython | 395 | python-cython |
| 396 | python-discretize | 396 | python-discretize |
| 397 | python-pytest | 397 | python-pytest |
diff --git a/guix-science/packages/neuroscience.scm b/guix-science/packages/neuroscience.scm index c0f8367..2535e48 100644 --- a/guix-science/packages/neuroscience.scm +++ b/guix-science/packages/neuroscience.scm | |||
| @@ -1057,7 +1057,7 @@ volumes and convert them to NIfTI.") | |||
| 1057 | python-scipy | 1057 | python-scipy |
| 1058 | python-tqdm | 1058 | python-tqdm |
| 1059 | python-trx)) | 1059 | python-trx)) |
| 1060 | (native-inputs (list meson-python python-cython python-pytest)) | 1060 | (native-inputs (list python-meson python-cython python-pytest)) |
| 1061 | (home-page "https://dipy.org") | 1061 | (home-page "https://dipy.org") |
| 1062 | (synopsis "Diffusion MRI Imaging in Python") | 1062 | (synopsis "Diffusion MRI Imaging in Python") |
| 1063 | (description | 1063 | (description |
| @@ -1861,7 +1861,7 @@ from the NiPreps organization.") | |||
| 1861 | (chdir #$output)))))) | 1861 | (chdir #$output)))))) |
| 1862 | (propagated-inputs (list python-nibabel python-numpy python-scipy | 1862 | (propagated-inputs (list python-nibabel python-numpy python-scipy |
| 1863 | python-sympy python-transforms3d)) | 1863 | python-sympy python-transforms3d)) |
| 1864 | (native-inputs (list meson-python | 1864 | (native-inputs (list python-meson |
| 1865 | ninja | 1865 | ninja |
| 1866 | python-cython | 1866 | python-cython |
| 1867 | python-matplotlib | 1867 | python-matplotlib |
diff --git a/guix-science/packages/physics.scm b/guix-science/packages/physics.scm index 849102e..c4c2335 100644 --- a/guix-science/packages/physics.scm +++ b/guix-science/packages/physics.scm | |||
| @@ -1084,7 +1084,7 @@ Physics Monte Carlo generators and simulation.") | |||
| 1084 | python-numpy | 1084 | python-numpy |
| 1085 | python-pillow | 1085 | python-pillow |
| 1086 | python-pyside-6)) | 1086 | python-pyside-6)) |
| 1087 | (native-inputs (list meson-python ninja python-cython | 1087 | (native-inputs (list python-meson ninja python-cython |
| 1088 | python-pyproject-metadata)) | 1088 | python-pyproject-metadata)) |
| 1089 | (home-page "https://www.silx.org/doc/fabio/latest") | 1089 | (home-page "https://www.silx.org/doc/fabio/latest") |
| 1090 | (synopsis "I/O library for images produced by 2D X-ray detectors") | 1090 | (synopsis "I/O library for images produced by 2D X-ray detectors") |
| @@ -1302,7 +1302,7 @@ ATLAS, LHCb, ALICE).") | |||
| 1302 | python-pyside-6 | 1302 | python-pyside-6 |
| 1303 | python-scipy | 1303 | python-scipy |
| 1304 | python-silx)) | 1304 | python-silx)) |
| 1305 | (native-inputs (list meson-python ninja python-cython | 1305 | (native-inputs (list python-meson ninja python-cython |
| 1306 | python-pyproject-metadata)) | 1306 | python-pyproject-metadata)) |
| 1307 | (home-page "http://www.silx.org/doc/pyfai/latest") | 1307 | (home-page "http://www.silx.org/doc/pyfai/latest") |
| 1308 | (synopsis "Python implementation of fast azimuthal integration") | 1308 | (synopsis "Python implementation of fast azimuthal integration") |
