[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/08: gnu: Add python-elementpath.
From: |
guix-commits |
Subject: |
07/08: gnu: Add python-elementpath. |
Date: |
Tue, 27 Aug 2019 06:46:14 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 30e7c03aaedd248c57a7d92ced9963fed058cc53
Author: Giacomo Leidi <address@hidden>
Date: Tue Aug 20 00:15:20 2019 +0200
gnu: Add python-elementpath.
* gnu/packages/python-xyz.scm (python-elementpath): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/python-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 79bcd70..04957b4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -64,6 +64,7 @@
;;; Copyright © 2019 Alex Griffin <address@hidden>
;;; Copyright © 2019 Pierre Langlois <address@hidden>
;;; Copyright © 2019 Jacob MacDonald <address@hidden>
+;;; Copyright © 2019 Giacomo Leidi <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -16133,3 +16134,28 @@ for manual interpretation.")
(synopsis "Library for simple routing on OSM data")
(description "Library for simple routing on OSM data")
(license license:gpl3+)))
+
+(define-public python-elementpath
+ (package
+ (name "python-elementpath")
+ (version "1.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "elementpath" version))
+ (sha256
+ (base32
+ "1syn2z543brab23dskh3fjd9pqvz6npqbcicrs2d88dbg26xl08p"))))
+ (build-system python-build-system)
+ (home-page
+ "https://github.com/sissaschool/elementpath")
+ (synopsis
+ "XPath 1.0/2.0 parsers and selectors for ElementTree and lxml")
+ (description
+ "The proposal of this package is to provide XPath 1.0 and 2.0 selectors
+for Python's ElementTree XML data structures, both for the standard
+ElementTree library and for the @uref{http://lxml.de, lxml.etree} library.
+
+For lxml.etree this package can be useful for providing XPath 2.0 selectors,
+because lxml.etree already has it's own implementation of XPath 1.0.")
+ (license license:expat)))
- branch master updated (a6baae7 -> 19d0554), guix-commits, 2019/08/27
- 01/08: import: github: 'github-package?' uses 'package-upstream-name'., guix-commits, 2019/08/27
- 02/08: gnu: guile-bytestructures: Add upstream name., guix-commits, 2019/08/27
- 03/08: gnu: guile-bytestructures: Update to 1.0.6., guix-commits, 2019/08/27
- 04/08: docker: Take a list of directives instead of a list of symlinks., guix-commits, 2019/08/27
- 07/08: gnu: Add python-elementpath.,
guix-commits <=
- 08/08: gnu: Add template-glib., guix-commits, 2019/08/27
- 05/08: pack: Create /tmp in Docker images., guix-commits, 2019/08/27
- 06/08: gnu: libmicrohttpd: Update to 0.9.66., guix-commits, 2019/08/27