gnu: python-zope-testing: Update to 4.7.
* gnu/packages/python-web.scm (python-zope-testing): Update to 4.7. [source](modules, snippet): Remove.
This commit is contained in:
parent
9a1dfda6fa
commit
16839ec340
1 changed files with 2 additions and 8 deletions
|
@ -1042,20 +1042,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.2")
|
(version "4.7")
|
||||||
(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
|
||||||
"0iiq54hjhkk2gpvzfjac70vyn4r0kw0ngvicshxbdwrkgf2gjq3g"))
|
"1sh3c3i0m8n8fnhqiry0bk3rr356i56ry7calmn57s1pvv8yhsyn"))))
|
||||||
(modules '((guix build utils)))
|
|
||||||
(snippet
|
|
||||||
'(begin
|
|
||||||
;; Remove pre-compiled .pyc files backup files from source.
|
|
||||||
(for-each delete-file (find-files "." "(\\.pyc|~)$"))
|
|
||||||
#t))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "https://pypi.org/project/zope.testing/")
|
(home-page "https://pypi.org/project/zope.testing/")
|
||||||
(synopsis "Zope testing helpers")
|
(synopsis "Zope testing helpers")
|
||||||
|
|
Reference in a new issue