Last change
on this file since 926 was
898,
checked in by hartmans, 16 years ago
|
Add pyyaml and libyaml packages
backported from lenny.
There is discussion about how these should go in the repository; these are added in this form
in order to make forward progress.
|
File size:
1.5 KB
|
Line | |
---|
1 | Source: pyyaml |
---|
2 | Section: python |
---|
3 | Priority: optional |
---|
4 | Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> |
---|
5 | Uploaders: Scott Kitterman <scott@kitterman.com> |
---|
6 | Build-Depends: debhelper (>= 5), cdbs (>=0.4.48), python-all-dev (>=2.3.5-11), python-central (>= 0.5.12), python-pyrex, libyaml-dev |
---|
7 | XS-Python-Version: all |
---|
8 | Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyyaml/trunk/ |
---|
9 | Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pyyaml/trunk/?op=log |
---|
10 | Standards-Version: 3.8.0.1 |
---|
11 | Homepage: http://pyyaml.org/ |
---|
12 | DM-Upload-Allowed: yes |
---|
13 | |
---|
14 | Package: python-yaml |
---|
15 | Architecture: any |
---|
16 | Depends: ${python:Depends}, ${shlibs:Depends} |
---|
17 | XB-Python-Version: all |
---|
18 | Description: YAML parser and emitter for Python |
---|
19 | Python-yaml is a complete YAML 1.1 parser and emitter for Python. It can parse |
---|
20 | all examples from the specification. The parsing algorithm is simple enough to |
---|
21 | be a reference for YAML parser implementors. A simple extension API is also |
---|
22 | provided. |
---|
23 | |
---|
24 | Package: python-yaml-dbg |
---|
25 | Priority: extra |
---|
26 | Architecture: any |
---|
27 | Depends: python-yaml (= ${binary:Version}), python-dbg, ${shlibs:Depends} |
---|
28 | Description: YAML parser and emitter for Python |
---|
29 | Python-yaml is a complete YAML 1.1 parser and emitter for Python. It can parse |
---|
30 | all examples from the specification. The parsing algorithm is simple enough to |
---|
31 | be a reference for YAML parser implementors. A simple extension API is also |
---|
32 | provided. |
---|
33 | . |
---|
34 | This package contains the extension built for the Python debug interpreter. |
---|
Note: See
TracBrowser
for help on using the repository browser.