[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#33565] [PATCH] gnu: Add python-xmltodict.
From: |
Ludovic Courtès |
Subject: |
[bug#33565] [PATCH] gnu: Add python-xmltodict. |
Date: |
Mon, 03 Dec 2018 14:32:59 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Oleg Pykhalov <address@hidden> skribis:
> * gnu/packages/xml.scm (python-xmltodict, python2-xmltodict): New variables.
[...]
> + (home-page "https://github.com/martinblech/xmltodict")
> + (synopsis "Work with XML like you are working with JSON")
> + (description "This package provides a Python library to work with XML
> like
> +you are working with JSON")
Could you expound a bit on what this means (I’m curious!) and add a
period?
> +(define-public python2-xmltodict
> + (package-with-python2 python-xmltodict))
Unless you really need it, you should omit the Python 2.x variant.
Otherwise LGTM, thanks!
Ludo’.