[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/93: gnu: Add python-param.
From: |
guix-commits |
Subject: |
13/93: gnu: Add python-param. |
Date: |
Sun, 5 May 2024 16:44:48 -0400 (EDT) |
rekado pushed a commit to branch wip-python-team
in repository guix.
commit d1eda517f3db8711c4f4fbff5c5ae31233813693
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 29 12:06:58 2024 +0200
gnu: Add python-param.
* gnu/packages/python-xyz.scm (python-param): New variable.
Change-Id: Idad928488d7c306c969b4484a3cd22661c41d488
---
gnu/packages/python-xyz.scm | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e93020f6a7..ed48c0ea62 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -31966,6 +31966,48 @@ heterogeneous and multi-platform clusters (including
clusters running other
applications with variable CPU loads).")
(license license:bsd-3)))
+(define-public python-param
+ (package
+ (name "python-param")
+ (version "2.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "param" version))
+ (sha256
+ (base32 "07z7az7xg8pzjrmaf928is7n6siw9v9nxfmf0a5vgqj7nl40pcx7"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-cloudpickle
+ python-coverage
+ python-hatchling
+ python-hatch-vcs
+ python-ipython
+ python-jsonschema
+ python-nbval
+ python-nest-asyncio
+ python-numpy
+ python-odfpy
+ python-openpyxl
+ python-pandas
+ python-pyarrow
+ python-pytest
+ python-pytest-asyncio
+ python-pytest-xdist
+ python-tables
+ python-xlrd))
+ (home-page "https://param.holoviz.org/")
+ (synopsis
+ "Make your Python code clearer and more reliable by declaring Parameters")
+ (description
+ "Param is a library for handling all the user-modifiable parameters,
+arguments, and attributes that control your code. It provides automatic,
+robust error-checking while dramatically reducing boilerplate code, letting
+you focus on what you want your code to do rather than on checking for all the
+possible ways users could supply inappropriate values to a function or
+class.")
+ (license license:bsd-3)))
+
(define-public python-djitellopy
(package
(name "python-djitellopy")
- branch wip-python-team created (now a4ad0a46ef), guix-commits, 2024/05/05
- 01/93: gnu: Add python-dask-image., guix-commits, 2024/05/05
- 02/93: gnu: python-pooch: Update to 1.8.1., guix-commits, 2024/05/05
- 04/93: gnu: Add python-xarray-schema., guix-commits, 2024/05/05
- 06/93: gnu: Add rust-lapack-0.19., guix-commits, 2024/05/05
- 03/93: gnu: python-xarray-datatree: Add missing input., guix-commits, 2024/05/05
- 10/93: gnu: Add python-nbmake., guix-commits, 2024/05/05
- 13/93: gnu: Add python-param.,
guix-commits <=
- 05/93: gnu: Add rust-lapack-sys-0.14., guix-commits, 2024/05/05
- 08/93: gnu: Add rust-blas-0.22., guix-commits, 2024/05/05
- 07/93: gnu: Add rust-blas-sys-0.7., guix-commits, 2024/05/05
- 09/93: gnu: Add python-pyct., guix-commits, 2024/05/05
- 11/93: gnu: Add python-colorcet., guix-commits, 2024/05/05
- 14/93: gnu: Add rust-amd-0.2., guix-commits, 2024/05/05
- 18/93: gnu: Add python-qdldl., guix-commits, 2024/05/05
- 20/93: gnu: Add python-ecos., guix-commits, 2024/05/05
- 29/93: gnu: python-pyjanitor: Update to 0.27.0., guix-commits, 2024/05/05
- 25/93: gnu: python-pandas: Default to version 2.x., guix-commits, 2024/05/05