guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: python-haversine: Simplify package.


From: guix-commits
Subject: 05/06: gnu: python-haversine: Simplify package.
Date: Sun, 28 Jan 2024 17:32:06 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 89513b8ed3d9d3287decc4e5e4fbe74d3d0605a2
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Jan 28 22:09:14 2024 +0000

    gnu: python-haversine: Simplify package.
    
    * gnu/packages/geo.scm (python-haversine): Simplify package.
    [build-system]: Swap to pyproject-build-system.
    
    Change-Id: Icf2e43a25b9bda37df1ee57416884939aca7a9c5
---
 gnu/packages/geo.scm | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 2b62453457..3887134c3c 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -3135,15 +3135,8 @@ using third-party geocoders and other data sources.")
               (sha256
                (base32
                 "0inxyj5n4jzgg5xiadqx9sk83gdx5ff989l9s04smdzbd3b8c0c8"))))
-    (build-system python-build-system)
+    (build-system pyproject-build-system)
     (native-inputs (list python-pytest python-numpy))
-    (arguments
-      (list #:phases
-            #~(modify-phases %standard-phases
-                (replace 'check
-                  (lambda* (#:key tests? inputs #:allow-other-keys)
-                    (when tests?
-                      (invoke "pytest")))))))
     (home-page "https://github.com/mapado/haversine";)
     (synopsis "Calculate the distance between 2 points on Earth")
     (description "This package provides functions to calculate the



reply via email to

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