~ruther/guix-local

017519b67e5f4b3e204eda9e0126348e44fdc9da — Sharlatan Hellseher 7 months ago ec0ef47
gnu: Add python-glue-geospatial.

* gnu/packages/astronomy.scm (python-glue-geospatial): New variable.

Change-Id: Ie6529b4b80c4758e3f12e260c687e8f98b575edc
1 files changed, 26 insertions(+), 0 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +26 -0
@@ 5075,6 5075,32 @@ astronomy-specific functionality")
across many files.")
    (license license:bsd-3)))

(define-public python-glue-geospatial
  (package
    (name "python-glue-geospatial")
    (version "0.4")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "glue-geospatial" version))
       (sha256
        (base32 "1mn71zqsrxlg9gp5czmvw5k523ddvwp42mlx6fqvm5ahw42yhqaj"))))
    (build-system pyproject-build-system)
    (native-inputs
     (list python-mock
           python-pytest
           python-setuptools))
    (propagated-inputs
     (list python-affine
           python-glue-core
           python-pyproj
           python-rasterio))
    (home-page "https://github.com/glue-viz/glue-geospatial")
    (synopsis "Glue plugin to support satellite imagery")
    (description
     "This package provides a Glue plugin for geospatial imagery.")
    (license license:bsd-3)))

(define-public python-glue-qt
  (package
    (name "python-glue-qt")