Package Details: python-fpdf2 2.7.8-1

Git Clone URL: https://aur.archlinux.org/python-fpdf2.git (read-only, click to copy)
Package Base: python-fpdf2
Description: Simple PDF generation for Python
Upstream URL: https://pyfpdf.github.io/fpdf2/
Licenses: LGPL-3.0-only
Conflicts: python-fpdf
Submitter: thrasibule
Maintainer: thrasibule
Last Packager: thrasibule
Votes: 2
Popularity: 0.037747
First Submitted: 2021-02-27 19:01 (UTC)
Last Updated: 2024-02-16 16:29 (UTC)

Latest Comments

carlosal1015 commented on 2023-01-13 22:47 (UTC)

python-svg.path is not a dependency anymore.

carlosal1015 commented on 2022-11-14 16:49 (UTC) (edited on 2022-11-14 16:51 (UTC) by carlosal1015)

$ python
Python 3.10.8 (main, Nov  1 2022, 14:18:21) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from fpdf import FPDF
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.10/site-packages/fpdf/__init__.py", line 5, in <module>
    from .fpdf import (
  File "/usr/lib/python3.10/site-packages/fpdf/fpdf.py", line 35, in <module>
    from fontTools import ttLib
ModuleNotFoundError: No module named 'fontTools'

Hi, please, could you add the package python-fontools as dependency.

Thanks. https://github.com/PyFPDF/fpdf2/blob/2.5.7/setup.py#L36

python-svg.path is now required, not optional.

carlosal1015 commented on 2022-05-06 03:11 (UTC)

The package now depends of python-defusedxml.