Source: pypdf3
Section: unknown
Priority: optional
Maintainer: Christian Dersch <dersch@hrz.uni-marburg.de>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 flit,
 python3-setuptools,
 python3-all,
 python3-pil <!nocheck>,
 python3-pycryptodome <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-pytest-timeout <!nocheck>,
 python3-yaml,
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.6.2
Homepage: https://github.com/sfneal/PyPDF3
#Vcs-Browser: https://salsa.debian.org/debian/pypdf3
#Vcs-Git: https://salsa.debian.org/debian/pypdf3.git

Package: python3-pypdf3
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Recommends:
 python3-pil,
 python3-pycryptodome,
Description: Pure Python PDF toolkit (Python 3)
 PyPDF3 is a pure-python PDF library capable of splitting, merging together,
 cropping, and transforming the pages of PDF files. It can also add custom
 data, viewing options, and passwords to PDF files. It can retrieve text
 and metadata from PDFs as well as merge entire files together.
 .
 This package installs the library for Python 3.

#Package: python-pypdf3-doc
#Section: doc
#Architecture: all
#Depends:
# ${sphinxdoc:Depends},
# ${misc:Depends},
#Description: Pure Python PDF toolkit (common documentation)
# PyPDF3 is a pure-python PDF library capable of splitting, merging together,
# cropping, and transforming the pages of PDF files. It can also add custom
# data, viewing options, and passwords to PDF files. It can retrieve text
# and metadata from PDFs as well as merge entire files together.
# .
# This is the common documentation package.
#
