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 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
Source: python-marshmallow
Maintainer: Federico Ceratto <federico@debian.org>
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
Build-Depends-Indep:
dh-sequence-python3,
flit,
furo <!nodoc>,
pybuild-plugin-pyproject,
python3-all,
python3-autodocsumm <!nodoc>,
python3-pytest <!nocheck>,
python3-simplejson <!nocheck>,
python3-sphinx <!nodoc>,
python3-sphinx-copybutton <!nodoc>,
python3-sphinx-issues <!nodoc>,
python3-sphinxext-opengraph <!nodoc>,
python3-tz,
tzdata-legacy,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/marshmallow-code/marshmallow
Vcs-Browser: https://salsa.debian.org/debian/python-marshmallow
Vcs-Git: https://salsa.debian.org/debian/python-marshmallow.git
Testsuite: autopkgtest-pkg-python
X-Style: black
Package: python3-marshmallow
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Lightweight library for converting complex datatypes
An ORM/ODM/framework-agnostic library for converting complex datatypes,
such as objects, to and from native Python datatypes.
Package: python3-marshmallow-doc
Architecture: all
Section: doc
Depends:
libjs-jquery,
libjs-underscore,
${misc:Depends},
${sphinxdoc:Depends},
Multi-Arch: foreign
Description: Library for converting complex datatypes - documentation
An ORM/ODM/framework-agnostic library for converting complex datatypes,
such as objects, to and from native Python datatypes.
Documentation package.
|