diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 00:30:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 00:30:09 +0000 |
commit | 4d7ebe6047c4b8b15600cf6cdb76473500383ffa (patch) | |
tree | 31ebc2c4a80a6dee181bd51236333435ff6e9bec /debian/control | |
parent | Adding upstream version 0.18.5. (diff) | |
download | ruamel.yaml-4d7ebe6047c4b8b15600cf6cdb76473500383ffa.tar.xz ruamel.yaml-4d7ebe6047c4b8b15600cf6cdb76473500383ffa.zip |
Adding debian version 0.18.5-1~exp1.debian/0.18.5-1_exp1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..335b76d --- /dev/null +++ b/debian/control @@ -0,0 +1,32 @@ +Source: ruamel.yaml +Maintainer: Debian Python Team <team+python@tracker.debian.org> +Uploaders: Vincent Bernat <bernat@debian.org> +Section: python +Testsuite: autopkgtest-pkg-python +Priority: optional +Build-Depends: debhelper-compat (= 13), + dh-python, + cython3, + python3-all:any, + python3-setuptools, + python3-pytest, + python3-ruamel.yaml.clib +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/python-team/packages/ruamel.yaml +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: ${misc:Depends}, + ${python3:Depends}, + python3-ruamel.yaml.clib +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 3.11 which supports YAML1.1. + . + This package contains the Python 3 module. |