1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: py7zr
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: YOKOTA Hiroshi <yokota.hgml@gmail.com>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-pycryptodome <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-benchmark <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-pytest-httpserver <!nocheck>,
python3-pytest-remotedata <!nocheck>,
python3-pytest-timeout <!nocheck>,
python3-setuptools,
python3-setuptools-scm,
python3-texttable <!nocheck>,
python3-wheel,
python3-brotli,
python3-brotlicffi,
python3-multivolumefile,
python3-pyppmd,
python3-pyzstd,
python3-bcj,
python3-inflate64,
python3-psutil,
python3-requests <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/miurahr/py7zr
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/py7zr.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/py7zr
Testsuite: autopkgtest-pkg-pybuild
Package: python3-py7zr
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
Description: pure Python 7-zip library
py7zr is a library and command-line utility to support 7zip archive
compression, decompression, encryption and decryption.
|