From fbddd862d4e19348338aded752cf5f48a5c5dda3 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 6 Nov 2013 01:06:50 -0500 Subject: python-json*: uprev json packages OpenStack Havana requires newer versions of the json packages, so we uprev them to the latest. Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-anyjson_0.3.3.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-anyjson_0.3.3.bb (limited to 'meta-openstack/recipes-devtools/python/python-anyjson_0.3.3.bb') diff --git a/meta-openstack/recipes-devtools/python/python-anyjson_0.3.3.bb b/meta-openstack/recipes-devtools/python/python-anyjson_0.3.3.bb new file mode 100644 index 0000000..822c878 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-anyjson_0.3.3.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] = "2ea28d6ec311aeeebaf993cb3008b27c" +SRC_URI[sha256sum] = "37812d863c9ad3e35c0734c42e0bf0320ce8c3bed82cd20ad54cb34d158157ba" + +RDEPENDS_${PN} = "python-simplejson" -- cgit v1.2.3-54-g00ecf