File: control

package info (click to toggle)
python-inflate64 1.0.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,360 kB
  • sloc: ansic: 3,429; python: 187; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 979 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
Source: python-inflate64
Section: python
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Build-Depends:
  debhelper-compat (= 13),
  dh-sequence-python3,
  pybuild-plugin-pyproject,
  python3-all,
  python3-all-dev,
  python3-pytest <!nocheck>,
  python3-setuptools,
  python3-setuptools-scm,
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: YOKOTA Hiroshi <yokota.hgml@gmail.com>
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://codeberg.org/miurahr/inflate64
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-inflate64
Vcs-Git: https://salsa.debian.org/python-team/packages/python-inflate64.git

Package: python3-inflate64
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Enhanced Deflate compression algorithm
 The "inflate64" is a Python package to provide "Deflater" and
 "Inflater" class to compress and decompress with Enhanced Deflate
 compression algorithm.