From affd3acc79b1d7217ac361031f065387986ddf3a Mon Sep 17 00:00:00 2001 From: Mihai Prica Date: Fri, 17 May 2013 17:06:23 +0300 Subject: python-anyjson: added 0.2.4 Signed-off-by: Mihai Prica --- .../recipes-devtools/python/python-anyjson_0.2.4.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-anyjson_0.2.4.bb (limited to 'meta-openstack/recipes-devtools/python/python-anyjson_0.2.4.bb') diff --git a/meta-openstack/recipes-devtools/python/python-anyjson_0.2.4.bb b/meta-openstack/recipes-devtools/python/python-anyjson_0.2.4.bb new file mode 100644 index 0000000..e813d05 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-anyjson_0.2.4.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Loads the best available JSON implementation available in a common interface" +HOMEPAGE = "https://bitbucket.org/runeh/anyjson" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=989aa97e73c912a83a3c873fa11deb08" + +PR = "r0" +SRCNAME = "anyjson" + +SRC_URI = "http://pypi.python.org/packages/source/a/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +SRC_URI[md5sum] = "ed707033ad6cee0a44db199c289a4c80" +SRC_URI[sha256sum] = "27ddec5bc9220c13f405cb30adee9b5db17a608f56935618785219348c8a90ac" + +RDEPENDS_${PN} = "python-simplejson" -- cgit v1.2.3-54-g00ecf