File: control

package info (click to toggle)
python-rarfile 3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,168 kB
  • sloc: python: 3,205; makefile: 159; sh: 49
file content (27 lines) | stat: -rw-r--r-- 1,015 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
Source: python-rarfile
Section: python
Priority: optional
Maintainer: Hugo Lefeuvre <hle@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-setuptools
Standards-Version: 4.4.1
Homepage: https://github.com/markokr/rarfile
Vcs-Git: https://salsa.debian.org/python-team/packages/python-rarfile.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-rarfile
Testsuite: autopkgtest-pkg-python

Package: python3-rarfile
Architecture: all
Depends: libarchive-tools,
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Description: RAR archive reader module for Python 3
 This is a Python module for RAR archive reading. The interface is made
 a zipfile like as possible. It supports both RAR3 and RAR5 archives,
 multi volumes archives, unicode filenames and password protected archives.
 .
 This is the python3 version of the package.