~ruther/guix-local

fd5ccad45e0363aa91ad38653e99f13b934d1c87 — Hugo Buddelmeijer 2 months ago 4d617d8
gnu: python-intervaltree: Switch to pyproject-build-system.

* gnu/packages/python-xyz.scm (python-intervaltree): Switch to
pyproject-build-system.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.

Change-Id: Ie849ed1cfabacd9b2438b6e2bd883048d8032b5e
Signed-off-by: Andreas Enge <andreas@enge.fr>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -2
@@ 1371,7 1371,7 @@ activity monitor) library for Python.")
       (sha256
        (base32
         "0bcm6c6r4ck9nfj9xwz4rm2swc5lrjvmw3lyl6rgj639jf41nawh"))))
    (build-system python-build-system)
    (build-system pyproject-build-system)
    (arguments
     `(#:phases
       (modify-phases %standard-phases


@@ 1387,7 1387,7 @@ activity monitor) library for Python.")
    (propagated-inputs
     (list python-sortedcontainers))
    (native-inputs
     (list python-pytest))
     (list python-setuptools python-pytest))
    (home-page "https://github.com/chaimleib/intervaltree")
    (synopsis "Editable interval tree data structure")
    (description