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
|
Source: python-brotlicffi
Section: python
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: YOKOTA Hiroshi <yokota.hgml@gmail.com>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
libbrotli-dev,
python3-all,
python3-all-dev,
python3-build,
python3-cffi,
python3-hypothesis <!nocheck>,
python3-pip,
python3-pytest <!nocheck>,
python3-setuptools,
Standards-Version: 4.7.0
Homepage: https://github.com/python-hyper/brotlicffi
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-brotlicffi
Vcs-Git: https://salsa.debian.org/python-team/packages/python-brotlicffi.git
Package: python3-brotlicffi
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Python CFFI bindings for the reference Brotli encoder/decoder
This library contains Python CFFI bindings for the reference Brotli
encoder/decoder, https://github.com/google/brotli . This allows Python
software to use the Brotli compression algorithm directly from Python
code.
|