[oe-commits] Michael Lippautz : python-oauth: Add python library for OAuth

git version control git at git.openembedded.org
Wed May 26 14:12:41 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6f56f5d29b10bf68e0721a4dc02f4fdd08457a79
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6f56f5d29b10bf68e0721a4dc02f4fdd08457a79

Author: Michael Lippautz <michael.lippautz at gmail.com>
Date:   Wed May 26 16:11:27 2010 +0200

python-oauth: Add python library for OAuth

Signed-off-by: Michael Lippautz <michael.lippautz at gmail.com>

---

 recipes/python/python-oauth_1.0.1.bb |   14 ++++++++++++++
 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 0000000..8de36af
--- /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





More information about the Openembedded-commits mailing list