diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-01-21 11:16:56 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:37 +0100 |
| commit | 1bf91ac505c93a90088081795369dfa0d1558a71 (patch) | |
| tree | aeb947bd666ad323c2e2997c6b83e471aef8ba0a /gnu/packages/graphics.scm | |
| parent | e9ddab869d19454c939dd94ea71cb6d334d95469 (diff) | |
gnu: Drop setting SETUPTOOLS_SCM_PRETEND_VERSION in some packages.
* gnu/packages/astronomy.scm (python-asdf-compression)
(python-asdf-fits-schemas, python-cdflib, python-sunkit-spex):
* gnu/packages/bioinformatics.scm (python-whatshap, python-mudata)
(python-pyfaidx, python-ctxcore, scvelo):
* gnu/packages/bootloaders.scm (dtc):
* gnu/packages/check.scm (python-pytest-xdist, python-pytest-forked):
* gnu/packages/databases.scm (python-fastparquet):
* gnu/packages/disk.scm (greaseweazle-host-tools):
* gnu/packages/docker.scm (python-docker):
* gnu/packages/finance.scm (python-ledgerblue):
* gnu/packages/fontutils.scm (python-compreffor)
(python-defcon-bootstrap, nototools):
* gnu/packages/games.scm (sc-controller):
* gnu/packages/machine-learning.scm (python-botorch):
* gnu/packages/music.scm (python-pylast):
* gnu/packages/package-management.scm (conda):
* gnu/packages/python-build.scm (python-exceptiongroup):
* gnu/packages/python-science.scm (python-dask-image)
(python-distributed, python-osqp):
* gnu/packages/python-web.scm (python-branca, python-smart-open):
* gnu/packages/python-xyz.scm (python-conda-content-trust)
(python-menuinst, python-isort, python-pyclibrary)
(python-pyclipper, python-csb43-0.10, python-orgparse)
(python-deepmerge, python-scooby, python-uuid6):
* gnu/packages/radio.scm (nanovna-saver):
* gnu/packages/sphinx.scm (python-sphinx-autodoc-typehints):
[arguments]: Remove phases setting SETUPTOOLS_SCM_PRETEND_VERSION.
* gnu/packages/python-xyz.scm (python-bagit)
[arguments]: Refactor manual 'check phase into #:test-flags.
Change-Id: I0713d6603f982a7f956d02fc3b85a384f4dd6ce4
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/graphics.scm')
| -rw-r--r-- | gnu/packages/graphics.scm | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index c936daecd0f..e8ce191c922 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm | |||
| @@ -1241,12 +1241,7 @@ basic geometries.") | |||
| 1241 | "test_Q_difference" | 1241 | "test_Q_difference" |
| 1242 | "test_Q_intersection" | 1242 | "test_Q_intersection" |
| 1243 | "test_Q_union" | 1243 | "test_Q_union" |
| 1244 | "test_Q_xor"))) | 1244 | "test_Q_xor"))))) |
| 1245 | #:phases | ||
| 1246 | #~(modify-phases %standard-phases | ||
| 1247 | (add-after 'unpack 'set-version | ||
| 1248 | (lambda _ | ||
| 1249 | (setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version)))))) | ||
| 1250 | (propagated-inputs (list python-fonttools-minimal python-pyclipper)) | 1245 | (propagated-inputs (list python-fonttools-minimal python-pyclipper)) |
| 1251 | (native-inputs | 1246 | (native-inputs |
| 1252 | (list python-defcon-bootstrap | 1247 | (list python-defcon-bootstrap |
