~ruther/guix-local

637277e1b773a40673291cb561903e45a026d0e3 — Sharlatan Hellseher 7 months ago facdb26
gnu: python-rfc3339-validator: Switch to pyproject-build-system.

* gnu/packages/python-xyz.scm (python-rfc3339-validator):
  [build-system]: Use pyproject.
  [native-inputs]: Remove python-hypothesis and python-pytest-runner;
  add python-setuptools.

Change-Id: I94807d4307e1896d0493003da762ed3139b5ac8f
1 files changed, 7 insertions(+), 6 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +7 -6
@@ 37028,12 37028,13 @@ statements in OFX files.")
       (uri (pypi-uri "rfc3339_validator" version))
       (sha256
        (base32 "0srg0b89aikzinw72s433994k5gv5lfyarq1adhas11kz6yjm2hk"))))
    (build-system python-build-system)
    (native-inputs (list python-hypothesis
                         python-pytest
                         python-pytest-runner
                         python-strict-rfc3339))
    (propagated-inputs (list python-six))
    (build-system pyproject-build-system)
    (native-inputs
     (list python-pytest
           python-setuptools
           python-strict-rfc3339))
    (propagated-inputs
     (list python-six))
    (home-page "https://github.com/naimetti/rfc3339-validator")
    (synopsis "Python RFC3339 validator")
    (description "This package provides a pure Python RFC3339 validator.")