mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
48c22f9303
This is far from complete. We still need to review and tweak anything with "PYTHON" in the README, as many/most/all of those are telling the user how to build with python3 support. We almost surely want to enable that by default in all of those cases.
9 lines
371 B
Text
9 lines
371 B
Text
cssselect parses CSS3 Selectors and translate them to XPath 1.0 expressions.
|
|
Such expressions can be used in lxml or another XPath engine to find the
|
|
matching elements in an XML or HTML document.
|
|
|
|
Optional dependencies: lxml and Sphinx
|
|
|
|
Note: To install Python 3 bindings, install python3 and set PYTHON3="yes"
|
|
to the slackbuild.
|
|
# PYTHON3="yes" ./cssselect.SlackBuild
|