guix-commits
[Top][All Lists]
Advanced

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

04/21: gnu: Add python-zope-exceptions-bootstrap.


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

efraim pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 5f63291..ba8c1fe 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1131,6 +1131,14 @@ conforming to a given API or contract.")
 that have uses outside of the Zope framework.")
     (license license:zpl2.1)))
 
+(define-public python-zope-exceptions-bootstrap
+  (package
+    (inherit python-zope-exceptions)
+    (arguments `(#:tests? #f))
+    (propagated-inputs `())
+    (native-inputs `())
+    (properties `((hidden? . #t)))))
+
 (define-public python2-zope-exceptions
   (package-with-python2 python-zope-exceptions))
 



reply via email to

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