[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/23: gnu: Add python-zope-testing.
From: |
David Thompson |
Subject: |
04/23: gnu: Add python-zope-testing. |
Date: |
Sat, 05 Dec 2015 14:50:47 +0000 |
davexunit pushed a commit to branch master
in repository guix.
commit 900e3c0e0e87e2da7e5297e39bbc8119b7209937
Author: Leo Famulari <address@hidden>
Date: Sun Nov 8 22:01:16 2015 -0500
gnu: Add python-zope-testing.
* gnu/packages/python.scm (python-zope-testing, python2-zope-testing):
New variables.
---
gnu/packages/python.scm | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 0aabe08..3dd50ff 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6086,3 +6086,29 @@ that have uses outside of the Zope framework.")
(define-public python2-zope-exceptions
(package-with-python2 python-zope-exceptions))
+
+(define-public python-zope-testing
+ (package
+ (name "python-zope-testing")
+ (version "4.5.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://pypi.python.org/packages/source/z"
+ "/zope.testing/zope.testing-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1yvglxhzvhl45mndvn9gskx2ph30zz1bz7rrlyfs62fv2pvih90s"))))
+ (build-system python-build-system)
+ (native-inputs
+ `(("python-zope-exceptions" ,python-zope-exceptions)))
+ (propagated-inputs
+ `(("python-zope-interface" ,python-zope-interface)))
+ (home-page "http://pypi.python.org/pypi/zope.testing")
+ (synopsis "Zope testing helpers")
+ (description "Zope.testing provides a number of testing utilities for HTML
+forms, HTTP servers, regular expressions, and more.")
+ (license zpl2.1)))
+
+(define-public python2-zope-testing
+ (package-with-python2 python-zope-testing))
- branch master updated (6bad752 -> 9fd0838), David Thompson, 2015/12/05
- 02/23: gnu: Add python-zope-interface., David Thompson, 2015/12/05
- 01/23: gnu: Add python-zope-event., David Thompson, 2015/12/05
- 03/23: gnu: Add python-zope-exceptions., David Thompson, 2015/12/05
- 05/23: gnu: Add python-zope-testrunner., David Thompson, 2015/12/05
- 04/23: gnu: Add python-zope-testing.,
David Thompson <=
- 08/23: gnu: Add python-zope-configuration., David Thompson, 2015/12/05
- 09/23: gnu: Add python-zope-proxy., David Thompson, 2015/12/05
- 06/23: gnu: Add python-zope-i18nmessageid., David Thompson, 2015/12/05
- 07/23: gnu: Add python-zope-schema., David Thompson, 2015/12/05
- 10/23: gnu: Add python-zope-location., David Thompson, 2015/12/05
- 11/23: gnu: Add python-zope-security., David Thompson, 2015/12/05
- 13/23: gnu: Add python-pyrfc3339., David Thompson, 2015/12/05
- 12/23: gnu: Add python-zope-component., David Thompson, 2015/12/05
- 14/23: gnu: Add python-werkzeug., David Thompson, 2015/12/05
- 16/23: gnu: Add dialog., David Thompson, 2015/12/05