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 @@ pure Python module.")
|
||||||
(define-public python-xenon
|
(define-public python-xenon
|
||||||
(package
|
(package
|
||||||
(name "python-xenon")
|
(name "python-xenon")
|
||||||
(version "0.5.4")
|
(version "0.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "xenon" version))
|
(uri (pypi-uri "xenon" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"029cbhysg2vr5n4jz8gpg2793f8wkwnqpr1qgv6c1dn685vy31mc"))))
|
"0nv207ql2wmh9q62503np056c4vf1c1hlsi5cvv5p5kx574k6r2y"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pyyaml" ,python-pyyaml)
|
`(("python-pyyaml" ,python-pyyaml)
|
||||||
|
@ -13882,7 +13882,8 @@ pure Python module.")
|
||||||
("python-flake8" ,python-flake8)
|
("python-flake8" ,python-flake8)
|
||||||
("python-tox" ,python-tox)))
|
("python-tox" ,python-tox)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:tests? #f ;test suite not shipped with the PyPI archive
|
||||||
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'build 'patch-test-requirements
|
(add-before 'build 'patch-test-requirements
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Reference in a new issue