diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 00:45:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 00:45:27 +0000 |
commit | 33f8cba54805782922fb495355bc0ad1101c9df9 (patch) | |
tree | 5c9b06d1867913cd5e455a9b44f9b39e60bf3805 /debian/control | |
parent | Adding upstream version 0.2.8. (diff) | |
download | ruamel.yaml.clib-33f8cba54805782922fb495355bc0ad1101c9df9.tar.xz ruamel.yaml.clib-33f8cba54805782922fb495355bc0ad1101c9df9.zip |
Adding debian version 0.2.8-1.debian/0.2.8-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..f89a9b1 --- /dev/null +++ b/debian/control @@ -0,0 +1,27 @@ +Source: ruamel.yaml.clib +Section: python +Priority: optional +Maintainer: Debian Python Team <team+python@tracker.debian.org> +Uploaders: Michael R. Crusoe <crusoe@debian.org> +Build-Depends: debhelper-compat (= 13), + dh-python, + cython3, + pybuild-plugin-pyproject, + python3-all-dev, + python3-setuptools +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/python-team/packages/ruamel.yaml.clib +Vcs-Git: https://salsa.debian.org/python-team/packages/ruamel.yaml.clib.git +Homepage: https://sourceforge.net/p/ruamel-yaml-clib +Rules-Requires-Root: no + +Package: python3-ruamel.yaml.clib +Architecture: any +Multi-Arch: same +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends} +Breaks: python3-ruamel.yaml (<< 0.16.10) +Replaces: python3-ruamel.yaml (<< 0.16.10) +Description: C version of reader, parser and emitter for ruamel.yaml + This package was split of from ruamel.yaml, so that ruamel.yaml can be build + as a universal wheel as the C code is seldom changing, and it takes a long + time to compile for all platforms, |