~ruther/guix-local

c07d4fd083a75e152dc51e63542f547ccc5054ad — Sharlatan Hellseher 5 months ago 8de4053
gnu: python-astroalign: Update to 2.6.2.

* gnu/packages/astronomy.scm (python-astroalign): Update to 2.6.2.
[propagated-inputs]: Remove python-bottleneck and python-sep-pjw; add python-sep.
[native-inputs]: Remove python-astropy; add python-astropy-minimal.

Change-Id: I62d5b121a4800b63a33d8c028c2ad32427c914e3
1 files changed, 5 insertions(+), 7 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +5 -7
@@ 2530,30 2530,28 @@ elevation, solar azimuth, rahukaalam, and the phases of the moon.")
(define-public python-astroalign
  (package
    (name "python-astroalign")
    (version "2.6.1")
    (version "2.6.2")
    (source
     (origin
       ;; There are no tests in the PyPI tarball.
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/quatrope/astroalign")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1r65n0jx3gvr43c8svswcpvjdjwz85xcvxrrxmvxzv0w2bd6xcc9"))))
        (base32 "0jcnv0gll0p7aqykmn9qffyzfq4gm3py5g20v6xxwf91vr85xrl3"))))
    (build-system pyproject-build-system)
    (native-inputs
     (list python-astropy
     (list python-astropy-minimal
           python-ccdproc
           python-pillow
           python-pytest
           python-setuptools))
    (propagated-inputs
     (list python-bottleneck
           python-numpy
     (list python-numpy
           python-scikit-image
           python-scipy
           python-sep-pjw))
           python-sep))
    (home-page "https://astroalign.readthedocs.io/")
    (synopsis "Astrometric Alignment of Images")
    (description