File: control

package info (click to toggle)
python-libarchive-c 2.1-3.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 836 kB
  • ctags: 210
  • sloc: python: 808; makefile: 26; sh: 8
file content (44 lines) | stat: -rw-r--r-- 1,800 bytes parent folder | download | duplicates (2)
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
Source: python-libarchive-c
Maintainer: Jérémy Bobbio <lunar@debian.org>
Section: python
Priority: extra
Build-Depends: debhelper (>= 9),
               dh-python,
               libarchive-dev,
               python-all,
               python-pytest,
               python-setuptools,
               python3-all,
               python3-pytest,
               python3-setuptools
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2
Standards-Version: 3.9.6
Homepage: https://github.com/Changaco/python-libarchive-c
Vcs-Git: git://anonscm.debian.org/collab-maint/python-libarchive-c.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-libarchive-c.git
XS-Testsuite: autopkgtest

Package: python-libarchive-c
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, libarchive13
Description: Python interface to libarchive
 The libarchive library provides a flexible interface for reading and writing
 archives in various formats such as tar and cpio. libarchive also supports
 reading and writing archives compressed using various compression filters such
 as gzip and bzip2.
 .
 This package contains a Python interface to libarchive written using the
 standard ctypes module to dynamically load and access the C library.

Package: python3-libarchive-c
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, libarchive13
Description: Python3 interface to libarchive
 The libarchive library provides a flexible interface for reading and writing
 archives in various formats such as tar and cpio. libarchive also supports
 reading and writing archives compressed using various compression filters such
 as gzip and bzip2.
 .
 This package contains a Python3 interface to libarchive written using the
 standard ctypes module to dynamically load and access the C library.