guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 3671746f7b3e3e7cef93fb7e681621c5bd460be4
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Aug 21 15:42:11 2025 +0100
gnu: python-glue-qt: Update to 0.4.0.
* gnu/packages/astronomy.scm (python-glue-qt): Update to 0.4.0.
[native-inputs]: Remove python-setuptools, python-setuptools-scm, and
python-wheel;
add python-setuptools-next and python-setuptools-scm-next.
Change-Id: Ia82f33bda0a3f21acf64d85296f0ab336e051ef6
---
gnu/packages/astronomy.scm | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index eb6f8c6501..96631f3367 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4140,16 +4140,16 @@ across many files.")
(define-public python-glue-qt
(package
(name "python-glue-qt")
- (version "0.3.3")
+ (version "0.4.0")
(source
(origin
(method git-fetch) ; no fresh release PyPI
(uri (git-reference
- (url "https://github.com/glue-viz/glue-qt")
- (commit (string-append "v" version))))
+ (url "https://github.com/glue-viz/glue-qt")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "14qzxszpzjz57bl75ybj8jlx73cd8lsgbb8id9gx4anq9sydzgqj"))))
+ (base32 "1ay0y0g2vgy2mn1dk9yxim0449lnny9fd7lplqqwy9vxhkh4gnxp"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -4158,17 +4158,16 @@ across many files.")
(add-before 'build 'set-env-version
(lambda _
(setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version)))
- (add-before 'check 'prepare-x
- (lambda _
- (system "Xvfb &")
- (setenv "DISPLAY" ":0")
- (setenv "HOME" "/tmp"))))))
+ (add-before 'check 'prepare-x
+ (lambda _
+ (system "Xvfb &")
+ (setenv "DISPLAY" ":0")
+ (setenv "HOME" "/tmp"))))))
(native-inputs
(list python-objgraph
python-pytest
- python-setuptools
- python-setuptools-scm
- python-wheel
+ python-setuptools-next
+ python-setuptools-scm-next
xorg-server-for-tests))
(propagated-inputs
(list python-astropy