File: control

package info (click to toggle)
python-lzo 1.12-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 132 kB
  • sloc: ansic: 391; python: 185; makefile: 26
file content (47 lines) | stat: -rw-r--r-- 1,838 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
44
45
46
47
Source: python-lzo
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Mehdi Abaakouk <sileht@sileht.net>, Dmitry Smirnov <onlyjob@debian.org>
Section: python
Priority: optional
Standards-Version: 4.1.5
Build-Depends: debhelper (>= 11~), dh-python
    ,python-all-dev (>= 2.6.6-3)
    ,python3-all-dev
    ,liblzo2-dev
    ,python-nose
    ,python3-nose
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Homepage: https://pypi.org/project/python-lzo/
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-lzo
Vcs-Git: https://salsa.debian.org/python-team/modules/python-lzo.git
Testsuite: autopkgtest-pkg-python

Package: python-lzo
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: Python bindings for the LZO data compression library
 This module provides Python bindings for the LZO data compression library.
 .
 LZO is a portable lossless data compression library written in ANSI C.
 It offers pretty fast compression and *very* fast decompression.
 Decompression requires no memory.
 .
 In addition there are slower compression levels achieving a quite
 competitive compression ratio while still decompressing at
 this very high speed.

Package: python3-lzo
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Python bindings for the LZO data compression library (Python 3)
 This module provides Python bindings for the LZO data compression library.
 .
 LZO is a portable lossless data compression library written in ANSI C.
 It offers pretty fast compression and *very* fast decompression.
 Decompression requires no memory.
 .
 In addition there are slower compression levels achieving a quite
 competitive compression ratio while still decompressing at
 .
 This package is for Python 3.