[Lunar-commits] <moonbase> httplib2: Add new module.

Jannis Pohlmann jannis at xfce.org
Tue May 26 13:06:56 CEST 2009


commit 14b595cbfc78b47dd7bc9402b035661db10def3f
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Tue May 26 10:33:15 2009 +0200

    httplib2: Add new module.
---
 python/httplib2/BUILD   |    7 +++++++
 python/httplib2/DEPENDS |    1 +
 python/httplib2/DETAILS |   15 +++++++++++++++
 3 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/python/httplib2/BUILD b/python/httplib2/BUILD
new file mode 100644
index 0000000..a4f8f25
--- /dev/null
+++ b/python/httplib2/BUILD
@@ -0,0 +1,7 @@
+(
+
+  python setup.py config &&
+  prepare_install &&
+  python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/python/httplib2/DEPENDS b/python/httplib2/DEPENDS
new file mode 100644
index 0000000..7d03d17
--- /dev/null
+++ b/python/httplib2/DEPENDS
@@ -0,0 +1 @@
+depends Python
diff --git a/python/httplib2/DETAILS b/python/httplib2/DETAILS
new file mode 100644
index 0000000..59c8c5e
--- /dev/null
+++ b/python/httplib2/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=httplib2
+         VERSION=0.4.0
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://httplib2.googlecode.com/files/
+      SOURCE_VFY=sha1:3bca0a41dc105003c09f41fce48357d84fa89c61
+        WEB_SITE=http://code.google.com/p/httplib2/
+         ENTERED=20090526
+         UPDATED=20090526
+           SHORT="HTTP client library for Python"
+      MAINTAINER=jannis at lunar-linux.org
+
+cat << EOF
+A comprehensive HTTP client library that supports many features left
+out of other HTTP libraries. 
+EOF


More information about the Lunar-commits mailing list