guix-patches
[Top][All Lists]
Advanced

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

[bug#58387] [PATCH 1/2] gnu: Add python-pylatexenc. * gnu/packages/pytho


From: (
Subject: [bug#58387] [PATCH 1/2] gnu: Add python-pylatexenc. * gnu/packages/python-xyz.scm (python-pylatexenc): New variable.
Date: Sun, 09 Oct 2022 09:34:20 +0100

Hey,

On Sun Oct 9, 2022 at 4:02 AM BST, M wrote:
> +    (name "python-pylatexenc")
> +    (version "2.10")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (pypi-uri "pylatexenc" version))

Could you add a ``file-name'' field? Something like:

  (file-name (string-append name "-" version ".tar.gz"))

> +    (synopsis
> +     "Simple LaTeX parser providing latex-to-unicode and unicode-to-latex 
> conversion")
> +    (description
> +     "Simple LaTeX parser providing latex-to-unicode and unicode-to-latex 
> conversion")

You'll want to shorten the synopsis and make the description a full sentence.

    -- (





reply via email to

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