summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 3161638e6fd8800bef634b2a97d882b3d8764fa3 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Source: tinycss
Section: python
Priority: optional
Maintainer: "P. J. McDermott" <pj@pehjota.net>
Build-Depends: debhelper (>= 9),
# Needed to build Python 2 modules:
 python-all (>= 2.6.6-3~),
 python-setuptools,
# Needed to build Python 3 modules:
 python3-all (>= 3.1.2-7~),
 python3-setuptools,
# Needed to build tinycss.speedups Cython extension:
 python-dev,
 python3-dev,
# Needed to build documenation:
 python-sphinx,
Standards-Version: 3.9.4
Homepage: http://pythonhosted.org/tinycss/
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.1

Package: python-tinycss
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends},
Description: Complete yet simple CSS parser for Python (Python 2)
 tinycss is a complete yet simple CSS parser for Python.  It supports the full
 syntax and error handling for CSS 2.1 as well as some CSS 3 modules:
 .
 * CSS Color 3
 * CSS Paged Media 3
 .
 It is designed to be easy to extend for new CSS modules and syntax, and
 integrates well with cssselect for Selectors 3 support.
 .
 This package provides the Python 2 modules for the tinycss CSS parser.

Package: python3-tinycss
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
Description: Complete yet simple CSS parser for Python (Python 3)
 tinycss is a complete yet simple CSS parser for Python.  It supports the full
 syntax and error handling for CSS 2.1 as well as some CSS 3 modules:
 .
 * CSS Color 3
 * CSS Paged Media 3
 .
 It is designed to be easy to extend for new CSS modules and syntax, and
 integrates well with cssselect for Selectors 3 support.
 .
 This package provides the Python 3 modules for the tinycss CSS parser.

Package: tinycss-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends},
Description: Rendering engine to convert HTML/CSS to PDF - documentation
 tinycss is a complete yet simple CSS parser for Python.  It supports the full
 syntax and error handling for CSS 2.1 as well as some CSS 3 modules:
 .
 * CSS Color 3
 * CSS Paged Media 3
 .
 It is designed to be easy to extend for new CSS modules and syntax, and
 integrates well with cssselect for Selectors 3 support.
 .
 This package provides the documentation for the tinycss CSS parser.