[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/21: gnu: python-cmyt: Adjust inputs.
From: |
guix-commits |
Subject: |
02/21: gnu: python-cmyt: Adjust inputs. |
Date: |
Thu, 7 Nov 2024 17:08:58 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 211a6350a2a3cf43b078373de118f260a04bf150
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Nov 7 09:40:26 2024 +0000
gnu: python-cmyt: Adjust inputs.
* gnu/packages/astronomy.scm (python-cmyt) [native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I2c6095568c19eb9386b556ce48546d5d9fb910be
---
gnu/packages/astronomy.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index e0cb2482dc..5ee899e701 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3469,9 +3469,14 @@ attempting to maintain ISTP compliance
(base32 "1zabmckr1z637pfqqvlkj0asfqqvx2x92163dby8x0c8yiqgdvjb"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-colorspacious python-pytest python-pytest-mpl))
+ (list python-colorspacious
+ python-pytest
+ python-pytest-mpl
+ python-setuptools
+ python-wheel))
(propagated-inputs
- (list python-matplotlib python-numpy))
+ (list python-matplotlib
+ python-numpy))
(home-page "https://yt-project.org/")
(synopsis "Matplotlib colormaps from the yt project")
(description
- branch python-team updated (15691c5f98 -> f0c0daeb51), guix-commits, 2024/11/07
- 04/21: gnu: python-nose-exclude: Adjust iputs., guix-commits, 2024/11/07
- 01/21: gnu: python-ewah-bool-utils: Update to 1.2.2., guix-commits, 2024/11/07
- 06/21: gnu: python-yt: Adjust inputs., guix-commits, 2024/11/07
- 09/21: gnu: python-pytest-shutil: Update to 1.8.0., guix-commits, 2024/11/07
- 03/21: gnu: python-pyerfa: Adjust inputs., guix-commits, 2024/11/07
- 05/21: gnu: python-unyt: Adjust inputs., guix-commits, 2024/11/07
- 02/21: gnu: python-cmyt: Adjust inputs.,
guix-commits <=
- 15/21: gnu: python-scikit-fem: Update to 10.0.2., guix-commits, 2024/11/07
- 17/21: gnu: python-orthopy: Adjust inputs., guix-commits, 2024/11/07
- 07/21: gnu: python-yt-astro-analysis: Adjust inputs., guix-commits, 2024/11/07
- 08/21: gnu: python-pytest-openfiles: Adjust inputs., guix-commits, 2024/11/07
- 10/21: gnu: python-pytest-virtualenv: Update to 1.8.0., guix-commits, 2024/11/07
- 13/21: gnu: python-soxs: Adjust inputs., guix-commits, 2024/11/07
- 14/21: gnu: python-robotframework-datadriver: Update to 1.11.2., guix-commits, 2024/11/07
- 11/21: gnu: python-sgp4: Adjust inputs., guix-commits, 2024/11/07
- 12/21: gnu: python-skyfield: Adjust inputs., guix-commits, 2024/11/07
- 16/21: gnu: python-cplot: Adjust inputs., guix-commits, 2024/11/07