mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-zope-location: Update to 4.2.
* gnu/packages/python-web.scm (python-zope-location): Update to 4.2. [native-inputs]: Add PYTHON-ZOPE-TESTRUNNER. [propagated-inputs]: Add PYTHON-ZOPE-INTERFACE.
This commit is contained in:
parent
a3a7a03312
commit
386d2fd130
1 changed files with 6 additions and 3 deletions
|
@ -1207,19 +1207,22 @@ brokering, etc.) for which the proxy is responsible.")
|
||||||
(define-public python-zope-location
|
(define-public python-zope-location
|
||||||
(package
|
(package
|
||||||
(name "python-zope-location")
|
(name "python-zope-location")
|
||||||
(version "4.0.3")
|
(version "4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "zope.location" version))
|
(uri (pypi-uri "zope.location" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nj9da4ksiyv3h8n2vpzwd0pb03mdsh7zy87hfpx72b6p2zcwg74"))))
|
"1b40pzl8v00d583d3gsxv1qjdw2dhghlgkbgxl3m07d5r3izj857"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; FIXME: Tests can't find zope.interface.
|
'(#:tests? #f)) ; FIXME: Tests can't find zope.interface.
|
||||||
|
(native-inputs
|
||||||
|
`(("python-zope-testrunner" ,python-zope-testrunner)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-zope-proxy" ,python-zope-proxy)
|
`(("python-zope-interface" ,python-zope-interface)
|
||||||
|
("python-zope-proxy" ,python-zope-proxy)
|
||||||
("python-zope-schema" ,python-zope-schema)))
|
("python-zope-schema" ,python-zope-schema)))
|
||||||
(home-page "https://pypi.org/project/zope.location/")
|
(home-page "https://pypi.org/project/zope.location/")
|
||||||
(synopsis "Zope location library")
|
(synopsis "Zope location library")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue