guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit d8629ea3ea3199c266bd3df9ec868828d23eca76
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Feb 17 09:29:52 2026 +0000
gnu: python-bdsf: Simplify package, refresh deprecated input.
* gnu/packages/astronomy.scm (python-bdsf):
[phases]{set-version}: Remove phase.
[native-inputs]: Remove python-meson-python; add python-meson.
Change-Id: I0b564c81426ddb63c8965206324c0f8d4cae4feb
---
gnu/packages/astronomy.scm | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 7eedf35a99..9730889578 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3562,10 +3562,6 @@ software system for the operations and analysis of the
ESA satelite Herschel.")
;; "A backport of the get_terminal_size function from Python
;; 3.3's shutil."
((".*backports.shutil_get_terminal_size.*") ""))))
- (add-before 'build 'set-version
- (lambda _
- (setenv "SETUPTOOLS_SCM_PRETEND_VERSION"
- #$(version-major+minor+point version))))
(replace 'check
(lambda* (#:key tests? test-flags #:allow-other-keys)
(when tests?
@@ -3575,7 +3571,7 @@ software system for the operations and analysis of the
ESA satelite Herschel.")
(list boost-with-numpy
cmake-minimal
gfortran
- python-meson-python
+ python-meson
python-pytest
python-scikit-build
python-setuptools