1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/www/py-cssselect/pkg-descr
Nicola Vitale 090a44e94d - Update to 0.9.1 [1]
- Add python to CATEGORIES    [1]
- Don't use/fetch objects.inv from Python site, because there is
  no reference to the standard library in the port docs, and so
  remove also the post-patch target
- Specify the clause of BSD license
- Allow to build port with Python 3    [1]
- Add support for stage dir    [1]
- Use PYDISTUTILS_AUTOPLIST    [1]
- Clean a bit the documentation part (install only necessary files)    [1]
- Fix format of WWW field in pkg-descr    [1]

PR:	ports/186328
Submitted by:	olivierd
2014-04-01 22:08:18 +00:00

9 lines
362 B
Plaintext

*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.
This module used to live inside of lxml as ``lxml.cssselect`` before it was
extracted as a stand-alone project.
WWW: http://packages.python.org/cssselect/