diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
3 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-itsdangerous.inc b/meta-python/recipes-devtools/python/python-itsdangerous.inc new file mode 100644 index 0000000000..73951fa561 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-itsdangerous.inc | |||
@@ -0,0 +1,9 @@ | |||
1 | SUMMARY = "Various helpers to pass trusted data to untrusted environments and back." | ||
2 | HOMEPAGE = "http://github.com/mitsuhiko/itsdangerous" | ||
3 | LICENSE = "BSD-3-Clause" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b61841e2bf5f07884148e2a6f1bcab0c" | ||
5 | |||
6 | SRC_URI[md5sum] = "a3d55aa79369aef5345c036a8a26307f" | ||
7 | SRC_URI[sha256sum] = "cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519" | ||
8 | |||
9 | CLEANBROKEN = "1" | ||
diff --git a/meta-python/recipes-devtools/python/python-itsdangerous_0.24.bb b/meta-python/recipes-devtools/python/python-itsdangerous_0.24.bb new file mode 100644 index 0000000000..350925df0a --- /dev/null +++ b/meta-python/recipes-devtools/python/python-itsdangerous_0.24.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit pypi | ||
2 | require python-itsdangerous.inc | ||
diff --git a/meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb b/meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb new file mode 100644 index 0000000000..8c791ccb16 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit pypi3 | ||
2 | require python-itsdangerous.inc | ||