blob: f89a9b185ab64d2b08e7391968308dfe5e543fe1 (
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
|
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,
|