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
|
Source: python-ruyaml
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Carsten Schoenert <c.schoenert@t-online.de>,
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://salsa.debian.org/python-team/packages/python-ruyaml
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.
|