all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Felix Gruber <felgru@posteo.net>
To: 62622@debbugs.gnu.org
Cc: Felix Gruber <felgru@posteo.net>
Subject: [bug#62622] [PATCH 5/8] gnu: python-rtree: Update to 1.0.1.
Date: Sun,  2 Apr 2023 17:45:48 +0000	[thread overview]
Message-ID: <20230402174551.159212-5-felgru@posteo.net> (raw)
In-Reply-To: <20230402174241.158923-1-felgru@posteo.net>

* gnu/packages/geo.scm (python-rtree): Update to 1.0.1.
  [build-system]: Use pyproject-build-system instead of
  python-build-system.
  [arguments]: Remove custom 'check phase.
---
 gnu/packages/geo.scm | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 344ffae8fb..e046797a3f 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1655,14 +1655,14 @@ (define-public libspatialindex
 (define-public python-rtree
   (package
     (name "python-rtree")
-    (version "1.0.0")
+    (version "1.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Rtree" version))
        (sha256
-        (base32 "10lnhf67c9pb0yisxdqmb52dy6lj1za1h9d4p69v0ihk2a138j6h"))))
-    (build-system python-build-system)
+        (base32 "0aalh07fyf6vpr0a6zswnqvvrjhyic1zg6w4bl368fihkilj2892"))))
+    (build-system pyproject-build-system)
     (arguments
      `(#:phases
        (modify-phases %standard-phases
@@ -1672,11 +1672,7 @@ (define-public python-rtree
                (substitute* "rtree/finder.py"
                  (("find_library\\(\"spatialindex_c\"\\)")
                   (string-append  "\"" libspatialindex
-                                  "/lib/libspatialindex_c.so\""))))))
-         (replace 'check
-           (lambda* (#:key outputs tests? #:allow-other-keys)
-             (when tests?
-                 (invoke "pytest")))))))
+                                  "/lib/libspatialindex_c.so\"")))))))))
     (native-inputs
      (list python-numpy python-pytest python-wheel))
     (inputs
-- 
2.39.2





  parent reply	other threads:[~2023-04-02 17:47 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-02 17:42 [bug#62622] [PATCH 0/8] Update proj and a few other geo packages Felix Gruber
2023-04-02 17:45 ` [bug#62622] [PATCH 1/8] gnu: geos: Update to 3.11.2 Felix Gruber
2023-04-02 17:45 ` [bug#62622] [PATCH 2/8] gnu: proj: Update to 9.2.0 Felix Gruber
2023-04-02 17:45 ` [bug#62622] [PATCH 3/8] gnu: python-pyproj: Update to 3.5.0 Felix Gruber
2023-04-02 17:45 ` [bug#62622] [PATCH 4/8] gnu: python-cartopy: Update to 0.21.1 Felix Gruber
2023-04-02 17:45 ` Felix Gruber [this message]
2023-04-02 17:45 ` [bug#62622] [PATCH 6/8] gnu: python-osmnx: Use pyproject-build-system Felix Gruber
2023-04-02 17:45 ` [bug#62622] [PATCH 7/8] gnu: pcb2gcode: Update to 2.5.0 Felix Gruber
2023-04-02 17:45 ` [bug#62622] [PATCH 8/8] gnu: qgis: Update to 3.30.1 Felix Gruber
2023-04-12 10:09 ` bug#62622: [PATCH 0/8] Update proj and a few other geo packages Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230402174551.159212-5-felgru@posteo.net \
    --to=felgru@posteo.net \
    --cc=62622@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.