guix-commits
[Top][All Lists]
Advanced

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

18/21: gnu: Add python-zope-configuration-bootstrap.


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

efraim pushed a commit to branch master
in repository guix.

commit b25d148f997a9a71aae15e90d392ba9f5b552ee4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jul 20 17:47:43 2020 +0300

    gnu: Add python-zope-configuration-bootstrap.
    
    * gnu/packages/python-web.scm (python-zope-configuration-bootstrap): New
    hidden variable.
---
 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 dbec6ac..ec98a5b 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1299,6 +1299,13 @@ defining data schemas.")
 Markup Language.")
     (license license:zpl2.1)))
 
+(define-public python-zope-configuration-bootstrap
+  (package
+    (inherit python-zope-configuration)
+    (arguments `(#:tests? #f))
+    (native-inputs `())
+    (properties `((hidden? . #t)))))
+
 (define-public python2-zope-configuration
   (package-with-python2 python-zope-configuration))
 



reply via email to

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