~ruther/guix-local

d4bcb182353fa661c9528b48e5753238559a3ac7 — Sharlatan Hellseher 6 months ago 853dd40
gnu: python-astropy: Update to 7.1.1.

* gnu/packages/astronomy.scm (python-astropy, python-astropy-minimal):
Update to 7.1.1.
[native-inputs]: Remove python-cython-3; add python-cython.

Change-Id: I802aee560b66c8d92375cf5df1b0f927f0db2fd1
1 files changed, 4 insertions(+), 6 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +4 -6
@@ 2829,13 2829,13 @@ constraints (i.e., altitude, airmass, moon separation/illumination, etc.)
(define-public python-astropy
  (package
    (name "python-astropy")
    (version "7.1.0")
    (version "7.1.1")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "astropy" version))
       (sha256
        (base32 "1iakikzhw173djb2p24229ndpvzpbcanyg9h4k7viccm48r59wn8"))
        (base32 "1y5hip9pkndx13yrq9ssw4gcmr6hz65ld11l25q4zhz20l08y4kd"))
       (modules '((guix build utils)))
       (snippet
        '(begin


@@ 2872,7 2872,7 @@ constraints (i.e., altitude, airmass, moon separation/illumination, etc.)
              (substitute* "pyproject.toml"
                (("xfail_strict = true") "xfail_strict = false"))
              ;; Replace reference to external ply.
              (substitute* "astropy/utils/parsing.py"
              (substitute* (find-files "." "\\.py$")
                (("astropy.extern.ply") "ply"))
              ;; Replace reference to external configobj.
              (substitute* "astropy/config/configuration.py"


@@ 2916,17 2916,15 @@ constraints (i.e., altitude, airmass, moon separation/illumination, etc.)
           python-ply            ;to replace custom module
           python-pyerfa
           python-pyyaml
           ;; [recommended]
           ;; [optional]
           python-matplotlib
           python-scipy
           ;; [jupyter]
           ;; python-ipydatagrid         ;no packaged
           python-ipykernel
           python-ipython
           python-ipywidgets
           python-jupyter-core
           python-pandas
           ;; [optional]
           python-asdf
           python-asdf-astropy
           python-beautifulsoup4