guix-commits
[Top][All Lists]
Advanced

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

19/21: gnu: Add python-zope-location-bootstrap.


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

efraim pushed a commit to branch master
in repository guix.

commit 50566124d10faa3205700448fab28b56c6408127
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jul 20 17:48:40 2020 +0300

    gnu: Add python-zope-location-bootstrap.
    
    * gnu/packages/python-web.scm (python-zope-location-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 ec98a5b..3e35805 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1371,6 +1371,13 @@ brokering, etc.) for which the proxy is responsible.")
 Zope3, which are are special objects that have a structural location.")
     (license license:zpl2.1)))
 
+(define-public python-zope-location-bootstrap
+  (package
+    (inherit python-zope-location)
+    (arguments `(#:tests? #f))
+    (native-inputs `())
+    (properties `((hidden? . #t)))))
+
 (define-public python2-zope-location
   (package-with-python2 python-zope-location))
 



reply via email to

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