diff options
author | nivit <nivit@FreeBSD.org> | 2012-05-03 16:47:22 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2012-05-03 16:47:22 +0800 |
commit | 4b259e6e02e304d86109da1ecf0105f331063138 (patch) | |
tree | f4bba2996fc5880143f7c76c5a37b91ca79639e3 /www/Makefile | |
parent | 6f7704c98d611eb5ee5614e1ff150402d8c9b74e (diff) | |
download | freebsd-ports-gnome-4b259e6e02e304d86109da1ecf0105f331063138.tar.gz freebsd-ports-gnome-4b259e6e02e304d86109da1ecf0105f331063138.tar.zst freebsd-ports-gnome-4b259e6e02e304d86109da1ecf0105f331063138.zip |
*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/
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 68b26bdb9fe7..fa4a44906f20 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1439,6 +1439,7 @@ SUBDIR += py-cherrypy SUBDIR += py-cherrypy-old SUBDIR += py-clientform + SUBDIR += py-cssselect SUBDIR += py-cssutils SUBDIR += py-django SUBDIR += py-django-annoying |