mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-zope-security: Update to 5.1.0.
* gnu/packages/python-web.scm (python-zope-security): Update to 5.1.0. [native-inputs]: Remove PYTHON-SIX. Move PYTHON-ZOPE-COMPONENT and PYTHON-ZOPE-LOCATION ... [propagated-inputs]: ... here. Add PYTHON-ZOPE-INTERFACE. (python2-zope-security)[propagated-inputs]: Remove.
This commit is contained in:
parent
386d2fd130
commit
e26e084fbb
1 changed files with 8 additions and 14 deletions
|
@ -1236,26 +1236,26 @@ Zope3, which are are special objects that have a structural location.")
|
||||||
(define-public python-zope-security
|
(define-public python-zope-security
|
||||||
(package
|
(package
|
||||||
(name "python-zope-security")
|
(name "python-zope-security")
|
||||||
(version "4.0.3")
|
(version "5.1.0")
|
||||||
(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
|
||||||
"14zmf684amc0x32kq05yxnhfqd1cmyhafkw05gn81rn90zjv6ssy"))))
|
"1npfrgnm202v48wavpwn3450dsn7az12lfww95vbhxyjl11f14yb"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; FIXME: Tests can't find zope.testrunner.
|
'(#:tests? #f)) ; FIXME: Tests can't find zope.testrunner.
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-zope-i18nmessageid" ,python-zope-i18nmessageid)
|
`(("python-zope-component" ,python-zope-component)
|
||||||
|
("python-zope-i18nmessageid" ,python-zope-i18nmessageid)
|
||||||
|
("python-zope-interface" ,python-zope-interface)
|
||||||
|
("python-zope-location" ,python-zope-location)
|
||||||
("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-six" ,python-six)
|
`(("python-zope-configuration" ,python-zope-configuration)
|
||||||
("python-zope-component" ,python-zope-component)
|
|
||||||
("python-zope-configuration" ,python-zope-configuration)
|
|
||||||
("python-zope-location" ,python-zope-location)
|
|
||||||
("python-zope-testrunner" ,python-zope-testrunner)
|
("python-zope-testrunner" ,python-zope-testrunner)
|
||||||
("python-zope-testing" ,python-zope-testing)))
|
("python-zope-testing" ,python-zope-testing)))
|
||||||
(home-page "https://pypi.org/project/zope.security/")
|
(home-page "https://pypi.org/project/zope.security/")
|
||||||
|
@ -1265,13 +1265,7 @@ security policies on Python objects.")
|
||||||
(license license:zpl2.1)))
|
(license license:zpl2.1)))
|
||||||
|
|
||||||
(define-public python2-zope-security
|
(define-public python2-zope-security
|
||||||
(let ((zope-security (package-with-python2 python-zope-security)))
|
(package-with-python2 python-zope-security))
|
||||||
(package (inherit zope-security)
|
|
||||||
(propagated-inputs
|
|
||||||
`(("python2-zope-testrunner" ,python2-zope-testrunner)
|
|
||||||
,@(alist-delete
|
|
||||||
"python-zope-testrunner"
|
|
||||||
(package-propagated-inputs zope-security)))))))
|
|
||||||
|
|
||||||
(define-public python-zope-component
|
(define-public python-zope-component
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue