File: control

package info (click to toggle)
pyyaml 6.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,120 kB
  • sloc: python: 7,114; makefile: 53; sh: 36; ansic: 8
file content (30 lines) | stat: -rw-r--r-- 1,172 bytes parent folder | download
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
Source: pyyaml
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Gordon Ball <gordon@chronitis.net>,
           Michael Hudson-Doyle <mwhudson@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               pybuild-plugin-pyproject,
               dh-sequence-python3,
               python3-all-dev,
               python3-setuptools,
               libyaml-dev,
               cython3,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyyaml
Vcs-Git: https://salsa.debian.org/python-team/packages/pyyaml.git
Homepage: https://github.com/yaml/pyyaml
Rules-Requires-Root: no

Package: python3-yaml
Architecture: any
Multi-Arch: allowed
Depends: ${python3:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Description: YAML parser and emitter for Python3
 Python3-yaml is a complete YAML 1.1 parser and emitter for Python3.  It can
 parse all examples from the specification. The parsing algorithm is simple
 enough to be a reference for YAML parser implementors. A simple extension API
 is also provided.  The package is built using libyaml for improved speed.