emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#37090: closed ([PATCH] gnu: Add python-elementpath


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#37090: closed ([PATCH] gnu: Add python-elementpath.)
Date: Tue, 27 Aug 2019 10:44:01 +0000

Your message dated Tue, 27 Aug 2019 12:43:23 +0200
with message-id <address@hidden>
and subject line Re: [bug#37090] [PATCH] gnu: Add python-elementpath.
has caused the debbugs.gnu.org bug report #37090,
regarding [PATCH] gnu: Add python-elementpath.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
37090: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37090
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-elementpath. Date: Tue, 20 Aug 2019 00:15:20 +0200
* gnu/packages/python-xyz.scm (python-elementpath): New variable.
---
 gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 459d5d44e1..23227d8aef 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.
 ;;;
@@ -16058,3 +16059,23 @@ one-off scripts.")
 time-or-computationally-expensive properties quick and easy and works in Python
 2 or 3.")
     (license license:bsd-3)))
+
+(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
+     "XPath 1.0/2.0 parsers and selectors for ElementTree and lxml")
+    (license license:expat)))
-- 
2.23.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#37090] [PATCH] gnu: Add python-elementpath. Date: Tue, 27 Aug 2019 12:43:23 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)
Hello,

Giacomo Leidi <address@hidden> skribis:

> * gnu/packages/python-xyz.scm (python-elementpath): New variable.

[...]

> +    (description
> +     "XPath 1.0/2.0 parsers and selectors for ElementTree and lxml")

I copied a description from their README and committed.

Thanks,
Ludo’.


--- End Message ---

reply via email to

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