guix_mirror_bot pushed a commit to branch astro-update
in repository guix.

commit 0a668ec7e737b72d14c3e31a015eeebc38bbd3f2
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 | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 3c413b5ba7..48533ce07a 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?

Reply via email to