diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pynacl_1.5.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pynacl_1.5.0.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pynacl_1.5.0.bb b/meta-python/recipes-devtools/python/python3-pynacl_1.5.0.bb new file mode 100644 index 0000000000..10f624b484 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pynacl_1.5.0.bb | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | SUMMARY = "Python binding to the Networking and Cryptography (NaCl) library" | ||
| 2 | DESCRIPTION = "Python binding to the Networking and Cryptography (NaCl) library" | ||
| 3 | HOMEPAGE = "https://github.com/pyca/pynacl" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8cc789b082b3d97e1ccc5261f8594d3f" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "8ac7448f09ab85811607bdd21ec2464495ac8b7c66d146bf545b0f08fb9220ba" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "PyNaCl" | ||
| 10 | |||
| 11 | inherit pypi setuptools3 | ||
| 12 | |||
| 13 | DEPENDS += "\ | ||
| 14 | ${PYTHON_PN}-wheel-native \ | ||
| 15 | ${PYTHON_PN}-cffi-native \ | ||
| 16 | libsodium \ | ||
| 17 | " | ||
| 18 | |||
| 19 | RDEPENDS:${PN} = "\ | ||
| 20 | ${PYTHON_PN}-six \ | ||
| 21 | ${PYTHON_PN}-cffi \ | ||
| 22 | libsodium \ | ||
| 23 | " | ||
| 24 | |||
| 25 | do_compile:prepend() { | ||
| 26 | export SODIUM_INSTALL=system | ||
| 27 | } | ||
| 28 | |||
| 29 | do_install:prepend() { | ||
| 30 | export SODIUM_INSTALL=system | ||
| 31 | } | ||
