aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python
diff options
context:
space:
mode:
authorMichael Lippautz <michael.lippautz@gmail.com>2010-05-26 16:11:27 +0200
committerMichael Lippautz <michael.lippautz@gmail.com>2010-05-26 16:13:07 +0200
commit6f56f5d29b10bf68e0721a4dc02f4fdd08457a79 (patch)
treefa770b9d50ae09741e046c168f5ff763fc9c54a8 /recipes/python
parenta0acdeec009ff7ba196fce30abdd3e80f0158aad (diff)
downloadopenembedded-6f56f5d29b10bf68e0721a4dc02f4fdd08457a79.tar.gz
python-oauth: Add python library for OAuth
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
Diffstat (limited to 'recipes/python')
-rw-r--r--recipes/python/python-oauth_1.0.1.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/python/python-oauth_1.0.1.bb b/recipes/python/python-oauth_1.0.1.bb
new file mode 100644
index 0000000000..8de36af002
--- /dev/null
+++ b/recipes/python/python-oauth_1.0.1.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Library for OAuth version 1.0a."
+HOMEPAGE = "http://code.google.com/p/oauth/"
+SECTION = "devel/python"
+LICENSE = "MIT"
+SOURCE = "oauth"
+PR = "r0"
+
+SRC_URI = "http://pypi.python.org/packages/source/o/${SOURCE}/${SOURCE}-${PV}.tar.gz"
+SRC_URI[md5sum] = "30ed3cc8c11d7841a89feab437aabf81"
+SRC_URI[sha256sum] = "e769819ff0b0c043d020246ce1defcaadd65b9c21d244468a45a7f06cb88af5d"
+
+S = "${WORKDIR}/${SOURCE}-${PV}"
+
+inherit setuptools