File: control

package info (click to toggle)
referencing 0.36.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 372 kB
  • sloc: python: 2,618; makefile: 13
file content (39 lines) | stat: -rw-r--r-- 1,321 bytes parent folder | download | duplicates (2)
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: referencing
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Roland Mas <lolando@debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-all,
 pybuild-plugin-pyproject,
 python3-hatchling,
 python3-pytest,
 python3-traitlets,
 jupyter-server,
 python3-rpds-py,
#Testsuite: autopkgtest-pkg-python
Standards-Version: 4.6.2
Homepage: https://github.com/python-jsonschema/referencing
Vcs-Browser: https://salsa.debian.org/python-team/packages/referencing
Vcs-Git: https://salsa.debian.org/python-team/packages/referencing.git

Package: python3-referencing
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Description: Implementation-agnostic implementation of JSON reference resolution
 A way for e.g. JSON Schema tooling to resolve the $ref keywords
 across all drafts without needing to implement support themselves.
 .
 This library is meant for use both by implementers of JSON
 referencing-related tooling – like JSON Schema implementations
 supporting the $ref keyword – as well as by end-users using said
 implementations who wish to then configure sets of resources (like
 schemas) for use at runtime.
 .
 This package installs the library for Python 3.