File: control

package info (click to toggle)
pykwalify 1.8.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 912 kB
  • sloc: python: 3,315; makefile: 225
file content (49 lines) | stat: -rw-r--r-- 1,722 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
Source: pykwalify
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Johan Fleury <jfleury@arcaik.net>,
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-setuptools,
Build-Depends-Indep: python3,
                     python3-dateutil <!nocheck>,
                     python3-docopt <!nocheck>,
                     python3-pytest <!nocheck>,
                     python3-ruamel.yaml <!nocheck>,
                     python3-testfixtures <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/grokzen/pykwalify
X-Python3-Version: >= 3.6
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/pykwalify.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pykwalify

Package: python3-pykwalify
Architecture: all
Depends: python3-dateutil,
         python3-ruamel.yaml,
         ${misc:Depends},
         ${python3:Depends},
Description: Python YAML/JSON schema validation library (Python 3)
 PyKwalify is a open source port of the kwalify lib and specification.
 .
 PyKwalify allows validating YAML or JSON data against a schema
 described in YAML or JSON format.
 .
 This package installs the library for Python 3.

Package: pykwalify
Section: utils
Architecture: all
Depends: python3-docopt,
         python3-pykwalify,
         ${misc:Depends},
         ${python3:Depends},
Description: Python YAML/JSON schema validation library (command line program)
 PyKwalify is a open source port of the kwalify lib and specification.
 .
 PyKwalify allows validating YAML or JSON data against a schema
 described in YAML or JSON format.
 .
 This package installs the command line program.