[Lunar-commits] <moonbase> cssutils: new module. css parser for python

Samuel Verstraete elangelo at lunar-linux.org
Fri Mar 13 16:02:53 CET 2009


commit e3437f6ef421f6693e7f1150bfb458b9a012a4e6
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date:   Tue Oct 21 09:15:13 2008 -0700

    cssutils: new module. css parser for python
---
 python/cssutils/BUILD   |    7 +++++++
 python/cssutils/DEPENDS |    1 +
 python/cssutils/DETAILS |   14 ++++++++++++++
 3 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/python/cssutils/BUILD b/python/cssutils/BUILD
new file mode 100644
index 0000000..381ba27
--- /dev/null
+++ b/python/cssutils/BUILD
@@ -0,0 +1,7 @@
+(
+
+  python setup.py build &&
+  prepare_install &&
+  python setup.py install --root=/
+
+) > $C_FIFO 2>&1
diff --git a/python/cssutils/DEPENDS b/python/cssutils/DEPENDS
new file mode 100644
index 0000000..7d03d17
--- /dev/null
+++ b/python/cssutils/DEPENDS
@@ -0,0 +1 @@
+depends Python
diff --git a/python/cssutils/DETAILS b/python/cssutils/DETAILS
new file mode 100644
index 0000000..8623dc2
--- /dev/null
+++ b/python/cssutils/DETAILS
@@ -0,0 +1,14 @@
+          MODULE=cssutils
+         VERSION=0.9.5.1
+          SOURCE=$MODULE-$VERSION.zip
+      SOURCE_URL=http://pypi.python.org/packages/source/c/cssutils/
+      SOURCE_VFY=sha1:bdf53ff8b0417c064daaa585389e99bed79e6bbf
+        WEB_SITE=http://cthedot.de/cssutils/
+         ENTERED=20081020
+         UPDATED=20081020
+           SHORT="css parser and library for Python"
+
+cat << EOF
+A Python package to parse and build CSS Cascading Style Sheets.
+EOF
+


More information about the Lunar-commits mailing list