gnu: python-zope-configuration: Update to 4.4.0.
* gnu/packages/python-web.scm (python-zope-configuration): Update to 4.4.0. [arguments]: Don't skip tests. [native-inputs]: Add python-manuel.
This commit is contained in:
parent
b563526794
commit
047c1f24de
1 changed files with 4 additions and 5 deletions
|
@ -1277,18 +1277,17 @@ (define-public python2-zope-schema
|
||||||
(define-public python-zope-configuration
|
(define-public python-zope-configuration
|
||||||
(package
|
(package
|
||||||
(name "python-zope-configuration")
|
(name "python-zope-configuration")
|
||||||
(version "4.3.1")
|
(version "4.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "zope.configuration" version))
|
(uri (pypi-uri "zope.configuration" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qb88764fd7nkkmqv7fl9bxd1jirynkg5vbqkpqdiffnkxzp85kf"))))
|
"0g6vrl7y27z9cj5xyrww9xlzk4npj55mgmlrcd9d2nj08jn2pw79"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
|
||||||
'(#:tests? #f)) ; FIXME: Tests can't find zope.interface.
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-zope-testing" ,python-zope-testing)
|
`(("python-manuel" ,python-manuel)
|
||||||
|
("python-zope-testing" ,python-zope-testing)
|
||||||
("python-zope-testrunner" ,python-zope-testrunner)))
|
("python-zope-testrunner" ,python-zope-testrunner)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-zope-i18nmessageid" ,python-zope-i18nmessageid)
|
`(("python-zope-i18nmessageid" ,python-zope-i18nmessageid)
|
||||||
|
|
Loading…
Reference in a new issue