gnu: Add python-logutils.

* gnu/packages/python-xyz.scm (python-logutils): New variable.
This commit is contained in:
Roel Janssen 2021-05-27 20:58:45 +02:00
parent 11ac8ac6fa
commit 0b31e45b49
No known key found for this signature in database
GPG key ID: CBD0CD5138C19AFC

View file

@ -25194,6 +25194,27 @@ (define-public python-helpdev
environment.")
(license license:expat)))
(define-public python-logutils
(package
(name "python-logutils")
(version "0.3.5")
(source
(origin
(method url-fetch)
(uri (pypi-uri "logutils" version))
(sha256
(base32
"10lsi5wv5ysnvf9ya4ncbix6mmipnv5067sf2cglc2f2sljql1dw"))))
(build-system python-build-system)
(home-page "https://bitbucket.org/vinay.sajip/logutils/")
(synopsis "Logging utilities")
(description "This package provides a set of handlers for the Python
standard library logging package. Some of these handlers are out-of-scope
for the standard library, and so they are packaged here. Others are updated
versions which have appeared in recent Python releases, but are usable with
older versions of Python and so are packaged here.")
(license license:bsd-3)))
(define-public python-qtsass
(package
(name "python-qtsass")