guix-commits
[Top][All Lists]
Advanced

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

05/21: gnu: Add python-zope-testrunner-bootstrap.


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

efraim pushed a commit to branch master
in repository guix.

commit 2f938b634e0265fc6d3348cdcba9c788303c0136
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jul 20 17:18:20 2020 +0300

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

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index ba8c1fe..a9f362e 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1189,6 +1189,15 @@ forms, HTTP servers, regular expressions, and more.")
 tests.")
     (license license:zpl2.1)))
 
+(define-public python-zope-testrunner-bootstrap
+  (package
+    (inherit python-zope-testrunner)
+    (arguments `(#:tests? #f))
+    (propagated-inputs
+     `(("python-six" ,python-six)
+       ("python-zope-exceptions" ,python-zope-exceptions-bootstrap)))
+    (properties `((hidden? . #t)))))
+
 (define-public python2-zope-testrunner
   (package-with-python2 python-zope-testrunner))
 



reply via email to

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