mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: python-zope-security: Update to 5.1.1.
* gnu/packages/python-web.scm (python-zope-security): Update to 5.1.1. [arguments]: Don't skip tests. [native-inputs]: Add python-btrees, python-zope-component-bootstrap, python-zope-location-bootstrap. Replace python-zope-configuration with python-zope-configuration-bootstrap.
This commit is contained in:
parent
7d55bc5e2a
commit
4874cae680
1 changed files with 8 additions and 7 deletions
|
@ -1384,17 +1384,15 @@ (define-public python2-zope-location
|
||||||
(define-public python-zope-security
|
(define-public python-zope-security
|
||||||
(package
|
(package
|
||||||
(name "python-zope-security")
|
(name "python-zope-security")
|
||||||
(version "5.1.0")
|
(version "5.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "zope.security" version))
|
(uri (pypi-uri "zope.security" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1npfrgnm202v48wavpwn3450dsn7az12lfww95vbhxyjl11f14yb"))))
|
"11lfw67cigscfax9c5j63xcvz2qcj724zx5fcdqyc94am2glim0h"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
|
||||||
'(#:tests? #f)) ; FIXME: Tests can't find zope.testrunner.
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-zope-component" ,python-zope-component)
|
`(("python-zope-component" ,python-zope-component)
|
||||||
("python-zope-i18nmessageid" ,python-zope-i18nmessageid)
|
("python-zope-i18nmessageid" ,python-zope-i18nmessageid)
|
||||||
|
@ -1403,9 +1401,12 @@ (define-public python-zope-security
|
||||||
("python-zope-proxy" ,python-zope-proxy)
|
("python-zope-proxy" ,python-zope-proxy)
|
||||||
("python-zope-schema" ,python-zope-schema)))
|
("python-zope-schema" ,python-zope-schema)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-zope-configuration" ,python-zope-configuration)
|
`(("python-btrees" ,python-btrees)
|
||||||
("python-zope-testrunner" ,python-zope-testrunner)
|
("python-zope-component" ,python-zope-component-bootstrap)
|
||||||
("python-zope-testing" ,python-zope-testing)))
|
("python-zope-configuration" ,python-zope-configuration-bootstrap)
|
||||||
|
("python-zope-location" ,python-zope-location-bootstrap)
|
||||||
|
("python-zope-testing" ,python-zope-testing)
|
||||||
|
("python-zope-testrunner" ,python-zope-testrunner)))
|
||||||
(home-page "https://pypi.org/project/zope.security/")
|
(home-page "https://pypi.org/project/zope.security/")
|
||||||
(synopsis "Zope security framework")
|
(synopsis "Zope security framework")
|
||||||
(description "Zope.security provides a generic mechanism to implement
|
(description "Zope.security provides a generic mechanism to implement
|
||||||
|
|
Loading…
Reference in a new issue