[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/17: gnu: python-metpy: Add missing inputs.
From: |
guix-commits |
Subject: |
04/17: gnu: python-metpy: Add missing inputs. |
Date: |
Fri, 10 Jan 2025 15:45:58 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 4be10b4aef678f12662dda2b6738aee41d41a20a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jan 10 21:04:07 2025 +0100
gnu: python-metpy: Add missing inputs.
* gnu/packages/geo.scm (python-metpy)[native-inputs]: Add python-setuptools
and python-wheel.
Change-Id: Iea093561b5ff4b9f7206de0ee82de36088c6d695
---
gnu/packages/geo.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 4363d51dd6..f7c672d79a 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1821,8 +1821,13 @@ version_spec = re.sub('[()]', '', version_spec)\n" m)))))
python-scipy
python-traitlets
python-xarray))
- (native-inputs (list python-netcdf4 python-packaging python-pytest
- python-pytest-mpl))
+ (native-inputs
+ (list python-netcdf4
+ python-packaging
+ python-pytest
+ python-pytest-mpl
+ python-setuptools
+ python-wheel))
(home-page "https://github.com/Unidata/MetPy")
(synopsis "Collection of tools to deal with weather data")
(description "MetPy is a collection of tools in Python for reading,
- branch python-team updated (ddade1e476 -> 3f3c96a364), guix-commits, 2025/01/10
- 06/17: gnu: python-mathics-pygments: Add missing inputs., guix-commits, 2025/01/10
- 07/17: gnu: python-asgi-csrf: Make compatibly with httpx 0.28.0+., guix-commits, 2025/01/10
- 17/17: gnu: python-fastapi: Enable multipart tests., guix-commits, 2025/01/10
- 01/17: gnu: python-term-background: Add missing input., guix-commits, 2025/01/10
- 04/17: gnu: python-metpy: Add missing inputs.,
guix-commits <=
- 05/17: gnu: python-mathicsscript: Add missing inputs., guix-commits, 2025/01/10
- 03/17: gnu: python-mathics-django: Add missing inputs., guix-commits, 2025/01/10
- 13/17: gnu: python-reproject: Add missing input., guix-commits, 2025/01/10
- 10/17: gnu: python-astropy-minimal: Add missing input., guix-commits, 2025/01/10
- 02/17: gnu: python-columnize: Add missing inputs., guix-commits, 2025/01/10
- 11/17: gnu: python-asdf-astropy: Add missing input., guix-commits, 2025/01/10
- 16/17: gnu: python-asgi-csrf: Update to 0.11., guix-commits, 2025/01/10
- 09/17: gnu: python-regions: Add missing input., guix-commits, 2025/01/10
- 15/17: gnu: python-multipart: Update to 0.0.20., guix-commits, 2025/01/10
- 08/17: gnu: python-astropy-healpix: Add missing input., guix-commits, 2025/01/10