[oe-commits] [meta-openembedded] 20/35: python(3)-itsdangerous: add recipes

git at git.openembedded.org git at git.openembedded.org
Wed Jan 27 11:47:55 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 6c251a593c410d6652b791373486c315ec39781b
Author: Sven Ebenfeld <sven.ebenfeld at gmail.com>
AuthorDate: Fri Jan 22 23:21:04 2016 +0100

    python(3)-itsdangerous: add recipes
    
    Signed-off-by: Sven Ebenfeld <sven.ebenfeld at gmail.com>
---
 meta-python/recipes-devtools/python/python-itsdangerous.inc      | 9 +++++++++
 meta-python/recipes-devtools/python/python-itsdangerous_0.24.bb  | 2 ++
 meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb | 2 ++
 3 files changed, 13 insertions(+)

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 0000000..73951fa
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-itsdangerous.inc
@@ -0,0 +1,9 @@
+SUMMARY = "Various helpers to pass trusted data to untrusted environments and back."
+HOMEPAGE = "http://github.com/mitsuhiko/itsdangerous"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=b61841e2bf5f07884148e2a6f1bcab0c"
+
+SRC_URI[md5sum] = "a3d55aa79369aef5345c036a8a26307f"
+SRC_URI[sha256sum] = "cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519"
+
+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 0000000..350925d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-itsdangerous_0.24.bb
@@ -0,0 +1,2 @@
+inherit pypi
+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 0000000..8c791cc
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb
@@ -0,0 +1,2 @@
+inherit pypi3
+require python-itsdangerous.inc

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list