[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26425: [PATCH 1/2] gnu: Add python-poppler-qt5.
From: |
Ludovic Courtès |
Subject: |
bug#26425: [PATCH 1/2] gnu: Add python-poppler-qt5. |
Date: |
Mon, 10 Apr 2017 11:12:55 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Ricardo Wurmus <address@hidden> skribis:
> * gnu/packages/pdf.scm (python-poppler-qt5): New variable.
LGTM!
> + (substitute* "setup.py"
> + ;; This check always fails, so disable it.
> + (("if not check_qtxml\\(\\)")
> + "if True")
The check fails wrongfully?
> + (description
> + "This package provides Python bindings for the Qt5 interface of the
> +Poppler PDF rendering library.")
Python bindings of the Qt bindings of… fun! ;-)
Thank you,
Ludo’.