source: trunk/packages/pyyaml/debian/control @ 898

Last change on this file since 898 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 
1Source: pyyaml
2Section: python
3Priority: optional
4Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
5Uploaders: Scott Kitterman <scott@kitterman.com>
6Build-Depends: debhelper (>= 5), cdbs (>=0.4.48), python-all-dev (>=2.3.5-11), python-central (>= 0.5.12), python-pyrex, libyaml-dev
7XS-Python-Version: all
8Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyyaml/trunk/
9Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pyyaml/trunk/?op=log
10Standards-Version: 3.8.0.1
11Homepage: http://pyyaml.org/
12DM-Upload-Allowed: yes
13
14Package: python-yaml
15Architecture: any
16Depends: ${python:Depends}, ${shlibs:Depends}
17XB-Python-Version: all
18Description: 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
24Package: python-yaml-dbg
25Priority: extra
26Architecture: any
27Depends: python-yaml (= ${binary:Version}), python-dbg, ${shlibs:Depends}
28Description: 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.