[meta-virtualization] [RFC][PATCH 04/16] Added python-httplib2 recipe

David Nyström david.c.nystrom at gmail.com
Tue Dec 18 06:31:46 PST 2012


Signed-off-by: David Nyström <david.nystrom at enea.com>
---
 recipes-python/httplib2/python-httplib2_0.7.7.bb |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 recipes-python/httplib2/python-httplib2_0.7.7.bb

diff --git a/recipes-python/httplib2/python-httplib2_0.7.7.bb b/recipes-python/httplib2/python-httplib2_0.7.7.bb
new file mode 100644
index 0000000..1bd2191
--- /dev/null
+++ b/recipes-python/httplib2/python-httplib2_0.7.7.bb
@@ -0,0 +1,19 @@
+SUMMARY="HTTP client library"
+DESCRIPTION = "A comprehensive HTTP client library, httplib2.py supports many \
+features left out of other HTTP libraries."
+SECTION = "devel/python"
+LICENSE = "MIT"
+PR = "0"
+
+LIC_FILES_CHKSUM = "file://README;beginline=100;endline=121;md5=329279aa355faac89372002a7eefd42f"
+SRC_URI = "http://httplib2.googlecode.com/files/httplib2-${PV}.zip"
+
+SRC_URI[md5sum] = "407ad5c568c4bffa709703f73c63cb71"
+SRC_URI[sha256sum] = "50ef9930d29ec575fa593204511bd5e2c39c32ab1fa09258102fedf083915813"
+
+S = "${WORKDIR}/httplib2-${PV}"
+
+export BUILD_SYS
+export HOST_SYS
+
+inherit setuptools
-- 
1.7.9.5




More information about the meta-virtualization mailing list