[Lunar-commits] <moonbase> ClientForm: new module, a new dependency for calibre.
Dave Brown
dagbrown at lunar-linux.org
Mon Apr 13 10:22:42 CEST 2009
commit eb940eea4d65b84d0cb47526fd769a004ff18cee
Author: Dave Brown <dagbrown at lunar-linux.org>
Date: Mon Apr 13 17:22:42 2009 +0900
ClientForm: new module, a new dependency for calibre.
---
python/ClientForm/BUILD | 4 ++++
python/ClientForm/DETAILS | 16 ++++++++++++++++
2 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/python/ClientForm/BUILD b/python/ClientForm/BUILD
new file mode 100644
index 0000000..1ccb7f4
--- /dev/null
+++ b/python/ClientForm/BUILD
@@ -0,0 +1,4 @@
+(
+ prepare_install &&
+ python setup.py install
+) > $C_FIFO 2>&1
diff --git a/python/ClientForm/DETAILS b/python/ClientForm/DETAILS
new file mode 100644
index 0000000..2e7259b
--- /dev/null
+++ b/python/ClientForm/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=ClientForm
+ VERSION=0.2.10
+ SOURCE=$MODULE-$VERSION.tar.gz
+# SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_URL[0]=http://wwwsearch.sourceforge.net/$MODULE/src/
+ SOURCE_VFY=sha1:e0228e8a6b65dad8457266831fbce84daf3588bd
+ WEB_SITE=http://wwwsearch.sourceforge.net/$MODULE/
+ ENTERED=20090413
+ UPDATED=20090413
+ SHORT="a Python module for handling HTML forms on the client side"
+
+cat << EOF
+ClientForm is a Python module for handling HTML forms on the client
+side, useful for parsing HTML forms, filling them in and returning the
+completed forms to the server.
+EOF
More information about the Lunar-commits
mailing list