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 37
|
Source: python-multipart
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-atomicwrites,
python3-attr,
python3-coverage,
python3-hatchling,
python3-more-itertools,
python3-pbr,
python3-pluggy,
python3-py,
python3-pytest <!nocheck>,
python3-setuptools,
python3-yaml,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/andrew-d/python-multipart
Vcs-Git: https://salsa.debian.org/morph/python-multipart.git
Vcs-Browser: https://salsa.debian.org/morph/python-multipart
Testsuite: autopkgtest-pkg-pybuild
Package: python3-python-multipart
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
Recommends: ${python3:Recommends},
Suggests: ${python3:Suggests},
Provides: python3-multipart (= ${binary:Version}),
Breaks: python3-multipart (<< 0.0.17-2)
Replaces: python3-multipart (<< 0.0.17-2)
Description: streaming multipart parser for Python
Python-Multipart is a streaming multipart parser for Python.
|