File: control

package info (click to toggle)
python-backports.zstd 1.3.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 2,056 kB
  • sloc: python: 18,504; ansic: 5,361; sh: 44; makefile: 18
file content (36 lines) | stat: -rw-r--r-- 1,212 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
Source: python-backports.zstd
Section: python
Testsuite: autopkgtest-pkg-pybuild
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: YOKOTA Hiroshi <yokota.hgml@gmail.com>
Standards-Version: 4.7.3
Homepage: https://github.com/Rogdham/backports.zstd
Build-Depends:
  debhelper-compat (= 13),
  dh-sequence-python3,
  libzstd-dev (>= 1.5.6),
  pybuild-plugin-pyproject,
  python3-all,
  python3-build,
  python3-dev,
  python3-pytest,
  python3-setuptools,
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-backports.zstd
Vcs-Git: https://salsa.debian.org/python-team/packages/python-backports.zstd.git
X-Python3-Version: 3.13

Package: python3-backports.zstd
Architecture: any
Depends:
  ${python3:Depends},
  ${shlibs:Depends},
  ${misc:Depends},
  libzstd1 (>= 1.5.6)
Description: Backport of PEP-784 "adding Zstandard to the standard library"
 Zstandard is a widely adopted, mature, and highly efficient compression
 standard.
 PEP-784 proposes adding a new module to the Python standard library
 containing a Python wrapper around Meta's zstd library, the default
 implementation since Python 3.14.
 .
 This module is the backport of PEP-784 for Python 3.13 and before.