summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: f71146d52fe04a4e2b25063761efcfca8c59e69f (plain)
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
Source: ruamel.yaml
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Debian Python Team <team+python@tracker.debian.org>
XSBC-Original-Uploaders: Vincent Bernat <bernat@debian.org>
Bugs: mailto:maintainers@lists.progress-linux.org
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all:any,
               python3-pytest <!nocheck>,
               python3-ruamel.yaml.clib,
               python3-setuptools
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.7.0
Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/ruamel.yaml
Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/ruamel.yaml
XSBC-Original-Vcs-Browser: https://salsa.debian.org/python-team/packages/ruamel.yaml
XSBC-Original-Vcs-Git: https://salsa.debian.org/python-team/packages/ruamel.yaml.git
Homepage: https://yaml.readthedocs.io
Rules-Requires-Root: no

Package: python3-ruamel.yaml
Architecture: all
Depends: python3-ruamel.yaml.clib (>= 0.2.8-2),
         ${misc:Depends},
         ${python3:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Roundtrip YAML parser/emitter (Python 3 module)
 ruamel.yaml is a YAML parser supporting roundtrip preservation of
 comments, seq/map flow style and map key order. It is a derivative of
 Kirill Simonov's PyYAML which supports YAML 1.2.
 .
 This package contains the Python 3 module.