File: control

package info (click to toggle)
python-jsonschema-specifications 2023.12.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 248 kB
  • sloc: python: 180; makefile: 21
file content (40 lines) | stat: -rw-r--r-- 1,262 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
Source: python-jsonschema-specifications
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 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-hatch-vcs,
 python3-hatchling,
 python3-pytest,
 python3-referencing,
 python3-rpds-py,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-jsonschema-specifications
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-jsonschema-specifications.git
Homepage: https://github.com/python-jsonschema/jsonschema-specifications

Package: python3-jsonschema-specifications
Architecture: all
Depends:
 python3-referencing,
 python3-rpds-py,
 ${misc:Depends},
 ${python3:Depends},
Description: JSON Schema meta-schemas and vocabularies, exposed as a Registry
 This package contains JSON support files from the JSON Schema Specifications
 (metaschemas, vocabularies, etc.), packaged for runtime access from Python as
 a referencing-based Schema Registry.
 .
 This package contains the Python 3.x module.