mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: python-logutils: Switch to pyproject.
* gnu/packages/python-xyz.scm (python-logutils): [build-system]: Switch to pyproject-build-system. [arguments]<#:test-flags>: Disable failing tests. [native-inputs]: Add python-pytest, python-setuptools. Change-Id: Ib307c525df3fa28b9a547fa109cfaadcd1b39dfa Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
9a69e95c66
commit
4ddc8ea1c2
1 changed files with 8 additions and 1 deletions
|
|
@ -31688,7 +31688,14 @@ environment.")
|
|||
(sha256
|
||||
(base32
|
||||
"10lsi5wv5ysnvf9ya4ncbix6mmipnv5067sf2cglc2f2sljql1dw"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:test-flags
|
||||
;; XXX: Unclear why this test fails.
|
||||
#~(list "--deselect=tests/test_adapter.py::AdapterTest::test_hashandlers"
|
||||
"--ignore=tests/test_redis.py")))
|
||||
(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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue