all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vinicius Monego <monego@posteo.net>
To: 52768@debbugs.gnu.org
Cc: Vinicius Monego <monego@posteo.net>
Subject: [bug#52768] [PATCH 5/5] gnu: python-astropy: Update to 5.0.
Date: Fri, 24 Dec 2021 05:50:18 +0000	[thread overview]
Message-ID: <20211224055018.1010067-1-monego@posteo.net> (raw)
In-Reply-To: <20211224054613.1009765-1-monego@posteo.net>

* gnu/packages/astronomy.scm (python-astropy): Update to 5.0.
[propagated-inputs]: Add python-packaging, python-pyyaml.
---
 gnu/packages/astronomy.scm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 2cd3745cfb..1f9eca9a44 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -612,13 +612,13 @@ accurately in real time at any rate desired.")
 (define-public python-astropy
   (package
     (name "python-astropy")
-    (version "4.3.1")
+    (version "5.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "astropy" version))
        (sha256
-        (base32 "0lfd6n7v7kas4wvacddnwgccax3ks908735dzilg7dsf7ci52f9d"))
+        (base32 "09rr9z2kn5qw34fqpwxgcwsn9m5aw6f0dd0pm232aa8k3qakw83h"))
        (modules '((guix build utils)))
        (snippet
         '(begin
@@ -690,7 +690,12 @@ accurately in real time at any rate desired.")
     (inputs
      (list cfitsio expat))
     (propagated-inputs
-     (list python-configobj python-numpy python-ply python-pyerfa))
+     (list python-configobj
+           python-numpy
+           python-packaging
+           python-ply
+           python-pyerfa
+           python-pyyaml))
     (home-page "https://www.astropy.org/")
     (synopsis "Core package for Astronomy in Python")
     (description
-- 
2.30.2





  parent reply	other threads:[~2021-12-24  5:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-24  5:46 [bug#52768] [PATCH 0/5] Update Astropy Vinicius Monego
2021-12-24  5:47 ` [bug#52768] [PATCH 1/5] gnu: python-pytest-arraydiff: Fix 'sanity-check phase Vinicius Monego
2021-12-24  5:47   ` [bug#52768] [PATCH 2/5] gnu: python-pytest-doctestplus: Update to 0.11.2 Vinicius Monego
2021-12-24  5:47   ` [bug#52768] [PATCH 3/5] gnu: python-pytest-doctestplus: Honor #:tests? Vinicius Monego
2021-12-24  5:47   ` [bug#52768] [PATCH 4/5] gnu: erfa: Update to 2.0.0 Vinicius Monego
2021-12-24  5:50 ` Vinicius Monego [this message]
2021-12-26 20:43 ` bug#52768: [PATCH 0/5] Update Astropy Nicolas Goaziou

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=20211224055018.1010067-1-monego@posteo.net \
    --to=monego@posteo.net \
    --cc=52768@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.