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
|
Source: cssutils
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Loïc Minier <lool@debian.org>,
Martin Pitt <mpitt@debian.org>,
Charlie Smotherman <cjsmo@cableone.net>
Build-Depends: debhelper (>= 7.0.50~),
python-all (>= 2.6.6-3~),
python-setuptools,
python-nose (>= 1.1.2-2),
python-mock,
python3-all,
python3-setuptools,
python3-nose (>= 1.1.2-2),
python3-mock
Standards-Version: 3.9.4
Homepage: https://bitbucket.org/cthedot/cssutils
X-Python-Version: >= 2.5
X-Python3-Version: >= 3.0
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/cssutils/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/cssutils/trunk/
Package: python-cssutils
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
python-pkg-resources
Breaks: python-encutils
Replaces: python-encutils, python-cssutils-doc
Provides: python-encutils
Description: CSS Cascading Style Sheets parser and builder
Package to parse and build CSS Cascading Style Sheets. DOM only, not any
rendering facilities! Base upon and partly implements the following
specifications:
.
* CSS 2.1 and CSS 2.1 Errata
* CSS3 Module: Syntax
* DOM Level 2 Style CSS
* DOM Level 2 Style Stylesheets
* CSSOM
* MediaQueries
* Namespaces
* Selectors
Package: python3-cssutils
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-pkg-resources
Description: Python3 CSS Cascading Style Sheets parser and builder
Python3 package to parse and build CSS Cascading Style Sheets. DOM only, not
any rendering facilities! Base upon and partly implements the following
specifications:
.
* CSS 2.1 and CSS 2.1 Errata
* CSS3 Module: Syntax
* DOM Level 2 Style CSS
* DOM Level 2 Style Stylesheets
* CSSOM
* MediaQueries
* Namespaces
* Selectors
|