debian-python-cssselect2/debian/control

73 lines
2.8 KiB
Plaintext

Source: python-cssselect2
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-pytest,
python-pytest-runner,
python-setuptools,
python-sphinx,
python-sphinx-rtd-theme,
python-tinycss2,
python3-all,
python3-pytest,
python3-pytest-runner,
python3-setuptools,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-tinycss2
Standards-Version: 4.2.1
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Homepage: https://github.com/Kozea/cssselect2/
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-cssselect2
Vcs-Git: https://salsa.debian.org/python-team/modules/python-cssselect2.git
Testsuite: autopkgtest-pkg-python
Package: python-cssselect2-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: implementation of CSS3 Selectors (Documentation)
cssselect2 is a straightforward implementation of CSS3 Selectors for markup
documents (HTML, XML, etc.) that can be read by ElementTree-like parsers
(including cElementTree, lxml, html5lib, etc.)
.
Unlike cssselect, it does not translate selectors to XPath and therefore does
not have all the correctness corner cases that are hard or impossible to fix in
cssselect.
.
This package contains the documentation.
Package: python3-cssselect2
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-cssselect2-doc
Description: implementation of CSS3 Selectors (Python3 version)
cssselect2 is a straightforward implementation of CSS3 Selectors for markup
documents (HTML, XML, etc.) that can be read by ElementTree-like parsers
(including cElementTree, lxml, html5lib, etc.)
.
Unlike cssselect, it does not translate selectors to XPath and therefore does
not have all the correctness corner cases that are hard or impossible to fix in
cssselect.
.
This package contains the Python 3 version of the library.
Package: python-cssselect2
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-cssselect2-doc
Description: implementation of CSS3 Selectors (Python 2 version)
cssselect2 is a straightforward implementation of CSS3 Selectors for markup
documents (HTML, XML, etc.) that can be read by ElementTree-like parsers
(including cElementTree, lxml, html5lib, etc.)
.
Unlike cssselect, it does not translate selectors to XPath and therefore does
not have all the correctness corner cases that are hard or impossible to fix in
cssselect.
.
This package contains the Python 2 version of the library.