aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-oauth_1.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-oauth_1.0.1.bb')
-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