Source: python-rarfile
Section: python
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 7zip <!nocheck>,
 dh-python,
 dh-sequence-python3,
 libarchive-tools <!nocheck>,
 pkgconf,
 pkg-config,
 pybuild-plugin-pyproject,
 python3-all <!nocheck>,
 python3-cryptography <!nocheck>,
 python3-pytest <!nocheck>,
 python3-setuptools,
 unar <!nocheck>,
 unrar <!nocheck>,
 unrar-free <!nocheck>,
# Only build-depend on and run build time tests with unrar-free to avoid forcing
# the package into contrib. The autopkgtest does test with both unrar options.
# unrar <!nocheck>,
Standards-Version: 4.6.2
Homepage: https://github.com/markokr/rarfile
Vcs-Browser: https://salsa.debian.org/jcfp/python-rarfile
Vcs-Git: https://salsa.debian.org/jcfp/python-rarfile.git

Package: python3-rarfile
Architecture: all
Depends: ${shlibs:Depends},
 ${misc:Depends},
 ${python3:Depends},
 python3-cryptography,
Suggests: 7zip,
 libarchive-tools,
 unar,
 unrar,
 unrar-free,
Description: rarfile - RAR archive reader for Python
 This is Python module for RAR archive reading. The interface follows the style of zipfile. Licensed under ISC license.