guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: Add python-listparser.


From: guix-commits
Subject: 02/03: gnu: Add python-listparser.
Date: Fri, 5 Mar 2021 18:15:27 -0500 (EST)

lle_bout pushed a commit to branch master
in repository guix.

commit 3218f02de4a95365e9e6eca83fd4c94dfd0b748c
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Sat Mar 6 00:02:28 2021 +0100

    gnu: Add python-listparser.
    
    * gnu/packages/python-xyz.scm (python-listparser): 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 4e8a28e..aec5b5e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24040,3 +24040,24 @@ traditional readability measures based on simple 
surface
 characteristics. These measures are basically linear regressions based on the
 number of words, syllables, and sentences.")
     (license license:asl2.0)))
+
+(define-public python-listparser
+  (package
+    (name "python-listparser")
+    (version "0.18")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "listparser" version))
+       (sha256
+        (base32
+         "0hdqs1mmayw1r8yla43hgb4d9y3zqs5483vgf8j9ygczkd2wrq2b"))))
+    (build-system python-build-system)
+    (home-page
+     "https://github.com/kurtmckee/listparser";)
+    (synopsis
+     "Parse subscription lists in Python")
+    (description
+     "This package provides a Python library that can parse OPML, FOAF, and
+iGoogle subscription lists.")
+    (license license:expat)))



reply via email to

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