Source: ruamel.yaml.clib
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Michael R. Crusoe <crusoe@debian.org>
Section: python
Priority: optional
Build-Depends: cython3,
               debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all-dev,
               python3-setuptools
Standards-Version: 4.7.0
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
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Breaks: python3-ruamel.yaml (<< 0.18.6)
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,
