[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
292/420: gnu: Add python-rich-tables.
From: |
guix-commits |
Subject: |
292/420: gnu: Add python-rich-tables. |
Date: |
Tue, 26 Nov 2024 16:29:19 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 466fae00ae9ab4b5a47aa66fb106fff3d4eaa65f
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 10 13:10:57 2024 +0000
gnu: Add python-rich-tables.
* gnu/packages/python-xyz.scm (python-rich-tables): New variable.
Change-Id: Ie06dfe6fa98b1f245ceccf98c905265bb27e16d3
---
gnu/packages/python-xyz.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2dcbc344d5..05d7d57e3a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2749,6 +2749,39 @@ utilities such as ping(1).")
with Numpy and SciPy.")
(license license:bsd-3)))
+(define-public python-rich-tables
+ (package
+ (name "python-rich-tables")
+ (version "0.6.1")
+ (source
+ (origin
+ (method git-fetch) ; no tests data in PyPi package
+ (uri (git-reference
+ (url "https://github.com/snejus/rich-tables")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1wqr6sldf97ycs4gfvsqhbh1ki2kgsaicsy44g9lspvlda5nfcp1"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-freezegun
+ python-poetry-core
+ python-pytest
+ python-pytest-cov))
+ (propagated-inputs
+ (list python-funcy
+ python-multimethod
+ python-platformdirs
+ python-rgbxy
+ python-rich
+ python-sqlparse))
+ (home-page "https://github.com/snejus/rich-tables")
+ (synopsis "Ready-made rich tables for various purposes")
+ (description
+ "This package implements rich tables for various purposes, it's JSON
+human-prettifier based on the @code{rich} Python library.")
+ (license license:expat)))
+
(define-public python-shapely
(package
(name "python-shapely")
- 273/420: gnu: python-scikit-fem: Update to 10.0.2., (continued)
- 273/420: gnu: python-scikit-fem: Update to 10.0.2., guix-commits, 2024/11/26
- 269/420: gnu: python-pytest-openfiles: Adjust inputs., guix-commits, 2024/11/26
- 275/420: gnu: python-orthopy: Adjust inputs., guix-commits, 2024/11/26
- 278/420: gnu: python-robotframework-requests: Adjust inputs., guix-commits, 2024/11/26
- 282/420: gnu: python-mutagen: Update to 1.47.0., guix-commits, 2024/11/26
- 276/420: gnu: python-accupy: Adjust inputs., guix-commits, 2024/11/26
- 281/420: gnu: beets: Use G-expressions., guix-commits, 2024/11/26
- 274/420: gnu: python-cplot: Adjust inputs., guix-commits, 2024/11/26
- 291/420: gnu: Add python-rgbxy., guix-commits, 2024/11/26
- 284/420: gnu: beets: Update to 2.0.0., guix-commits, 2024/11/26
- 292/420: gnu: Add python-rich-tables.,
guix-commits <=
- 298/420: gnu: python-exceptiongroup: Move to python-build., guix-commits, 2024/11/26
- 315/420: gnu: python-cffi: Update to 1.17.1., guix-commits, 2024/11/26
- 323/420: gnu: python-flaky: Update to 3.8.1., guix-commits, 2024/11/26
- 303/420: gnu: python-ptyprocess: Update to 0.7.0., guix-commits, 2024/11/26
- 321/420: gnu: python-py: Improve package style., guix-commits, 2024/11/26
- 340/420: gnu: python-werkzeug: Update to 3.1.3., guix-commits, 2024/11/26
- 319/420: gnu: python-jedi: Update to 0.19.2., guix-commits, 2024/11/26
- 342/420: gnu: python-matplotlib: Disable more failing tests., guix-commits, 2024/11/26
- 318/420: gnu: python-parso: Update to 0.8.4., guix-commits, 2024/11/26
- 353/420: gnu: python-flask-restful: Update to 0.3.10., guix-commits, 2024/11/26