[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/21: gnu: Add python-zope-security-bootstrap.
From: |
guix-commits |
Subject: |
08/21: gnu: Add python-zope-security-bootstrap. |
Date: |
Mon, 20 Jul 2020 11:00:41 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit e2ba910e38eadcedf22645d8ecfcb4bb45f4701a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jul 20 17:22:53 2020 +0300
gnu: Add python-zope-security-bootstrap.
* gnu/packages/python-web.scm (python-zope-security-bootstrap): New
hidden package.
---
gnu/packages/python-web.scm | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 81cee4d..b602119 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1389,6 +1389,18 @@ Zope3, which are are special objects that have a
structural location.")
security policies on Python objects.")
(license license:zpl2.1)))
+(define-public python-zope-security-bootstrap
+ (package
+ (inherit python-zope-security)
+ (arguments `(#:tests? #f))
+ (propagated-inputs
+ `(("python-zope-i18nmessageid" ,python-zope-i18nmessageid)
+ ("python-zope-interface" ,python-zope-interface)
+ ("python-zope-proxy" ,python-zope-proxy-bootstrap)
+ ("python-zope-schema" ,python-zope-schema)))
+ (native-inputs `())
+ (properties `((hidden? . #t)))))
+
(define-public python2-zope-security
(package-with-python2 python-zope-security))
- branch master updated (099516c -> 4874cae), guix-commits, 2020/07/20
- 03/21: gnu: python-zope-exceptions: Update to 4.4., guix-commits, 2020/07/20
- 01/21: gnu: Add python-py3dns., guix-commits, 2020/07/20
- 02/21: gnu: python-zope-testrunner: Update to 5.2., guix-commits, 2020/07/20
- 06/21: gnu: python-zope-exceptions: Enable tests., guix-commits, 2020/07/20
- 05/21: gnu: Add python-zope-testrunner-bootstrap., guix-commits, 2020/07/20
- 08/21: gnu: Add python-zope-security-bootstrap.,
guix-commits <=
- 07/21: gnu: Add python-zope-proxy-bootstrap., guix-commits, 2020/07/20
- 11/21: gnu: python-zope-interface: Update to 5.1.0., guix-commits, 2020/07/20
- 16/21: gnu: Add python-btrees., guix-commits, 2020/07/20
- 20/21: gnu: Adsd python-transaction., guix-commits, 2020/07/20
- 10/21: gnu: python-zope-proxy: Update to 4.3.5., guix-commits, 2020/07/20
- 15/21: gnu: Add python-persistent., guix-commits, 2020/07/20
- 18/21: gnu: Add python-zope-configuration-bootstrap., guix-commits, 2020/07/20
- 04/21: gnu: Add python-zope-exceptions-bootstrap., guix-commits, 2020/07/20
- 12/21: gnu: python-zope-schema: Update to 6.0.0., guix-commits, 2020/07/20
- 14/21: gnu: python-zope-configuration: Update to 4.4.0., guix-commits, 2020/07/20