summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: ea8a52c265aec459b5bc492effb158e795b5c4c7 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Source: python-ruyaml
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:
 Carsten Schoenert <c.schoenert@t-online.de>,
Bugs: mailto:maintainers@lists.progress-linux.org
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 pybuild-plugin-pyproject,
 dh-sequence-sphinxdoc,
 python3-all,
 python3-setuptools,
 python3-setuptools-scm,
Build-Depends-Indep:
 python3-pytest <!nocheck>,
 python3-sphinx <!nodoc>,
 python3-sphinx-rtd-theme <!nodoc>,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/python-ruyaml
Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/python-ruyaml
XSBC-Original-Vcs-Browser: https://salsa.debian.org/python-team/packages/python-ruyaml
XSBC-Original-Vcs-Git: https://salsa.debian.org/python-team/packages/python-ruyaml.git
Homepage: https://github.com/pycontribs/ruyaml

Package: python-ruyaml-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends}
Multi-Arch: foreign
Description: YAML 1.2 loader/dumper package for Python (Documentation)
 The ruyaml package is a fork of ruamel.yaml aimed to made in order to secure
 the future of the library, mainly by having a pool of maintainers and can be
 used as a drop-in replacement for python3-ruamel.yaml.
 .
 This package installs the documentation for the library.

Package: python3-ruyaml
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-ruamel-doc,
Description: YAML 1.2 loader/dumper package for Python
 The ruyaml package is a fork of ruamel.yaml aimed to made in order to secure
 the future of the library, mainly by having a pool of maintainers and can be
 used as a drop-in replacement for python3-ruamel.yaml.
 .
 This package contains the Python 3 version of the library.