Source: python-rarfile Section: python Priority: optional Maintainer: Jeroen Ploemen Build-Depends: 7zip , debhelper-compat (= 13), dh-sequence-python3, libarchive-tools , pybuild-plugin-pyproject, python3-all , python3-cryptography , python3-pycryptodome , python3-pytest , python3-setuptools, unar , # Disable tests that use (non-free) unrar instead of build-depending # on that package, to avoid forcing the rarfile package into contrib. # unrar , # Rarfile requires unrar-free 0.2.0 or newer, which isn't packaged yet # unrar-free (>= 0.2.0) , Standards-Version: 4.6.2 Homepage: https://github.com/markokr/rarfile Vcs-Git: https://salsa.debian.org/jcfp/python-rarfile.git Vcs-Browser: https://salsa.debian.org/jcfp/python-rarfile Rules-Requires-Root: no Package: python3-rarfile Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-pycryptodome | python3-cryptography, Suggests: 7zip, libarchive-tools, unar, unrar, # unrar-free (>= 0.2.0), Description: RAR archive reader module for Python Rarfile is a Python module for reading RAR archives. The interface is made as zipfile-like as possible. It supports both RAR3 and RAR5 archives, multi volumes archives, unicode filenames and password-protected archives.