File: control

package info (click to toggle)
python-zipfile-zstd 0.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,300 kB
  • sloc: python: 187; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 988 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
Source: python-zipfile-zstd
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Salvo 'LtWorf' Tomaselli <ltworf@debian.org>
Build-Depends:
 debhelper (>= 13),
 dh-python,
 python3-all:any,
 python3-setuptools,
 python3-zstandard,
 debhelper-compat (= 13),
Standards-Version: 4.7.0
Homepage: https://github.com/taisei-project/python-zipfile-zstd/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-zipfile-zstd
Vcs-Git: https://salsa.debian.org/python-team/packages/python-zipfile-zstd.git
Rules-Requires-Root: no

Package: python3-zipfile-zstd
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Monkey patch the standard zipfile module to enable Zstandard support
 This library monkey patches the zipfile module present in the standard library
 to provide zstd compression. It is done by changing the import line and a new
 constant to specify the compression algorithm becomes available.