File: control

package info (click to toggle)
python-jsondiff 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 172 kB
  • sloc: python: 842; makefile: 162; sh: 5
file content (28 lines) | stat: -rw-r--r-- 857 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
Source: python-jsondiff
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
 Andreas Tille <tille@debian.org>,
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-nose-random,
 python3-setuptools,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/science-team/python-jsondiff
Vcs-Git: https://salsa.debian.org/science-team/python-jsondiff.git
Homepage: https://github.com/ZoomerAnalytics/jsondiff/
Rules-Requires-Root: no

Package: python3-jsondiff
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: diff JSON and JSON-like structures in Python 3
 Python 3 module providing diff JSON and JSON-like structures.
 .
 This package provides the Python 3 version of the module.