all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 59978@debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus@gmail.com>
Subject: [bug#59978] [PATCH 3/6] gnu: python-fitsio: Update to 1.1.8.
Date: Sun, 11 Dec 2022 22:25:42 +0000	[thread overview]
Message-ID: <20221211222545.32318-3-sharlatanus@gmail.com> (raw)
In-Reply-To: <20221211222545.32318-1-sharlatanus@gmail.com>

* gnu/packages/astronomy.scm (python-fitsio): Update to 1.1.8.
  [arguments]{phases}: skip-bzip2-test remove redundant phase as cfitsio
  built with bzip2 support.
  [inputs]: Add curl-minimal.
---
 gnu/packages/astronomy.scm | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 794e5ca2b9..5ce94a1f07 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -400,13 +400,13 @@ (define-public cfitsio
 (define-public python-fitsio
   (package
     (name "python-fitsio")
-    (version "1.1.7")
+    (version "1.1.8")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "fitsio" version))
        (sha256
-        (base32 "0q8siijys9kmjnqvyipjgh6hkhf4fwvr1swhsf4if211i9b0m1xy"))
+        (base32 "1y80hgvlkjz1bijfyb2j03853yc1kc63yrf9ab7as31ad2r6kxb1"))
        (modules '((guix build utils)))
        (snippet
         ;; Remove the bundled cfitsio
@@ -430,13 +430,8 @@ (define-public python-fitsio
                  (("self.system_fitsio_libdir = None") "pass")
                  (("self.use_system_fitsio") "True")
                  (("self.system_fitsio_includedir") includedir)
-                 (("self.system_fitsio_libdir") libdir)))))
-         (add-after 'unpack 'skip-bzip2-test
-           (lambda* (#:key inputs #:allow-other-keys)
-             ;; The bzip2 test fails because Guix' cfitsio
-             ;; is built without bzip2 support.
-             (substitute* "fitsio/test.py"
-               (("'SKIP_BZIP_TEST' in os.environ") "True")))))))
+                 (("self.system_fitsio_libdir") libdir))))))))
+    (inputs (list curl-minimal))
     (propagated-inputs
      (list python-numpy cfitsio))
     (home-page "https://github.com/esheldon/fitsio")
-- 
2.38.1





  parent reply	other threads:[~2022-12-11 22:26 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-11 22:23 [bug#59978] [PATCH 0/6] gnu: python-astropy: Unbundle WCSLIB Sharlatan Hellseher
2022-12-11 22:25 ` [bug#59978] [PATCH 1/6] gnu: cfitsio: Update to 4.2.0 Sharlatan Hellseher
2022-12-11 22:25   ` [bug#59978] [PATCH 2/6] gnu: cfitsio: Build with bzip2 support Sharlatan Hellseher
2022-12-11 22:25   ` Sharlatan Hellseher [this message]
2022-12-11 22:25   ` [bug#59978] [PATCH 4/6] gnu: wcslib: Update to 7.12 Sharlatan Hellseher
2022-12-11 22:25   ` [bug#59978] [PATCH 5/6] gnu: python-astropy: Update to 5.1.1 Sharlatan Hellseher
2022-12-11 22:25   ` [bug#59978] [PATCH 6/6] gnu: indi: Update to 1.9.9 Sharlatan Hellseher
2022-12-18 23:16 ` [bug#59978] Sharlatan Hellseher
2022-12-27 18:19   ` [bug#59978] Sharlatan Hellseher
2023-01-06 22:46 ` bug#59978: [PATCH 0/6] gnu: python-astropy: Unbundle WCSLIB Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221211222545.32318-3-sharlatanus@gmail.com \
    --to=sharlatanus@gmail.com \
    --cc=59978@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.