File: control

package info (click to toggle)
python-jsonschema 4.10.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,020 kB
  • sloc: python: 6,778; makefile: 210; sh: 12
file content (81 lines) | stat: -rw-r--r-- 2,353 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Source: python-jsonschema
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
 Michal Arbet <michal.arbet@ultimum.io>,
Build-Depends:
 autopkgtest,
 debhelper-compat (= 13),
 dh-python,
 openstack-pkg-tools,
 pybuild-plugin-pyproject,
 python3-all,
 python3-poetry-core,
 python3-setuptools,
 python3-setuptools-scm,
 python3-sphinx,
Build-Depends-Indep:
 python3-attr,
 python3-hatch-vcs,
 python3-hatchling,
 python3-idna,
 python3-json-pointer,
 python3-lxml,
 python3-mock,
 python3-nose,
 python3-pip,
 python3-pkg-resources,
 python3-pyrsistent,
 python3-pytest,
 python3-rfc3987,
 python3-six,
 python3-sphinx-autodoc-typehints,
 python3-twisted,
 python3-uritemplate,
 python3-webcolors,
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/openstack-team/third-party/python-jsonschema.git
Vcs-Browser: https://salsa.debian.org/openstack-team/third-party/python-jsonschema
Homepage: https://github.com/Julian/jsonschema

Package: python-jsonschema-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: An(other) implementation of JSON Schema (Draft 3, 4, 6, 7) - doc
 JSON Schema is a specification for a JSON-based format for defining
 the structure of JSON data. JSON Schema provides a contract for what
 JSON data is required for a given application and how it can be
 modified, much like what XML Schema provides for XML. JSON Schema is
 intended to provide validation, documentation, and interaction control
 of JSON data.
 .
 This package provides the documentation.

Package: python3-jsonschema
Architecture: all
Depends:
 python3-attr,
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 python3-idna,
 python3-json-pointer,
 python3-rfc3987,
 python3-uritemplate,
 python3-webcolors,
Suggests:
 python-jsonschema-doc,
Breaks:
 python3-json-pointer (<< 1.14),
Description: An(other) implementation of JSON Schema (Draft 3, 4, 6, 7)
 JSON Schema is a specification for a JSON-based format for defining
 the structure of JSON data. JSON Schema provides a contract for what
 JSON data is required for a given application and how it can be
 modified, much like what XML Schema provides for XML. JSON Schema is
 intended to provide validation, documentation, and interaction control
 of JSON data.