diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-12 10:59:55 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-18 14:37:07 +0100 |
| commit | 580ec7253b6e5867d181b7c695fef1a8bcdbc718 (patch) | |
| tree | 2e80e1d7c19a2b617200b8da34ea9a34381ab0a6 | |
| parent | 6d8061ed0b8951fd620464600c19cdc828139254 (diff) | |
gnu: python-plotly: Fix version setup.
* gnu/packages/python-science.scm (python-plotly):
[source] <snippet>: Remove versioneer.py script to relay on Guix's
custom package.
[native-inputs]: Add python-versioneer.
Change-Id: I08e600e7708a8024d296b356296b471d5e7e4dd2
| -rw-r--r-- | gnu/packages/python-science.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 2b264a0277..dd04e31692 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -5437,7 +5437,8 @@ and more (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0pnsj23bxj7c39hzdz49v72flwbc8knc7dy831lvc0hrbssm4j60")))) + (base32 "0pnsj23bxj7c39hzdz49v72flwbc8knc7dy831lvc0hrbssm4j60")) + (snippet #~(delete-file "packages/python/plotly/versioneer.py")))) (build-system pyproject-build-system) (arguments (list @@ -5519,6 +5520,7 @@ and more python-statsmodels python-tenacity python-vaex-core + python-versioneer python-xarray)) (propagated-inputs (list python-packaging |
