[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/40: gnu: Add python-tasklogger.
From: |
guix-commits |
Subject: |
38/40: gnu: Add python-tasklogger. |
Date: |
Tue, 23 Jan 2024 07:43:46 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit a313875476aaa2c401dde56e77a483f9cda03d49
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 23 13:26:37 2024 +0100
gnu: Add python-tasklogger.
* gnu/packages/python-xyz.scm (python-tasklogger): New variable.
Change-Id: I53319b70b7788090e8873a912d7c56044c0bb5b2
---
gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b23108fbf4..bbaf33d1ba 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14992,6 +14992,27 @@ tasks, sockets, files, locks, and queues.")
designed to efficiently cope with extremely large amounts of data.")
(license license:bsd-3)))
+(define-public python-tasklogger
+ (package
+ (name "python-tasklogger")
+ (version "1.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "tasklogger" version))
+ (sha256
+ (base32 "1901mibcp6aiyjy8afnybrxnb0dkbdxlbvjqbr3gginlw7dr18xh"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-deprecated))
+ (native-inputs (list python-coverage python-coveralls python-nose2
+ python-numpy))
+ (home-page "https://github.com/scottgigante/tasklogger")
+ (synopsis "Extension to the core Python logging library")
+ (description "This package provides an extension to the core Python
+logging library for logging the beginning and completion of tasks and
+subtasks.")
+ (license license:gpl2)))
+
(define-public python-sniffio
(package
(name "python-sniffio")
- 13/40: gnu: r-nodbi: Update to 0.10.0., (continued)
- 13/40: gnu: r-nodbi: Update to 0.10.0., guix-commits, 2024/01/23
- 16/40: gnu: r-fmsb: Update to 0.7.6., guix-commits, 2024/01/23
- 27/40: gnu: r-maldiquant: Update to 1.22.2., guix-commits, 2024/01/23
- 24/40: gnu: r-lightgbm: Update to 4.3.0., guix-commits, 2024/01/23
- 18/40: gnu: r-rmpfr: Update to 0.9-5., guix-commits, 2024/01/23
- 34/40: gnu: Add r-scenic., guix-commits, 2024/01/23
- 32/40: gnu: r-desctools: Update to 0.99.53., guix-commits, 2024/01/23
- 31/40: gnu: r-plotly: Update to 4.10.4., guix-commits, 2024/01/23
- 35/40: gnu: Add python-pygsp., guix-commits, 2024/01/23
- 37/40: gnu: python-nose2: Update to 0.14.0., guix-commits, 2024/01/23
- 38/40: gnu: Add python-tasklogger.,
guix-commits <=
- 40/40: gnu: Add python-magic-impute., guix-commits, 2024/01/23
- 33/40: gnu: python-scipy: Update to 1.12.0., guix-commits, 2024/01/23
- 29/40: gnu: r-rsqlite: Update to 2.3.5., guix-commits, 2024/01/23