guix-patches
[Top][All Lists]
Advanced

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

[bug#43443] [PATCH] gnu: Add python-pypandoc.


From: Ricardo Wurmus
Subject: [bug#43443] [PATCH] gnu: Add python-pypandoc.
Date: Wed, 16 Sep 2020 12:09:14 +0200
User-agent: mu4e 1.4.13; emacs 27.1

Hi Konrad,

> * gnu/packages/python-xyz.scm (python-pypandoc): New variable.
[…]

> +    (inputs
> +     `(("pandoc" ,ghc-pandoc)
> +       ("pandoc-citeproc" ,ghc-pandoc-citeproc)))

Should this really be the Haskell library variants?  Or just the
executables?  If it’s just the executables you can use the “pandoc” and
“pandoc-citeproc” packages.

> +    (propagated-inputs
> +     `(("pip" ,python-pip)
> +       ("setuptools" ,python-setuptools)
> +       ("wheel" ,python-wheel)))
> +    (native-inputs
> +     `(("texlive" ,texlive)))

It would be better to avoid this huge monolithic package.  Does
texlive-tiny work?  If it doesn’t: what else does it need that could be
added to a texlive-union?

> +    (synopsis "Python wrapper for pandoc.")

There should be no trailing period.

> +    (description "Thin Python wrapper for pandoc.")

This should be a complete sentence.
<
-- 
Ricardo





reply via email to

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