GNU bug report logs - #49492
[PATCH] add python-pyhull

Previous Next

Package: guix-patches;

Reported by: Franck Pérignon <Franck.Perignon <at> univ-grenoble-alpes.fr>

Date: Fri, 9 Jul 2021 14:31:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludovic.courtes <at> inria.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 49492 in the body.
You can then email your comments to 49492 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#49492; Package guix-patches. (Fri, 09 Jul 2021 14:31:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Franck Pérignon <Franck.Perignon <at> univ-grenoble-alpes.fr>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 09 Jul 2021 14:31:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Franck Pérignon <Franck.Perignon <at> univ-grenoble-alpes.fr>
To: guix-patches <at> gnu.org
Subject: [PATCH] add python-pyhull
Date: Fri, 9 Jul 2021 16:29:56 +0200
[Message part 1 (text/plain, inline)]
Hello,

the atttached file adds python-pyhull package (https://pypi.org/project/pyhull/)
I’ve used guix import command to generate it.

[0001-PATCH-Add-python-pyhull.patch (application/octet-stream, attachment)]

Reply sent to Ludovic Courtès <ludovic.courtes <at> inria.fr>:
You have taken responsibility. (Mon, 19 Jul 2021 17:19:02 GMT) Full text and rfc822 format available.

Notification sent to Franck Pérignon <Franck.Perignon <at> univ-grenoble-alpes.fr>:
bug acknowledged by developer. (Mon, 19 Jul 2021 17:19:02 GMT) Full text and rfc822 format available.

Message #10 received at 49492-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludovic.courtes <at> inria.fr>
To: Franck Pérignon <Franck.Perignon <at> univ-grenoble-alpes.fr>
Cc: 49492-done <at> debbugs.gnu.org
Subject: Re: bug#49492: [PATCH] add python-pyhull
Date: Mon, 19 Jul 2021 19:18:29 +0200
[Message part 1 (text/plain, inline)]
Hi Franck,

Franck Pérignon <Franck.Perignon <at> univ-grenoble-alpes.fr> skribis:

> From 01ce9e6929fc9681ec0662a7a9673390def38449 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Franck=20P=C3=A9rignon?=
>  <franck.perignon <at> univ-grenoble-alpes.fr>
> Date: Fri, 9 Jul 2021 16:27:18 +0200
> Subject: [PATCH] [PATCH] Add python-pyhull
>
> ---
>  gnu/packages/python-xyz.scm | 26 ++++++++++++++++++++++++++
>  1 file changed, 26 insertions(+)

Applied!  I took the liberty to apply the following cosmetic changes to
indentation and to the description to better match our conventions:

  https://guix.gnu.org/manual/en/html_node/Submitting-Patches.html

Thank you!

Ludo’.

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5161e74c05..46419d4b45 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26016,26 +26016,23 @@ enabling you to write CommonMark inside of Docutils & Sphinx projects.")
     (license license:expat)))
 
 (define-public python-pyhull
-(package
-  (name "python-pyhull")
-  (version "2015.2.1")
-  (source
-    (origin
-      (method url-fetch)
-      (uri (pypi-uri "pyhull" version))
-      (sha256
+  (package
+    (name "python-pyhull")
+    (version "2015.2.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "pyhull" version))
+       (sha256
         (base32
-          "091sph52c4yk1jlm5w8xidxpzbia9r7s42bnb23q4m4b56ihmzyj"))))
-  (build-system python-build-system)
-  (propagated-inputs
-    `(("python-numpy" ,python-numpy)))
-  (home-page
-    "https://github.com/materialsvirtuallab/pyhull")
-  (synopsis
-    "Python wrapper to Qhull")
-  (description
-    "A Python wrapper to Qhull (http://www.qhull.org/)
-     for the computation of the convex hull,
-     Delaunay triangulation and Voronoi diagram")
-  (license license:expat)))
-
+         "091sph52c4yk1jlm5w8xidxpzbia9r7s42bnb23q4m4b56ihmzyj"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-numpy" ,python-numpy)))
+    (home-page "https://github.com/materialsvirtuallab/pyhull")
+    (synopsis "Python wrapper to Qhull")
+    (description
+     "This package provides a Python wrapper to @uref{http://www.qhull.org/,
+Qhull} for the computation of the convex hull, Delaunay triangulation, and
+Voronoi diagram.")
+    (license license:expat)))

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 17 Aug 2021 11:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 225 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.