mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
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:
parent
f675ab4faf
commit
8c06d6d8ce
1 changed files with 4 additions and 3 deletions
|
@ -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 _
|
||||
|
|
Loading…
Reference in a new issue