GNU bug report logs - #58387
[PATCH 0/2] Add cobib.

Previous Next

Package: guix-patches;

Reported by: M <matf <at> disr.it>

Date: Sun, 9 Oct 2022 03:02:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: "(" <paren <at> disroot.org>
To: "M" <matf <at> disr.it>, <58387 <at> debbugs.gnu.org>
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.

    -- (




This bug report was last modified 2 years and 227 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.