[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/14: gnu: Add python-msgpack-numpy.
From: |
guix-commits |
Subject: |
09/14: gnu: Add python-msgpack-numpy. |
Date: |
Tue, 23 Jun 2020 17:30:25 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 5db8ba1f49f207b2f6c537126f58fbc169d5a8a4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jun 23 17:12:46 2020 +0200
gnu: Add python-msgpack-numpy.
* gnu/packages/python-science.scm (python-msgpack-numpy): New variable.
---
gnu/packages/python-science.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 8a15a28..3d6d4e9 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -389,3 +389,28 @@ concise, and less error-prone developer experience. The
package includes a
large and growing library of domain-agnostic functions for advanced analytics
and visualization with these data structures.")
(license license:asl2.0)))
+
+(define-public python-msgpack-numpy
+ (package
+ (name "python-msgpack-numpy")
+ (version "0.4.6.post0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "msgpack-numpy" version))
+ (sha256
+ (base32
+ "0syzy645mwcy7lfjwz6pc8f9p2vv1qk4limc8iina3l5nnf0rjyz"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-msgpack" ,python-msgpack)
+ ("python-numpy" ,python-numpy)))
+ (home-page "https://github.com/lebedov/msgpack-numpy")
+ (synopsis
+ "Numpy data serialization using msgpack")
+ (description
+ "This package provides encoding and decoding routines that enable the
+serialization and deserialization of numerical and array data types provided
+by numpy using the highly efficient @code{msgpack} format. Serialization of
+Python's native complex data types is also supported.")
+ (license license:bsd-3)))
- 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 <=
- 12/14: gnu: Add python-lfdfiles., guix-commits, 2020/06/23
- 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