diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-06 09:57:37 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:36 -0500 |
| commit | b084b6fef7b38dfe56d676481cc02bd2ac7895b6 (patch) | |
| tree | 82765c67f7ce01e470a33830f43b59f6148151a8 /meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb | |
| parent | 3ec30c3200939bb00e029af86ef3cbf4e5376ba4 (diff) | |
| download | meta-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.bb | 17 |
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 @@ | |||
| 1 | DESCRIPTION = "Various helpers to pass trusted data to untrusted environments and back" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/itsdangerous/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b61841e2bf5f07884148e2a6f1bcab0c" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "itsdangerous" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/i/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "985e726eb76f18aca81e703f0a6c6efc" | ||
| 13 | SRC_URI[sha256sum] = "71c0bf6bde4dcc93d838415e728a961a7b16f324b8ae182525fbdadde9f55d62" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
