[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/32: gnu: Add python-pymatreader.
From: |
guix-commits |
Subject: |
19/32: gnu: Add python-pymatreader. |
Date: |
Wed, 16 Feb 2022 11:39:38 -0500 (EST) |
nckx pushed a commit to branch wip-python-mne
in repository guix.
commit 5c6e68f49a7e89a2980385e9289dda570d1ee08d
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Sun Feb 6 22:53:44 2022 +0100
gnu: Add python-pymatreader.
* gnu/packages/python-xyz.scm (python-pymatreader): New variable.
---
gnu/packages/python-xyz.scm | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5d993722e4..918e4b805f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1402,6 +1402,44 @@ standard Python objects into the forward-compatible HDF5
format. It is a
higher-level package than h5py.")
(license license:bsd-3)))
+(define-public python-pymatreader
+ (package
+ (name "python-pymatreader")
+ (version "0.0.29")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.com/obob/pymatreader.git/")
+ (commit "9ba9ddf53e367a86e14011553e949b666c564272")))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0r98907c2qfaqqh7cn200s5hqblvmpdbr3wbq1jasbm9nkzlligm"))))
+ (build-system python-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "pytest" "-vv")))))))
+ (propagated-inputs
+ (list python-future
+ python-h5py
+ python-numpy
+ python-scipy
+ python-xmltodict))
+ (native-inputs
+ (list python-pytest python-pytest-cov python-sphinx
+ python-sphinx-autobuild python-tox python-wheel
+ python-coverage python-flake8 python-codecov))
+ (home-page "https://gitlab.com/obob/pymatreader")
+ (synopsis "Convenient reader for Matlab mat files")
+ (description "This is a Python module to read Matlab files. It works with
+both the old (< 7.3) and the new (>= 7.3) HDF5 based format. The output should
+be the same for both kinds of files.")
+ (license license:bsd-2)))
+
(define-public python-hnswlib
(package
(name "python-hnswlib")
- 30/32: gnu: Add python-pyvistaqt., (continued)
- 30/32: gnu: Add python-pyvistaqt., guix-commits, 2022/02/16
- 06/32: gnu: Add python-flake8-array-spacing., guix-commits, 2022/02/16
- 15/32: gnu: Add python-pytest-harvest., guix-commits, 2022/02/16
- 22/32: gnu: Add python-no-version., guix-commits, 2022/02/16
- 25/32: gnu: Add python-scooby., guix-commits, 2022/02/16
- 01/32: gnu: Add python-imageio-ffmpeg., guix-commits, 2022/02/16
- 10/32: gnu: Add a test-less python-pytest-harvest., guix-commits, 2022/02/16
- 31/32: gnu: Add python-mffpy., guix-commits, 2022/02/16
- 29/32: gnu: Add python-pytest-memprof., guix-commits, 2022/02/16
- 17/32: gnu: python-pooch: Update to 1.6.0., guix-commits, 2022/02/16
- 19/32: gnu: Add python-pymatreader.,
guix-commits <=
- 28/32: gnu: Add python-pyvista., guix-commits, 2022/02/16
- 05/32: gnu: Add python-nitime., guix-commits, 2022/02/16