From 6f56f5d29b10bf68e0721a4dc02f4fdd08457a79 Mon Sep 17 00:00:00 2001 From: Michael Lippautz Date: Wed, 26 May 2010 16:11:27 +0200 Subject: python-oauth: Add python library for OAuth Signed-off-by: Michael Lippautz --- recipes/python/python-oauth_1.0.1.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes/python/python-oauth_1.0.1.bb (limited to 'recipes/python/python-oauth_1.0.1.bb') 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 -- cgit 1.2.3-korg