mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-logfury.
* gnu/packages/python-xyz.scm (python-logfury): New variable. Change-Id: I8f8550e302366d95943fa66050a05e6f2bcbe009 Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
cfa2de2a77
commit
57144dfe41
1 changed files with 24 additions and 0 deletions
|
@ -1257,6 +1257,30 @@ provided to perform logging in the background.")
|
||||||
attributes.")
|
attributes.")
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
|
(define-public python-logfury
|
||||||
|
(package
|
||||||
|
(name "python-logfury")
|
||||||
|
(version "1.0.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "logfury" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "09kanw1iv61hgmd858xkc9kck8ia91qdyb954i4m7bdrxan5s2hk"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list python-pytest
|
||||||
|
python-setuptools
|
||||||
|
python-setuptools-scm
|
||||||
|
python-testfixtures
|
||||||
|
python-wheel))
|
||||||
|
(home-page "https://github.com/reef-technologies/logfury/")
|
||||||
|
(synopsis "Logging of method calls for python libraries")
|
||||||
|
(description
|
||||||
|
"Logfury is a tool for python library maintainers. It allows for
|
||||||
|
responsible, low-boilerplate logging of method calls.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python-logzero
|
(define-public python-logzero
|
||||||
(package
|
(package
|
||||||
(name "python-logzero")
|
(name "python-logzero")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue