File: control

package info (click to toggle)
python-zopfli 0.2.3.post1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: ansic: 372; python: 335; makefile: 8
file content (34 lines) | stat: -rw-r--r-- 1,013 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
Source: python-zopfli
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Boyuan Yang <byang@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 libpython3-dev,
 libzopfli-dev,
 pybuild-plugin-pyproject,
 python3,
 python3-pytest <!nocheck>,
 python3-setuptools,
 python3-setuptools-scm,
Standards-Version: 4.7.0
Homepage: https://github.com/fonttools/py-zopfli
Vcs-Git: https://salsa.debian.org/python-team/packages/python-zopfli.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-zopfli
Rules-Requires-Root: no
Description: cPython bindings for zopfli
 pyzopfli is a straight forward wrapper around zopfli's ZlibCompress method.
 pyzopfli also wraps GzipCompress, but the API point does not try to mimic
 the gzip module.

Package: python3-zopfli
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: ${source:Synopsis} (Python 3)
 ${source:Extended-Description}