~ruther/guix-local

9aa399971089b6e7b4933dfdc31a782cac2b06bb — Nicolas Goaziou 6 months ago 87c64bc
gnu: pyzo: Update to 4.20.0.

* gnu/packages/python-xyz.scm (pyzo): Update to 4.20.0.
[native-inputs]: Add python-flit-core.
[inputs]: Add python-pyside-6.
[propagated-inputs]: Remove python-pyqt.

Change-Id: I6387a0646293201d9c2cad35292bbd41e2675684
1 files changed, 7 insertions(+), 4 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +7 -4
@@ 30681,7 30681,7 @@ dictionaries.")
(define-public pyzo
  (package
    (name "pyzo")
    (version "4.18.0")
    (version "4.20.0")
    (source
     (origin
       (method git-fetch)


@@ 30690,15 30690,18 @@ dictionaries.")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0agq171cz7y10cknjypwrvsvikja3w9d28hlr3kw5k2sdvfqnpam"))))
        (base32 "1a82k7hjmv20lrwiwsdrvczrm21wq16m4snwsirwhj0jh5k1x9iw"))))
    (build-system pyproject-build-system)
    (arguments
     (list
      #:test-flags
      #~(list "--ignore-glob=pyzo/yoton/tests/*"     ; XXX: yoton is outdated.
              "--ignore=pyzo/codeeditor/_test.py"))) ; XXX: cannot import qt.
    (native-inputs (list python-pytest python-setuptools))
    (propagated-inputs (list python-pyqt))
    (native-inputs
     (list python-flit-core
           python-pytest
           python-setuptools))
    (inputs (list python-pyside-6))
    (home-page "https://pyzo.org")
    (synopsis "Python IDE for scientific computing")
    (description