~ruther/guix-local

bf109f3d96b21cfb2cab2176a616f515547d57df — Sharlatan Hellseher 8 months ago b3f184e
gnu: python-pytz: Switch to pypproject-build-system.

* gnu/packages/time.scm (python-pytz):
  [build-system]: Use pypproject.
  [arguments] <test-backend>: Use 'unittest.
  [native-inputs]: Add python-setuptools.

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

M gnu/packages/time.scm
M gnu/packages/time.scm => gnu/packages/time.scm +6 -1
@@ 289,7 289,12 @@ you will remove support for the pytz-specific interface.")
      (sha256
       (base32
        "13hpf2my8mgqkr38ch7s3rym9zz60m6pq87rcn7b46155az45ny2"))))
    (build-system python-build-system)
    (build-system pyproject-build-system)
    (arguments
     (list #:test-backend #~'unittest
           #:test-flags #~(list "discover" "pytz/tests")))
    (native-inputs
     (list python-setuptools))
    (home-page "http://pythonhosted.org/pytz")
    (synopsis "Python timezone library")
    (description "This library brings the Olson tz database into Python.  It