[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 03/23] gnu: Add python-zope-exceptions.
From: |
Leo Famulari |
Subject: |
[PATCH 03/23] gnu: Add python-zope-exceptions. |
Date: |
Tue, 24 Nov 2015 16:02:03 -0500 |
* gnu/packages/python.scm (python-zope-exceptions,
python2-zope-exceptions): New variables.
---
gnu/packages/python.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 756b93a..90fb51f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5972,3 +5972,29 @@ conforming to a given API or contract.")
(define-public python2-zope-interface
(package-with-python2 python-zope-interface))
+
+(define-public python-zope-exceptions
+ (package
+ (name "python-zope-exceptions")
+ (version "4.0.8")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://pypi.python.org/packages/source/z"
+ "/zope.exceptions/zope.exceptions-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "0zwxaaa66sqxg5k7zcrvs0fbg9ym1njnxnr28dfmchzhwjvwnfzl"))))
+ (build-system python-build-system)
+ (arguments
+ '(#:tests? #f)) ; circular dependency with zope.testrunner
+ (propagated-inputs
+ `(("python-zope-interface" ,python-zope-interface)))
+ (home-page "http://cheeseshop.python.org/pypi/zope.exceptions")
+ (synopsis "Zope Exceptions")
+ (description "Zope Exceptions")
+ (license zpl2.1)))
+
+(define-public python2-zope-exceptions
+ (package-with-python2 python-zope-exceptions))
--
2.6.2
- [PATCH 08/23] gnu: Add python-zope-configuration., (continued)
- [PATCH 08/23] gnu: Add python-zope-configuration., Leo Famulari, 2015/11/24
- [PATCH 05/23] gnu: Add python-zope-testrunner., Leo Famulari, 2015/11/24
- [PATCH 11/23] gnu: Add python-zope-security., Leo Famulari, 2015/11/24
- [PATCH 06/23] gnu: Add python-zope-i18nmessageid., Leo Famulari, 2015/11/24
- [PATCH 18/23] WIP: Add python-configargparse., Leo Famulari, 2015/11/24
- [PATCH 17/23] gnu: Add python2-pythondialog., Leo Famulari, 2015/11/24
- [PATCH 13/23] gnu: Add python-pyrfc3339., Leo Famulari, 2015/11/24
- [PATCH 02/23] gnu: Add python-zope-interface., Leo Famulari, 2015/11/24
- [PATCH 07/23] gnu: Add python-zope-schema., Leo Famulari, 2015/11/24
- [PATCH 12/23] gnu: Add python-zope-component., Leo Famulari, 2015/11/24
- [PATCH 03/23] gnu: Add python-zope-exceptions.,
Leo Famulari <=
- [PATCH 14/23] gnu: Add python-werkzeug., Leo Famulari, 2015/11/24
- [PATCH 16/23] gnu: Add dialog., Leo Famulari, 2015/11/24
- [PATCH 15/23] gnu: Add python-configobj., Leo Famulari, 2015/11/24
- [PATCH 19/23] gnu: Add python-ndg-httpsclient., Leo Famulari, 2015/11/24
- [PATCH 20/23] gnu: python-parsedatetime: Update to 1.5., Leo Famulari, 2015/11/24
- [PATCH 22/23] gnu: Add acme., Leo Famulari, 2015/11/24
- [PATCH 21/23] gnu: Add python2-parsedatetime., Leo Famulari, 2015/11/24