debian-python-tinycss2/debian/control

115 lines
4.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Source: python-tinycss2
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
Michael Fladischer <fladi@debian.org>,
Build-Depends:
debhelper (>= 10),
dh-python,
python-all,
python-pytest-cov,
python-pytest-runner,
python-setuptools,
python-sphinx,
python-sphinx-rtd-theme,
python-webencodings,
python3-all,
python3-pytest-cov,
python3-pytest-runner,
python3-setuptools,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-webencodings,
Standards-Version: 4.1.5
Homepage: https://github.com/Kozea/tinycss2/
Vcs-Git: https://salsa.debian.org/python-team/modules/python-tinycss2.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-tinycss2
Testsuite: autopkgtest-pkg-python
Package: python-tinycss2-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: Low-level CSS parser (Documentation)
tinycss2 is a rewrite of tinycss with a simpler API, based on the more recent
CSS Syntax Level 3 specification.
.
tinycss2 is low-level in that it doesnt parse all of CSS: it doesn't know
about the syntax of any specific properties or at-rules. Instead, it provides a
set of functions that can be composed to support exactly the parts of CSS
you're interested in, including new or non-standard rules or properties,
without modifying tinycss or having a complex hook/plugin system.
.
In many cases, parts of the parsed values (such as the content of a AtRule) is
given as component values that can be parsed further with other functions.
.
This package contains the documentation.
Package: python3-tinycss2
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
python-tinycss2-common,
Suggests:
python-tinycss2-doc,
Description: Low-level CSS parser (Python3 version)
tinycss2 is a rewrite of tinycss with a simpler API, based on the more recent
CSS Syntax Level 3 specification.
.
tinycss2 is low-level in that it doesnt parse all of CSS: it doesn't know
about the syntax of any specific properties or at-rules. Instead, it provides a
set of functions that can be composed to support exactly the parts of CSS
you're interested in, including new or non-standard rules or properties,
without modifying tinycss or having a complex hook/plugin system.
.
In many cases, parts of the parsed values (such as the content of a AtRule) is
given as component values that can be parsed further with other functions.
.
This package contains the Python 3 version of the library.
Package: python-tinycss2-common
Architecture: all
Depends:
${misc:Depends},
Description: Low-level CSS parser (test data)
tinycss2 is a rewrite of tinycss with a simpler API, based on the more recent
CSS Syntax Level 3 specification.
.
tinycss2 is low-level in that it doesnt parse all of CSS: it doesn't know
about the syntax of any specific properties or at-rules. Instead, it provides a
set of functions that can be composed to support exactly the parts of CSS
you're interested in, including new or non-standard rules or properties,
without modifying tinycss or having a complex hook/plugin system.
.
In many cases, parts of the parsed values (such as the content of a AtRule) is
given as component values that can be parsed further with other functions.
.
This package contains the test data of the library.
Package: python-tinycss2
Architecture: all
Depends:
${misc:Depends},
${python2:Depends},
python-tinycss2-common,
Suggests:
python-tinycss2-doc,
Description: Low-level CSS parser (Python2 version)
tinycss2 is a rewrite of tinycss with a simpler API, based on the more recent
CSS Syntax Level 3 specification.
.
tinycss2 is low-level in that it doesnt parse all of CSS: it doesn't know
about the syntax of any specific properties or at-rules. Instead, it provides a
set of functions that can be composed to support exactly the parts of CSS
you're interested in, including new or non-standard rules or properties,
without modifying tinycss or having a complex hook/plugin system.
.
In many cases, parts of the parsed values (such as the content of a AtRule) is
given as component values that can be parsed further with other functions.
.
This package contains the Python 2 version of the library.