30 lines
1.2 KiB
Plaintext
30 lines
1.2 KiB
Plaintext
Source: opengnsys-libarchive-c
|
|
Maintainer: OpenGnsys <opengnsys@opengnsys.org>
|
|
XSBC-Original-Maintainer: Jérémy Bobbio <lunar@debian.org>
|
|
Section: python
|
|
Priority: optional
|
|
Build-Depends: debhelper-compat (= 12),
|
|
dh-python,
|
|
libarchive-dev,
|
|
python3-all,
|
|
python3-mock,
|
|
python3-pytest,
|
|
python3-setuptools
|
|
Standards-Version: 4.5.0
|
|
Rules-Requires-Root: no
|
|
Homepage: https://github.com/Changaco/python-libarchive-c
|
|
Vcs-Browser: https://salsa.debian.org/debian/python-libarchive-c
|
|
Vcs-Git: https://salsa.debian.org/debian/python-libarchive-c.git
|
|
|
|
Package: opengnsys-libarchive-c
|
|
Architecture: all
|
|
Depends: ${lib:Depends}, ${misc:Depends}, ${python3:Depends}
|
|
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.
|