gnu: python-zope-interface: Update to 5.1.0.
* gnu/packages/python-web.scm (python-zope-interface): Update to 5.1.0. [arguments]: Skip tests. [native-inputs]: Add python-coverage, python-nose, python-zope-testing.
This commit is contained in:
parent
556eec71d8
commit
6de5b0f03d
1 changed files with 7 additions and 3 deletions
|
@ -1087,17 +1087,21 @@ (define-public python2-zope-event
|
|||
(define-public python-zope-interface
|
||||
(package
|
||||
(name "python-zope-interface")
|
||||
(version "4.7.2")
|
||||
(version "5.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "zope.interface" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0r9kvb1q3lxrdhxabliv9nwhjsdmn1n0vcjv93rlqkyb7yyh24gx"))))
|
||||
"03nrl6b8cb600dnnh46y149awvrm0gxyqgwq5hdw3lvys8mw9r20"))))
|
||||
(build-system python-build-system)
|
||||
(arguments '(#:tests? #f)) ; test suite can't find python-zope-testing
|
||||
(native-inputs
|
||||
`(("python-zope-event" ,python-zope-event)))
|
||||
`(("python-coverage" ,python-coverage)
|
||||
("python-nose" ,python-nose)
|
||||
("python-zope-event" ,python-zope-event)
|
||||
("python-zope-testing" ,python-zope-testing)))
|
||||
(home-page "https://github.com/zopefoundation/zope.interface")
|
||||
(synopsis "Python implementation of the \"design by contract\"
|
||||
methodology")
|
||||
|
|
Loading…
Reference in a new issue