[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/47: gnu: python-pint: Add missing input.
From: |
guix-commits |
Subject: |
43/47: gnu: python-pint: Add missing input. |
Date: |
Wed, 10 Jan 2024 14:53:01 -0500 (EST) |
rekado pushed a commit to branch wip-python-science
in repository guix.
commit c2e3ecc57f3f7f6931d975e682b5cb1945650e1b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 10 15:44:25 2024 +0100
gnu: python-pint: Add missing input.
This is a follow-up to commit 23b8601cd2cf90ed11a51ca6db133083433e74d8.
Without this input the version string will be 0.0.0.
* gnu/packages/python-xyz.scm (python-pint)[native-inputs]: Add
python-setuptools-scm.
Change-Id: Id621e459f119d7268cdcc41ef93bcae135e842d1
---
gnu/packages/python-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 08557f96d8..04064c3a53 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1285,7 +1285,8 @@ Markdown. All extensions are found under the module
namespace of pymdownx.")
" and not test_load_definitions_stage_2"))))
(native-inputs
(list python-pytest python-pytest-benchmark python-pytest-cov
- python-pytest-mpl python-pytest-subtests))
+ python-pytest-mpl python-pytest-subtests
+ python-setuptools-scm))
(propagated-inputs
(list python-typing-extensions
python-uncertainties))
- 29/47: gnu: python-pyani: Disable tests., (continued)
- 29/47: gnu: python-pyani: Disable tests., guix-commits, 2024/01/10
- 32/47: gnu: cnvkit: Update to 0.9.10., guix-commits, 2024/01/10
- 33/47: gnu: python-plastid: Update to 0.6.1., guix-commits, 2024/01/10
- 34/47: gnu: python-cooler: Update to 0.9.1., guix-commits, 2024/01/10
- 35/47: gnu: python-pint: Update to 0.23., guix-commits, 2024/01/10
- 42/47: gnu: python-hicexplorer: Make compatible with latest scipy., guix-commits, 2024/01/10
- 40/47: gnu: python-scikit-optimize: Make compatible with latest sklearn., guix-commits, 2024/01/10
- 45/47: gnu: Add python-asyncinject., guix-commits, 2024/01/10
- 11/47: gnu: python-scikit-image: Update to 0.22.0., guix-commits, 2024/01/10
- 38/47: gnu: scvelo: Make compatible with latest matplotlib., guix-commits, 2024/01/10
- 43/47: gnu: python-pint: Add missing input.,
guix-commits <=
- 39/47: gnu: python-fit-nbinom: Disable tests., guix-commits, 2024/01/10
- 47/47: gnu: python-click-default-group: Update to 1.2.4., guix-commits, 2024/01/10
- 36/47: gnu: python-demuxem: Disable tests., guix-commits, 2024/01/10
- 41/47: gnu: python-hicmatrix: Update to 17.1., guix-commits, 2024/01/10
- 44/47: gnu: python-metpy: Update to 1.6.0., guix-commits, 2024/01/10
- 46/47: gnu: datasette: Update to 1.0a7., guix-commits, 2024/01/10