mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
366 B
Text
7 lines
366 B
Text
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.
|