mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: Remove python2-h5py.
* gnu/packages/python-xyz.scm (python2-h5py): Delete variable.
This commit is contained in:
parent
c80cd05540
commit
fc06b4cbd6
1 changed files with 1 additions and 15 deletions
|
@ -1523,21 +1523,7 @@ (define-public python-h5py
|
|||
complete wrapping of the HDF5 API, while the high-level component supports
|
||||
access to HDF5 files, datasets and groups using established Python and NumPy
|
||||
concepts.")
|
||||
(license license:bsd-3)
|
||||
(properties `((python2-variant . ,(delay python2-h5py))))))
|
||||
|
||||
(define-public python2-h5py
|
||||
(let ((base (package-with-python2 (strip-python2-variant python-h5py))))
|
||||
(package
|
||||
(inherit base)
|
||||
(version "2.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "h5py" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0baipzv8n93m0dq0riyi8rfhzrjrfrfh8zqhszzp1j2xjac2fhc4")))))))
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-hnswlib
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue