~ruther/guix-local

4ddc8ea1c21d6f602c144655c8853cb35b1188f7 — Nicolas Graves 5 months ago 9a69e95
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>
1 files changed, 8 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +8 -1
@@ 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