[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/14: gnu: Add python-lfdfiles.
From: |
guix-commits |
Subject: |
12/14: gnu: Add python-lfdfiles. |
Date: |
Tue, 23 Jun 2020 17:30:26 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 6bd9e0d50197cf08d2456d0c93b4711ed588622c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jun 23 23:13:20 2020 +0200
gnu: Add python-lfdfiles.
* gnu/packages/python-xyz.scm (python-lfdfiles): New variable.
---
gnu/packages/python-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a728494..7eee3b6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5368,6 +5368,30 @@ NIH, ImageJ, MicroManager, MD GEL, and FluoView files.
It also lets you write
numpy arrays to TIFF, BigTIFF, and ImageJ hyperstack compatible files.")
(license license:bsd-3)))
+(define-public python-lfdfiles
+ (package
+ (name "python-lfdfiles")
+ (version "2020.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "lfdfiles" version))
+ (sha256
+ (base32
+ "1n9bkfn4vxl0lbhzd0m35lq86ayx5fwcj3ghpfl2vbjbsnfp3h47"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-click" ,python-click)
+ ("python-numpy" ,python-numpy)
+ ("python-tifffile" ,python-tifffile)))
+ (home-page "https://www.lfd.uci.edu/~gohlke/")
+ (synopsis "Work with LFD data files")
+ (description
+ "Lfdfiles is a Python library and console script for reading, writing,
+converting, and viewing many of the proprietary file formats used to store
+experimental data and metadata at the Laboratory for Fluorescence Dynamics.")
+ (license license:bsd-3)))
+
(define-public python-pycparser
(package
(name "python-pycparser")
- branch master updated (a864d40 -> 501d89d), guix-commits, 2020/06/23
- 03/14: gnu: python-flake8: Update to 3.8.3., guix-commits, 2020/06/23
- 02/14: gnu: python-utils: Update to 2.4.0., guix-commits, 2020/06/23
- 01/14: gnu: python-pytest-flakes: Update to 4.0.0., guix-commits, 2020/06/23
- 06/14: gnu: Add python-progressbar2., guix-commits, 2020/06/23
- 08/14: gnu: python-scikit-image: Update to 0.17.2., guix-commits, 2020/06/23
- 07/14: gnu: python-gridmap: Update to 0.14.0., guix-commits, 2020/06/23
- 09/14: gnu: Add python-msgpack-numpy., guix-commits, 2020/06/23
- 12/14: gnu: Add python-lfdfiles.,
guix-commits <=
- 10/14: gnu: Add python-roifile., guix-commits, 2020/06/23
- 14/14: gnu: python-pywavelets: Update to 1.1.1., guix-commits, 2020/06/23
- 04/14: gnu: python-pyflakes: Update to 2.2.0., guix-commits, 2020/06/23
- 05/14: gnu: python-pycodestyle: Update to 2.6.0., guix-commits, 2020/06/23
- 13/14: gnu: Add python-imageio., guix-commits, 2020/06/23
- 11/14: gnu: Add python-tifffile., guix-commits, 2020/06/23