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