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
|
Source: dictdiffer
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Debian PaN Maintainers <debian-pan-maintainers@alioth-lists.debian.net>,
Roland Mas <lolando@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-pytest-runner,
python3-setuptools,
python3-setuptools-scm,
python3-sphinx,
Standards-Version: 4.7.3
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/inveniosoftware/dictdiffer
Vcs-Git: https://salsa.debian.org/python-team/packages/dictdiffer.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/dictdiffer
Package: python3-dictdiffer
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: library that helps you to diff and patch dictionaries
Dictdiffer is a helper module that helps you to diff and patch Python
dictionaries.
Package: python-dictdiffer-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: documentation for the dictdiffer Python library
This package provides documentation for dictdiffer
|