gnu: Add python-tasklogger.
* gnu/packages/python-xyz.scm (python-tasklogger): New variable. Change-Id: I53319b70b7788090e8873a912d7c56044c0bb5b2
This commit is contained in:
parent
561d429aa4
commit
a313875476
1 changed files with 21 additions and 0 deletions
|
@ -14992,6 +14992,27 @@ tasks, sockets, files, locks, and queues.")
|
||||||
designed to efficiently cope with extremely large amounts of data.")
|
designed to efficiently cope with extremely large amounts of data.")
|
||||||
(license license:bsd-3)))
|
(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
|
(define-public python-sniffio
|
||||||
(package
|
(package
|
||||||
(name "python-sniffio")
|
(name "python-sniffio")
|
||||||
|
|
Reference in a new issue