~ruther/guix-local

4212549eb1ed34b935c2a3b589e6f3cab6214b3b — Sharlatan Hellseher 2 years ago b47e949
gnu: python-photutils: Update to 1.10.0.

* gnu/packages/astronomy.scm (python-photutils): Update to 1.10.0.
[propagated-inputs]: Add python-bottleneck, python-gwcs, python-matplotlib,
python-rasterio, python-scikit-image, python-scikit-learn,
python-scipy, python-shapely, and python-tqdm.
[native-inputs]: Add python-semantic-version.

Change-Id: Ic2a879b653b56b84fff826b85108088db5cbf888
1 files changed, 14 insertions(+), 3 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +14 -3
@@ 2066,13 2066,13 @@ the easy construction of interactive matplotlib widget based animations.")
(define-public python-photutils
  (package
    (name "python-photutils")
    (version "1.9.0")
    (version "1.10.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "photutils" version))
       (sha256
        (base32 "0gjvrmcb10lyqx3h9521zqskqngd5xcp3l9h2b02mk1p7q54mzdy"))))
        (base32 "148zhdxhlcgj6dxyzaz78bzxw1q44qa9q9sfdqbfbla0s0w2jaay"))))
    (build-system pyproject-build-system)
    (arguments
     (list


@@ 2091,11 2091,22 @@ the easy construction of interactive matplotlib widget based animations.")
              (make-file-writable "photutils/_compiler.c")
              (invoke "python" "setup.py" "build_ext" "--inplace"))))))
    (propagated-inputs
     (list python-astropy python-numpy))
     (list python-astropy
           python-bottleneck
           python-gwcs
           python-matplotlib
           python-numpy
           python-rasterio
           python-scikit-image
           python-scikit-learn
           python-scipy
           python-shapely
           python-tqdm))
    (native-inputs
     (list python-cython
           python-extension-helpers
           python-pytest-astropy
           python-semantic-version
           python-setuptools-scm))
    (home-page "https://github.com/astropy/photutils")
    (synopsis "Source detection and photometry")