File: control

package info (click to toggle)
dictdiffer 0.9.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292 kB
  • sloc: python: 1,519; makefile: 153; sh: 6
file content (34 lines) | stat: -rw-r--r-- 1,217 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
Source: dictdiffer
Section: python
Priority: optional
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-python,
               python3-all,
               python3-setuptools,
               python3-setuptools-scm,
               python3-sphinx,
	       python3-pytest-runner,
Standards-Version: 4.6.2.0
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
Rules-Requires-Root: no

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
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: documentation for the dictdiffer Python library
 This package provides documentation for dictdiffer