[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
267/361: gnu: python-unyt: Adjust inputs.
From: |
guix-commits |
Subject: |
267/361: gnu: python-unyt: Adjust inputs. |
Date: |
Fri, 22 Nov 2024 06:00:55 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit fb086e4fcb46620e07e0417690fcf9e8701d9f9a
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Nov 7 10:07:38 2024 +0000
gnu: python-unyt: Adjust inputs.
* gnu/packages/python-science.scm (python-unyt): Shift the order of
native and propagated inuts, add missing.
[native-inputs]: Add python-setuptools-scm.
Change-Id: Ibb1606be89743ac7d90fcafeaa75eae7ccfd756c
---
gnu/packages/python-science.scm | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 386e0ec5c8..b7f63dea3e 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -2130,18 +2130,20 @@ annotations on an existing boxplots and barplots
generated by seaborn.")
(sha256
(base32 "00900bw24rxgcgwgxp9xlx0l5im96r1n5hn0r3mxvbdgc3lyyq48"))))
(build-system pyproject-build-system)
- ;; Astropy is an optional import, but we do not include it as it creates a
- ;; module cycle: astronomy->python-science->astronomy.
- (propagated-inputs (list python-h5py ; optional import
- python-matplotlib ; optional import
- python-numpy
- python-sympy))
;; Pint is optional, but we do not propagate it due to its size.
(native-inputs
(list python-pint
python-pytest
python-setuptools
+ python-setuptools-scm
python-wheel))
+ ;; Astropy is an optional import, but we do not include it as it creates a
+ ;; module cycle: astronomy->python-science->astronomy.
+ (propagated-inputs
+ (list python-h5py ; optional import
+ python-matplotlib ; optional import
+ python-numpy
+ python-sympy))
(home-page "https://unyt.readthedocs.io")
(synopsis "Library for working with data that has physical units")
(description
- 239/361: gnu: python-requests-toolbelt: Update to 1.0.0., (continued)
- 239/361: gnu: python-requests-toolbelt: Update to 1.0.0., guix-commits, 2024/11/22
- 242/361: gnu: python-requests-unixsocket: Fix build., guix-commits, 2024/11/22
- 241/361: gnu: python-waitress: Adjust inputs., guix-commits, 2024/11/22
- 248/361: gnu: Add python-pytest-html., guix-commits, 2024/11/22
- 240/361: gnu: python-responses: Update to 0.25.3., guix-commits, 2024/11/22
- 252/361: gnu: python-behave-web-api: Update to 2.0.1., guix-commits, 2024/11/22
- 254/361: gnu: python-pycollada: Adjust inputs., guix-commits, 2024/11/22
- 257/361: gnu: python-defusedxml: Update to 0.7.1., guix-commits, 2024/11/22
- 253/361: gnu: python-pooch: Adjust inputs., guix-commits, 2024/11/22
- 261/361: gnu: python-pymysql: Adjust inputs., guix-commits, 2024/11/22
- 267/361: gnu: python-unyt: Adjust inputs.,
guix-commits <=
- 280/361: gnu: Remove beets-next., guix-commits, 2024/11/22
- 281/361: gnu: beets: Use G-expressions., guix-commits, 2024/11/22
- 275/361: gnu: python-orthopy: Adjust inputs., guix-commits, 2024/11/22
- 289/361: gnu: Remove python-poetry-core-1.0., guix-commits, 2024/11/22
- 301/361: gnu: Remove python-pytest-next., guix-commits, 2024/11/22
- 307/361: gnu: python-pytest-forked: Disable tests., guix-commits, 2024/11/22
- 299/361: gnu: python-pytest: Update to 8.3.3., guix-commits, 2024/11/22
- 346/361: gnu: python-cloudpickle: Update to 3.1.0., guix-commits, 2024/11/22
- 349/361: gnu: python-flask: Update to 3.1.0., guix-commits, 2024/11/22
- 321/361: gnu: python-py: Improve package style., guix-commits, 2024/11/22