[Lunar-commits] <moonbase> mechanize: the Python version of WWW::Mechanize.

Dave Brown dagbrown at lunar-linux.org
Thu Jan 8 08:34:46 CET 2009


commit 6ca637ef84ae14541e5b8f4cc6e4d635bcac4209
Author: Dave Brown <dagbrown at lunar-linux.org>
Date:   Thu Jan 8 16:34:46 2009 +0900

    mechanize: the Python version of WWW::Mechanize.
    
    calibre uses this, so into the moonbase it goes.
---
 python/mechanize/BUILD   |    6 ++++++
 python/mechanize/DEPENDS |    1 +
 python/mechanize/DETAILS |   13 +++++++++++++
 3 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/python/mechanize/BUILD b/python/mechanize/BUILD
new file mode 100644
index 0000000..2a6b5f9
--- /dev/null
+++ b/python/mechanize/BUILD
@@ -0,0 +1,6 @@
+(
+
+    prepare_install         &&
+    python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/python/mechanize/DEPENDS b/python/mechanize/DEPENDS
new file mode 100644
index 0000000..7d03d17
--- /dev/null
+++ b/python/mechanize/DEPENDS
@@ -0,0 +1 @@
+depends Python
diff --git a/python/mechanize/DETAILS b/python/mechanize/DETAILS
new file mode 100644
index 0000000..54d877f
--- /dev/null
+++ b/python/mechanize/DETAILS
@@ -0,0 +1,13 @@
+          MODULE=mechanize
+         VERSION=0.1.10
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://wwwsearch.sourceforge.net/mechanize/src/
+      SOURCE_VFY=sha1:02694c8e32442db3c589d187b3b8f4c7ebda0a24
+        WEB_SITE=http://wwwsearch.sourceforge.net/mechanize/
+         ENTERED=20090108
+         UPDATED=20090108
+           SHORT="stateful programmatic web browsing in Python"
+
+cat << EOF
+This is a Python version of the Perl module WWW::Mechanize.
+EOF


More information about the Lunar-commits mailing list