~ruther/guix-local

1870e79bc22f6587ce8b94e50530b70bfd8ab08a — Vinicius Monego 1 year, 1 month ago 28df9e0
gnu: python-metpy: Update to 1.7.0.

* gnu/packages/geo.scm (python-metpy): Update to 1.7.0.
[arguments]<#:test-flags>: Skip two more network tests.

Change-Id: I869ace3e8ad9cbae5b53b51ce6b3a1e2fc3dcd91
1 files changed, 5 insertions(+), 3 deletions(-)

M gnu/packages/geo.scm
M gnu/packages/geo.scm => gnu/packages/geo.scm +5 -3
@@ 2020,13 2020,13 @@ to create databases that are optimized for rendering/tile/map-services.")
(define-public python-metpy
  (package
    (name "python-metpy")
    (version "1.6.3")
    (version "1.7.0")
    (source (origin
              (method url-fetch)
              (uri (pypi-uri "metpy" version))
              (sha256
               (base32
                "0rh7lslwf79sgbf0933pz6mxchbrb0434pbdzqgzs1kjlsli9pr3"))))
                "1r3adxf6knplp96s5jp65lahg9r096iaq5hdhzyqpkrmqwyy1mxa"))))
    (build-system pyproject-build-system)
    (arguments
     ;; Too many of the tests in the files below require online data.


@@ 2049,7 2049,9 @@ to create databases that are optimized for rendering/tile/map-services.")
                    " and not test_zoom_xarray"
                    " and not test_parse_wpc_surface_bulletin"
                    " and not test_add_timestamp_xarray"
                    " and not test_parse_wpc_surface_bulletin_highres"))
                    " and not test_parse_wpc_surface_bulletin_highres"
                    " and not test_find_peaks"
                    " and not test_find_peaks_minima"))
      #:phases
      '(modify-phases %standard-phases
         (add-after 'unpack 'fix-version-check