guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: python-fiona: Update to 1.9.4.post1.


From: guix-commits
Subject: 01/03: gnu: python-fiona: Update to 1.9.4.post1.
Date: Mon, 26 Jun 2023 15:41:33 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0578efa52108e7d041d7302c76e5c506ba49f52c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 26 17:57:26 2023 +0200

    gnu: python-fiona: Update to 1.9.4.post1.
    
    * gnu/packages/geo.scm (python-fiona): Update to 1.9.4.post1.
    [propagated-inputs]: Remove python-munch, python-setuptools, and 
python-pytz;
    add python-importlib-metadata.
    [native-inputs]: Add python-pytz.
---
 gnu/packages/geo.scm | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index bf8a036ac6..e246fa0fa6 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -843,14 +843,14 @@ projections and coordinate transformations library.")
 (define-public python-fiona
   (package
     (name "python-fiona")
-    (version "1.8.20")
+    (version "1.9.4.post1")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "Fiona" version))
         (sha256
           (base32
-            "0fql7i7dg1xpbadmk8d26dwp91v7faixxc4wq14zg0kvhp9041d7"))))
+            "083120rqc4rrqzgmams0yjd8b1h4p5xm4n9fnxg064ymw3vx6yan"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -879,16 +879,13 @@ projections and coordinate transformations library.")
             python-click
             python-click-plugins
             python-cligj
-            python-munch
-            python-setuptools
-            python-six
-            python-pytz))
+            python-importlib-metadata
+            python-six))
     (native-inputs
       (list gdal ; for gdal-config
             python-boto3
             python-cython
-            python-pytest
-            python-pytest-cov))
+            python-pytest python-pytest-cov python-pytz))
     (home-page "https://github.com/Toblerity/Fiona";)
     (synopsis
       "Fiona reads and writes spatial data files")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]