From b084b6fef7b38dfe56d676481cc02bd2ac7895b6 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 6 Nov 2013 09:57:37 -0500 Subject: python-itsdangerous: initial integration ceilometer (And its agents) require the facilities provided by itsdangerous. Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-itsdangerous_0.23.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb (limited to 'meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb') diff --git a/meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb b/meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb new file mode 100644 index 0000000..55c7be9 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Various helpers to pass trusted data to untrusted environments and back" +HOMEPAGE = "https://pypi.python.org/pypi/itsdangerous/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b61841e2bf5f07884148e2a6f1bcab0c" + +PR = "r0" +SRCNAME = "itsdangerous" + +SRC_URI = "https://pypi.python.org/packages/source/i/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "985e726eb76f18aca81e703f0a6c6efc" +SRC_URI[sha256sum] = "71c0bf6bde4dcc93d838415e728a961a7b16f324b8ae182525fbdadde9f55d62" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools -- cgit v1.2.3-54-g00ecf