guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/3] gnu: Add python-pypdf2.


From: Leo Famulari
Subject: Re: [PATCH 1/3] gnu: Add python-pypdf2.
Date: Tue, 8 Nov 2016 18:55:24 -0500
User-agent: Mutt/1.7.1 (2016-10-04)

On Tue, Nov 08, 2016 at 10:37:00PM +0100, Hartmut Goebel wrote:
> * gnu/packages/pdf.scm(python-pypdf2, python2-pypdf2): New variables.

> +    (arguments
> +      '(#:tests? #f))  ; no tests

Are these files not relevant?

https://github.com/mstamy2/PyPDF2/tree/master/Tests

> +    (home-page "http://mstamy2.github.com/PyPDF2";)
> +    (synopsis "Pure-Python PDF toolkit")

I would replace the hyphen in "Pure-Python" with a space.

> +    (description "A Pure-Python library built as a PDF toolkit.  It is 
> capable

Same here.

> +of:
> +
> address@hidden
> address@hidden extracting document information (title, author, …)
> address@hidden splitting documents page by page
> address@hidden merging documents page by page
> address@hidden cropping pages
> address@hidden merging multiple pages into a single page
> address@hidden encrypting and decrypting PDF files
> address@hidden and more!
> address@hidden itemize

We have to use enumerate instead of itemize due to a limitation in
Guile's texinfo -> HTML converter. This is fixed in Guile, but not in
the version that we use currently, IIUC:

https://debbugs.gnu.org/cgi/bugreport.cgi?bug=21772
https://lists.gnu.org/archive/html/guile-commits/2016-06/msg00341.html

$ git describe --contains bd65845497110b179456d4bfdf26854791f0a822
v2.1.4~95



reply via email to

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