File: control

package info (click to toggle)
ruamel.yaml 0.13.4-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,152 kB
  • ctags: 2,605
  • sloc: python: 7,377; ansic: 7,359; makefile: 12
file content (47 lines) | stat: -rw-r--r-- 1,823 bytes parent folder | download | duplicates (2)
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
Source: ruamel.yaml
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Vincent Bernat <bernat@debian.org>
Build-Depends: debhelper (>= 9), dh-python,
               cython,
               cython3,
               python-all-dev,
               python-ruamel.ordereddict,
               python-setuptools,
               python-typing,
               python3-all-dev,
               python3-setuptools,
               python-pytest,
               python3-pytest
Standards-Version: 3.9.8
Homepage: https://bitbucket.org/ruamel/yaml
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/ruamel.yaml.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/ruamel.yaml.git
Testsuite: autopkgtest-pkg-python

Package: python-ruamel.yaml
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends},
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}
XB-Python-Egg-Name: ruamel.yaml
Description: roundtrip YAML parser/emitter (Python 2 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 2 module.

Package: python3-ruamel.yaml
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
XB-Python-Egg-Name: ruamel.yaml
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.