Merge branch 'csantosb/python-logfury'

Change-Id: I1abba91a71bf5a75ee5a001e42a54e6ee76b4c18
This commit is contained in:
Sharlatan Hellseher 2025-05-26 18:24:52 +01:00
commit dd5cb574b5
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")