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 44 45 46 47 48
|
Source: py7zr
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>,
Build-Depends: debhelper-compat (= 13),
pybuild-plugin-pyproject,
python3-all-dev,
python3-pep517,
python3-pyannotate <!nocheck>,
python3-pycryptodome <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-benchmark <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-setuptools,
python3-setuptools-scm,
python3-sphinx <!nodoc>,
python3-sphinx-a4doc <!nodoc>,
python3-texttable <!nocheck>,
python3-wheel,
Standards-Version: 4.6.2
Homepage: https://github.com/miurahr/py7zr
Vcs-Git: https://salsa.debian.org/python-team/packages/py7zr.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/py7zr
Package: python3-py7zr
Architecture: any
Depends: python3-pycryptodome,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Recommends: ${python3:Recommends},
Suggests: ${python3:Suggests},
Description: pure Python 7-zip library
py7zr is a library and command-line utility to support 7zip archive
compression, decompression, encryption and decryption.
Package: python-py7zr-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends},
Multi-Arch: foreign
Description: pure Python 7-zip library (documentation)
py7zr is a library and command-line utility to support 7zip archive
compression, decompression, encryption and decryption.
.
This package contains the documentaion for py7zr
|