guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/21: gnu: Add python-zope-proxy-bootstrap.


From: guix-commits
Subject: 07/21: gnu: Add python-zope-proxy-bootstrap.
Date: Mon, 20 Jul 2020 11:00:41 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit f3d446ccf4719f9e44d091f84d530bf09b7329c7
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jul 20 17:21:45 2020 +0300

    gnu: Add python-zope-proxy-bootstrap.
    
    * gnu/packages/python-web.scm (python-zope-proxy-bootstrap): New hidden
    package.
---
 gnu/packages/python-web.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index ed37e47..81cee4d 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1319,6 +1319,13 @@ only when necessary to apply the policy (e.g., access 
checking, location
 brokering, etc.) for which the proxy is responsible.")
     (license license:zpl2.1)))
 
+(define-public python-zope-proxy-bootstrap
+  (package
+    (inherit python-zope-proxy)
+    (arguments `(#:tests? #f))
+    (native-inputs `())
+    (properties `((hidden? . #t)))))
+
 (define-public python2-zope-proxy
   (package-with-python2 python-zope-proxy))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]