diff options
author | Sven Ebenfeld <sven.ebenfeld@gmail.com> | 2016-01-22 23:21:04 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-01 15:51:15 +0100 |
commit | edae1715d7d0090672b32a5a2e484852764d6c57 (patch) | |
tree | 6347ffbe05ac96afd43fae8d0c6f1b92f8fc9ec2 /meta-python/recipes-devtools | |
parent | abc0ec53987b67f07ab64ce4dbd0573cc3d4bd1b (diff) | |
download | meta-openembedded-edae1715d7d0090672b32a5a2e484852764d6c57.tar.gz |
python(3)-itsdangerous: add recipes
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
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 000000000..73951fa56 --- /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 000000000..350925df0 --- /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 000000000..8c791ccb1 --- /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 | ||