File: control

package info (click to toggle)
python-rarfile 4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,308 kB
  • sloc: python: 4,180; makefile: 201; sh: 88; awk: 14
file content (43 lines) | stat: -rw-r--r-- 1,291 bytes parent folder | download
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: python-rarfile
Section: python
Priority: optional
Maintainer: Jeroen Ploemen <jcfp@debian.org>
Build-Depends:
 7zip <!nocheck>,
 7zip-standalone <!nocheck>,
 debhelper-compat (= 13),
 dh-sequence-python3,
 libarchive-tools <!nocheck>,
 pybuild-plugin-pyproject,
 python3-all,
 python3-cryptography <!nocheck>,
 python3-pytest <!nocheck>,
 python3-setuptools,
 unar <!nocheck>,
 unrar-free (>= 0.2.0) <!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.7.0
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-cryptography,
Suggests:
 7zip,
 7zip-standalone,
 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.