gnu: python-zope-testing: Update to 4.6.2.
* gnu/packages/python-web.scm (python-zope-testing): Update to 4.6.2. [native-inputs]: Remove python-zope-exceptions. [propagated-inputs]: Remove python-zope-interface.
This commit is contained in:
parent
3a844a9840
commit
9d98101916
|
@ -783,14 +783,14 @@ that have uses outside of the Zope framework.")
|
||||||
(define-public python-zope-testing
|
(define-public python-zope-testing
|
||||||
(package
|
(package
|
||||||
(name "python-zope-testing")
|
(name "python-zope-testing")
|
||||||
(version "4.6.1")
|
(version "4.6.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "zope.testing" version))
|
(uri (pypi-uri "zope.testing" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vvxhjmzl7vw2i1akfj1xbggwn36270ym7f2ic9xwbaswfw1ap56"))
|
"0iiq54hjhkk2gpvzfjac70vyn4r0kw0ngvicshxbdwrkgf2gjq3g"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -798,10 +798,6 @@ that have uses outside of the Zope framework.")
|
||||||
(for-each delete-file (find-files "." "(\\.pyc|~)$"))
|
(for-each delete-file (find-files "." "(\\.pyc|~)$"))
|
||||||
#t))))
|
#t))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
|
||||||
`(("python-zope-exceptions" ,python-zope-exceptions)))
|
|
||||||
(propagated-inputs
|
|
||||||
`(("python-zope-interface" ,python-zope-interface)))
|
|
||||||
(home-page "https://pypi.python.org/pypi/zope.testing")
|
(home-page "https://pypi.python.org/pypi/zope.testing")
|
||||||
(synopsis "Zope testing helpers")
|
(synopsis "Zope testing helpers")
|
||||||
(description "Zope.testing provides a number of testing utilities for HTML
|
(description "Zope.testing provides a number of testing utilities for HTML
|
||||||
|
|
Loading…
Reference in New Issue