summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-10-14 18:07:19 +0200
committerAndreas Enge <andreas@enge.fr>2025-10-14 18:07:24 +0200
commitb98fcae52ccafc0cbc84171a43c4cdce7c02c4dc (patch)
treecd2638556697956c93c6e87de9d7bab4a5054d1e /gnu
parenta72b8fa75b1e6e479ea9ccf108414d680a4a349a (diff)
gnu: Remove python-pyhull.
* gnu/packages/python-xyz.scm (python-pyhull): Delete variable. Fixes: guix/guix#2886 Change-Id: I4ad2e4dd31c9606bdb4b95fb0feba643e43887b0
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm22
1 files changed, 0 insertions, 22 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2569da03b9..4c93dc8e9b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -34193,28 +34193,6 @@ lets you write CommonMark inside of Docutils & Sphinx projects.")
retry to any Python callable.")
(license license:mpl2.0))))
-(define-public python-pyhull
- (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
- (list 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)))
-
(define-public python-opcodes
;; There are no tags in this repo, but 'opcodes/__init__.py' specifies a
;; version number, which is what we use here.