mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: python-ddt: Update to 1.4.1.
* gnu/packages/python-xyz.scm (python-ddt): Update to 1.4.1. [native-inputs]: Remove python-mock, python-nose. [propagated-inputs]: Remove python-six. [home-page]: Update. (python2-ddt): Remove variable.
This commit is contained in:
parent
14641312a9
commit
7196b8c5ea
1 changed files with 5 additions and 10 deletions
|
@ -14708,22 +14708,20 @@ (define-public python2-ansi2html
|
|||
(define-public python-ddt
|
||||
(package
|
||||
(name "python-ddt")
|
||||
(version "1.1.3")
|
||||
(version "1.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "ddt" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1lw17420iimhghkgzgax85nn8d1an2d6k2cfvb7j5kwn2dqlr1vk"))))
|
||||
"1niqpzc26sxdbyi46r07n4pma5fjx6crww2539vpfmsf0w6yg585"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-mock" ,python-mock)
|
||||
("python-nose" ,python-nose)))
|
||||
`(("python-pytest" ,python-pytest)))
|
||||
(propagated-inputs
|
||||
`(("python-six" ,python-six)
|
||||
("python-pyyaml" ,python-pyyaml)))
|
||||
(home-page "https://github.com/txels/ddt")
|
||||
`(("python-pyyaml" ,python-pyyaml)))
|
||||
(home-page "https://github.com/datadriventests/ddt")
|
||||
(synopsis "Data-Driven Tests")
|
||||
(description
|
||||
"Data-Driven Tests (@dfn{DDT}) allow you to multiply one test case by
|
||||
|
@ -14731,9 +14729,6 @@ (define-public python-ddt
|
|||
cases.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python2-ddt
|
||||
(package-with-python2 python-ddt))
|
||||
|
||||
(define-public python-pycountry
|
||||
(package
|
||||
(name "python-pycountry")
|
||||
|
|
Loading…
Reference in a new issue