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
|
Source: python-lzma
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Richard Darst <rkd@zgib.net>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 11~),
dh-python,
liblzma-dev,
python-all-dev,
python-setuptools,
pkg-config
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-lzma
Vcs-Git: https://salsa.debian.org/python-team/modules/python-lzma.git
Homepage: https://launchpad.net/pyliblzma
Package: python-lzma
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends}
Provides: ${python:Provides}
Description: Python bindings for liblzma
PylibLZMA provides a Python interface for the liblzma library for
reading and writing data that has been compressed or can be
decompressed by Lasse Collin's xz / lzma utils.
.
This package provides the Python2 module.
|