[Lunar-commits] <moonbase> cssutils: Adding to moonbase.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Thu Feb 18 01:21:55 CET 2010


commit 550fd56014dd9148cc35cfd540c1a53a975941c4
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Feb 17 19:21:55 2010 -0500

    cssutils: Adding to moonbase.
---
 python/cssutils/BUILD   |    8 ++++++++
 python/cssutils/DEPENDS |    1 +
 python/cssutils/DETAILS |   13 +++++++++++++
 3 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/python/cssutils/BUILD b/python/cssutils/BUILD
new file mode 100644
index 0000000..a66538b
--- /dev/null
+++ b/python/cssutils/BUILD
@@ -0,0 +1,8 @@
+(
+
+  python setup.py build &&
+  prepare_install &&
+  python setup.py install
+
+) > $C_FIFO 2>&1
+
diff --git a/python/cssutils/DEPENDS b/python/cssutils/DEPENDS
new file mode 100644
index 0000000..3d3f9a6
--- /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..e76eb89
--- /dev/null
+++ b/python/cssutils/DETAILS
@@ -0,0 +1,13 @@
+          MODULE=cssutils
+         VERSION=0.9.7a2
+          SOURCE=$MODULE-$VERSION.zip
+      SOURCE_URL=http://cssutils.googlecode.com/files/
+      SOURCE_VFY=sha1:16bdfcb4b1f438c7f2bde1ebc15014b7090ce377
+        WEB_SITE=http://cthedot.de/cssutils/
+         ENTERED=20100217
+         UPDATED=20100217
+           SHORT="parse and build Cascading Style Sheets"
+cat << EOF
+A Python package to parse and build CSS Cascading Style Sheets. Currently a DOM
+only, no rendering options. cssutils is licensed under the LGPL 3.
+EOF


More information about the Lunar-commits mailing list