summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-11-06 15:54:54 -0500
committerArmin Kuster <akuster808@gmail.com>2017-11-15 16:31:31 -0800
commit598aab3c259216ee96142748d3a9f8e7b4b80ff2 (patch)
tree448710ff2ce302127351df4343501b05b6866ff6
parent865d7c09b89e487b95051a6154c234b2421e9429 (diff)
downloadmeta-openembedded-598aab3c259216ee96142748d3a9f8e7b4b80ff2.tar.gz
python-scrypt: add new package
This python package provides bindings for the scrypt key derivation function library. (https://bitbucket.org/mhallin/py-scrypt/overview) Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python-scrypt.inc12
-rw-r--r--meta-python/recipes-devtools/python/python-scrypt_0.8.0.bb3
-rw-r--r--meta-python/recipes-devtools/python/python3-scrypt_0.8.0.bb3
3 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-scrypt.inc b/meta-python/recipes-devtools/python/python-scrypt.inc
new file mode 100644
index 000000000..85f1d277b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-scrypt.inc
@@ -0,0 +1,12 @@
1DESCRIPTION = "Bindings for the scrypt key derivation function library"
2LICENSE = "BSD-2-Clause"
3LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-2-Clause;md5=8bef8e6712b1be5aa76af1ebde9d6378"
4HOMEPAGE="https://bitbucket.org/mhallin/py-scrypt/overview"
5
6SRC_URI[md5sum] = "0704e59cc3afb3845c27bb3827baeea9"
7SRC_URI[sha256sum] = "d4a5a4f53450b8ef629bbf1ee4be6105c69936e49b3d8bc621ac2287f0c86020"
8
9inherit pypi
10
11RDEPENDS_${PN}_class-target += "\
12"
diff --git a/meta-python/recipes-devtools/python/python-scrypt_0.8.0.bb b/meta-python/recipes-devtools/python/python-scrypt_0.8.0.bb
new file mode 100644
index 000000000..9fbd00e04
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-scrypt_0.8.0.bb
@@ -0,0 +1,3 @@
1inherit setuptools python-dir
2require python-scrypt.inc
3
diff --git a/meta-python/recipes-devtools/python/python3-scrypt_0.8.0.bb b/meta-python/recipes-devtools/python/python3-scrypt_0.8.0.bb
new file mode 100644
index 000000000..f49665322
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-scrypt_0.8.0.bb
@@ -0,0 +1,3 @@
1inherit setuptools3 python3-dir
2require python-scrypt.inc
3