all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludovic.courtes@inria.fr>
To: "Franck Pérignon" <Franck.Perignon@univ-grenoble-alpes.fr>
Cc: 49492-done@debbugs.gnu.org
Subject: bug#49492: [PATCH] add python-pyhull
Date: Mon, 19 Jul 2021 19:18:29 +0200	[thread overview]
Message-ID: <87wnpmkysa.fsf@gnu.org> (raw)
In-Reply-To: <1E8FD4C2-3582-4CFD-AC82-AD2199495E28@univ-grenoble-alpes.fr> ("Franck Pérignon"'s message of "Fri, 9 Jul 2021 16:29:56 +0200")

[-- Attachment #1: Type: text/plain, Size: 686 bytes --]

Hi Franck,

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

> From 01ce9e6929fc9681ec0662a7a9673390def38449 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Franck=20P=C3=A9rignon?=
>  <franck.perignon@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’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1685 bytes --]

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)))

      reply	other threads:[~2021-07-19 17:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-09 14:29 [bug#49492] [PATCH] add python-pyhull Franck Pérignon
2021-07-19 17:18 ` Ludovic Courtès [this message]

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=87wnpmkysa.fsf@gnu.org \
    --to=ludovic.courtes@inria.fr \
    --cc=49492-done@debbugs.gnu.org \
    --cc=Franck.Perignon@univ-grenoble-alpes.fr \
    /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.