[oe-commits] [meta-openembedded] 29/84: python-scrypt: add new package

git at git.openembedded.org git at git.openembedded.org
Wed Nov 15 17:36:28 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

commit 1a02fe960e709da627939f801906fb8f21e1f30f
Author: Mark Asselstine <mark.asselstine at windriver.com>
AuthorDate: Mon Nov 6 15:54:54 2017 -0500

    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 at windriver.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-python/recipes-devtools/python/python-scrypt.inc       | 12 ++++++++++++
 meta-python/recipes-devtools/python/python-scrypt_0.8.0.bb  |  3 +++
 meta-python/recipes-devtools/python/python3-scrypt_0.8.0.bb |  3 +++
 3 files changed, 18 insertions(+)

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 0000000..85f1d27
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-scrypt.inc
@@ -0,0 +1,12 @@
+DESCRIPTION = "Bindings for the scrypt key derivation function library"
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-2-Clause;md5=8bef8e6712b1be5aa76af1ebde9d6378"
+HOMEPAGE="https://bitbucket.org/mhallin/py-scrypt/overview"
+
+SRC_URI[md5sum] = "0704e59cc3afb3845c27bb3827baeea9"
+SRC_URI[sha256sum] = "d4a5a4f53450b8ef629bbf1ee4be6105c69936e49b3d8bc621ac2287f0c86020"
+
+inherit pypi
+
+RDEPENDS_${PN}_class-target += "\
+"
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 0000000..9fbd00e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-scrypt_0.8.0.bb
@@ -0,0 +1,3 @@
+inherit setuptools python-dir
+require python-scrypt.inc
+
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 0000000..f496653
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-scrypt_0.8.0.bb
@@ -0,0 +1,3 @@
+inherit setuptools3 python3-dir
+require python-scrypt.inc
+

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


More information about the Openembedded-commits mailing list