[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: Add python-pyxb.
From: |
Ben Woodcroft |
Subject: |
02/09: gnu: Add python-pyxb. |
Date: |
Tue, 27 Sep 2016 10:50:52 +0000 (UTC) |
benwoodcroft pushed a commit to branch master
in repository guix.
commit c2efe1aea8e17b5b59a964623857008931fc352a
Author: Marius Bakke <address@hidden>
Date: Sat Sep 17 10:33:28 2016 +0100
gnu: Add python-pyxb.
* gnu/packages/xml.scm (python-pyxb, python2-pyxb): New variables.
---
gnu/packages/xml.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 7befad5..cd3426b 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -13,6 +13,7 @@
;;; Copyright © 2016 Jan Nieuwenhuizen <address@hidden>
;;; Copyright © 2016 ng0 <address@hidden>
;;; Copyright © 2016 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2016 Marius Bakke <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -729,6 +730,30 @@ different Unicode encodings which happen automatically
during
parsing/saving.")
(license license:expat)))
+(define-public python-pyxb
+ (package
+ (name "python-pyxb")
+ (version "1.2.5")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "PyXB" version))
+ (sha256
+ (base32
+ "0rzzwibfqa28gxgcxx4cybx1qcg0g6fand06ykj3gz7z5kp653sf"))))
+ (build-system python-build-system)
+ (home-page "http://pyxb.sourceforge.net/")
+ (synopsis "Python XML Schema Bindings")
+ (description
+ "PyXB (\"pixbee\") is a pure Python package that generates Python source
+code for classes that correspond to data structures defined by XMLSchema.")
+ (license (list license:asl2.0 ; Most files.
+ license:expat ; pyxb/utils/six.py
+ license:gpl2 ; bundled jquery in doc is dual MIT/GPL2
+ license:psfl)))) ; pyxb/utils/activestate.py
+
+(define-public python2-pyxb
+ (package-with-python2 python-pyxb))
+
(define-public xmlto
(package
(name "xmlto")
- branch master updated (8a54c0e -> 99caa6f), Ben Woodcroft, 2016/09/27
- 01/09: gnu: python-pysam: Update to 0.9.1.4., Ben Woodcroft, 2016/09/27
- 06/09: gnu: python-pysam: Delete bundled htslib., Ben Woodcroft, 2016/09/27
- 03/09: gnu: python2-pbcore: Update to 1.2.10., Ben Woodcroft, 2016/09/27
- 09/09: gnu: python-plastid: Update to 1.4.6., Ben Woodcroft, 2016/09/27
- 08/09: gnu: Add python-termcolor., Ben Woodcroft, 2016/09/27
- 07/09: gnu: python-pysam: Enable tests., Ben Woodcroft, 2016/09/27
- 05/09: gnu: python-pysam: Use 'modify-phases'., Ben Woodcroft, 2016/09/27
- 02/09: gnu: Add python-pyxb.,
Ben Woodcroft <=
- 04/09: gnu: Add bcftools., Ben Woodcroft, 2016/09/27