gnu: python-xenon: Update to 0.7.0.

* gnu/packages/python-xyz.scm (python-xenon): Update to 0.7.0.
[arguments]: Set #:tests? to #f to disable test suite.
This commit is contained in:
Maxim Cournoyer 2020-03-02 14:13:17 -05:00
parent f675ab4faf
commit 8c06d6d8ce
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -13866,14 +13866,14 @@ (define-public python2-rencode
(define-public python-xenon
(package
(name "python-xenon")
(version "0.5.4")
(version "0.7.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "xenon" version))
(sha256
(base32
"029cbhysg2vr5n4jz8gpg2793f8wkwnqpr1qgv6c1dn685vy31mc"))))
"0nv207ql2wmh9q62503np056c4vf1c1hlsi5cvv5p5kx574k6r2y"))))
(build-system python-build-system)
(native-inputs
`(("python-pyyaml" ,python-pyyaml)
@ -13882,7 +13882,8 @@ (define-public python-xenon
("python-flake8" ,python-flake8)
("python-tox" ,python-tox)))
(arguments
`(#:phases
`(#:tests? #f ;test suite not shipped with the PyPI archive
#:phases
(modify-phases %standard-phases
(add-before 'build 'patch-test-requirements
(lambda _