1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-06 13:24:05 +02:00

gnu: Remove python-logutils.

* gnu/packages/python-xyz.scm (python-logutils): Delete variable.

Fixes: guix/guix#7512
Change-Id: I6c51a423d30ff520e189b13efcc7bb174065946a
This commit is contained in:
Andreas Enge
2026-05-24 13:23:30 +02:00
parent a353a5732e
commit 31182c8e81
-34
View File
@@ -31974,40 +31974,6 @@ distribution in Python.")
environment.")
(license license:expat)))
(define-public python-logutils
(package
(name "python-logutils")
(properties '((commit . "c032f726c36d4f932b5a902fdb048f9f07c40d0d")
(revision . "0")))
(version (git-version "0.3.5"
(assoc-ref properties 'revision)
(assoc-ref properties 'commit)))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://bitbucket.org/vinay.sajip/logutils")
(commit (assoc-ref properties 'commit))))
(file-name (git-file-name name version))
(sha256
(base32 "188hbcyg95ibjwx4qgbd2qi9vm1h8pq2sllkm847146zcahab3a2"))))
(build-system pyproject-build-system)
(arguments
(list
#:test-flags
;; XXX: Unclear why this test fails.
#~(list "--deselect=tests/test_adapter.py::\
AdapterTest::test_hashandlers")))
(native-inputs (list python-pytest python-setuptools))
(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-loguru
(package
(name "python-loguru")