[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/14: gnu: Add python-pods.
From: |
guix-commits |
Subject: |
08/14: gnu: Add python-pods. |
Date: |
Sun, 31 Mar 2024 21:34:50 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 05eb9349e3603223f4cf93132e28cc7bb50973b9
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Mar 30 20:11:08 2024 -0400
gnu: Add python-pods.
* gnu/packages/python-science.scm (python-pods): New variable.
Change-Id: I9044baaa750ee9cb7411e41dcee1df17b57741db
---
gnu/packages/python-science.scm | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 93d3b25272..862e101f6a 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -6,7 +6,7 @@
;;; Copyright © 2016, 2022-2024 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016-2020, 2022 Marius Bakke <marius@gnu.org>
;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
-;;; Copyright © 2019, 2021, 2022, 2023 Maxim Cournoyer
<maxim.cournoyer@gmail.com>
+;;; Copyright © 2019, 2021, 2022, 2023, 2024 Maxim Cournoyer
<maxim.cournoyer@gmail.com>
;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org>
;;; Copyright © 2020 Pierre Langlois <pierre.langlois@gmx.com>
;;; Copyright © 2020, 2021, 2022, 2023, 2024 Vinicius Monego
<monego@posteo.net>
@@ -2287,6 +2287,26 @@ Python, from the Sheffield machine learning group. GPy
implements a range of
machine learning algorithms based on GPs.")
(license license:bsd-3)))
+(define-public python-pods
+ (package
+ (name "python-pods")
+ (version "0.1.14")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pods" version))
+ (sha256
+ (base32 "157xxs12qbnz1g6agy0a4dqhsa4msbqryrxpg5w3r3pb8gxdl4dh"))))
+ (build-system pyproject-build-system)
+ (arguments (list #:tests? #f)) ;no test suite
+ (propagated-inputs (list python-pandas python-pyyaml python-scipy
+ python-tables))
+ (home-page "https://github.com/lawrennd/ods")
+ (synopsis "Python software for Open Data Science")
+ (description "This package provides utilities and tools for open data
+science including tools for accessing data sets in Python.")
+ (license license:bsd-3)))
+
(define-public python-pyfma
(package
(name "python-pyfma")
- branch master updated (1cba1f8ce6 -> 6e2db85ca8), guix-commits, 2024/03/31
- 07/14: gnu: Add emacs-memory-usage., guix-commits, 2024/03/31
- 05/14: doc: cookbook: Fix typo., guix-commits, 2024/03/31
- 03/14: gnu: gnunet: Update to 0.21.1., guix-commits, 2024/03/31
- 04/14: gnu: gnunet-gtk: Update to 0.21.0., guix-commits, 2024/03/31
- 08/14: gnu: Add python-pods.,
guix-commits <=
- 11/14: gnu: x-resize: Update to 0.3., guix-commits, 2024/03/31
- 12/14: gnu: geary: Update to 44.1., guix-commits, 2024/03/31
- 09/14: gnu: dbus-for-jami: Use Gexp., guix-commits, 2024/03/31
- 14/14: gnu: Add libgrapheme., guix-commits, 2024/03/31
- 01/14: gnu: libmicrohttpd: Update to 1.0.1., guix-commits, 2024/03/31
- 02/14: gnu: gnurl: Update to 7.72.0., guix-commits, 2024/03/31
- 10/14: gnu: guile-lib: Update to 0.2.8., guix-commits, 2024/03/31
- 06/14: gnu: xfce: Add support for volume keyboard buttons., guix-commits, 2024/03/31
- 13/14: gnu: qmk: Support custom keyboards., guix-commits, 2024/03/31