~ruther/guix-local

92181868677d447e8e964f17b149234a261a39ed — Vinicius Monego 7 months ago 5e769f0
gnu: Add python-unicodeitplus.

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

Change-Id: Ief9e0f558510b0df49c2cb51cb559694c7ca0c96
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 25 insertions(+), 0 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +25 -0
@@ 39020,6 39020,31 @@ expression.")
standard Python module.")
    (license license:asl2.0)))

(define-public python-unicodeitplus
  (package
    (name "python-unicodeitplus")
    (version "0.3.1")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "unicodeitplus" version))
       (sha256
        (base32 "1mssdjih7dqz25lrb2pyjg2yvab0b9c7a5k1llx1yzkkqbqyh74c"))))
    (build-system pyproject-build-system)
    (native-inputs
     (list python-pytest
           python-setuptools
           python-setuptools-scm))
    (propagated-inputs
     (list python-lark))
    (home-page "https://github.com/HDembinski/unicodeitplus")
    (synopsis "Convert simple LaTeX to an Unicode approximation")
    (description
     "This package provides a more complete LaTeX to Unicode converter than
@code{unicodeit} using a parser generated from @acronym{EBNF, Extended
Backus-Naur Form} with the Lark library.")
    (license license:bsd-3)))

(define-public python-unidecode
  (package
    (name "python-unidecode")