summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-11-06 09:57:37 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:36 -0500
commitb084b6fef7b38dfe56d676481cc02bd2ac7895b6 (patch)
tree82765c67f7ce01e470a33830f43b59f6148151a8 /meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb
parent3ec30c3200939bb00e029af86ef3cbf4e5376ba4 (diff)
downloadmeta-cloud-services-b084b6fef7b38dfe56d676481cc02bd2ac7895b6.tar.gz
python-itsdangerous: initial integration
ceilometer (And its agents) require the facilities provided by itsdangerous. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb17
1 files changed, 17 insertions, 0 deletions
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 @@
1DESCRIPTION = "Various helpers to pass trusted data to untrusted environments and back"
2HOMEPAGE = "https://pypi.python.org/pypi/itsdangerous/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=b61841e2bf5f07884148e2a6f1bcab0c"
6
7PR = "r0"
8SRCNAME = "itsdangerous"
9
10SRC_URI = "https://pypi.python.org/packages/source/i/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "985e726eb76f18aca81e703f0a6c6efc"
13SRC_URI[sha256sum] = "71c0bf6bde4dcc93d838415e728a961a7b16f324b8ae182525fbdadde9f55d62"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools