summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-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