[Lunar-commits] <moonbase-other> cssselect: introduction to -other
v4hn
me at v4hn.de
Thu Dec 27 22:06:19 CET 2012
commit 305faa28f590b97df43a7a67a10782158e289f40
Author: v4hn <me at v4hn.de>
Date: Thu, 27 Dec 2012 13:06:19 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/305faa28f590b97df43a7a67a10782158e289f40
cssselect: introduction to -other
---
python/cssselect/BUILD | +8/-0
python/cssselect/DEPENDS | +1/-0
python/cssselect/DETAILS | +15/-0
3 files changed, 24 insertions(+)
--- /dev/null
+++ b/python/cssselect/BUILD
@@ -0,0 +1,8 @@
+(
+
+ python setup.py build &&
+ prepare_install &&
+ python setup.py install --root=/
+
+) > $C_FIFO 2>&1
+
--- /dev/null
+++ b/python/cssselect/DEPENDS
@@ -0,0 +1 @@
+depends Python
--- /dev/null
+++ b/python/cssselect/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=cssselect
+ VERSION=0.7.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://pypi.python.org/packages/source/c/cssselect/
+ SOURCE_VFY=sha1:77787495a6dc2d02231b62cfa962e2c202a9cb23
+ WEB_SITE=http://pypi.python.org/pypi/${MODULE}
+ ENTERED=20121227
+ UPDATED=20121227
+ SHORT="parse CSS3 selectors and create XPath expressions"
+cat << EOF
+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.
+EOF
More information about the Lunar-commits
mailing list