diff options
| author | Derek Straka <derek@asterius.io> | 2023-09-29 21:35:21 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-09-30 01:03:17 -0700 |
| commit | 3c292ae4914d2bf946a460ef0e1c6bd5a2eb45ec (patch) | |
| tree | e5b0adc0ac1c434bc8d075e795cd6d20982ac30b /meta-python/recipes-devtools/python/python3-nacl_1.5.0.bb | |
| parent | fbd9f4046fdb0f6cfa5de616406af385ddd1b245 (diff) | |
| download | meta-openembedded-3c292ae4914d2bf946a460ef0e1c6bd5a2eb45ec.tar.gz | |
python3-nacl: Add recipe for the latest release of PyNaCl
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-nacl_1.5.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-nacl_1.5.0.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-nacl_1.5.0.bb b/meta-python/recipes-devtools/python/python3-nacl_1.5.0.bb new file mode 100644 index 0000000000..7d5292745b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-nacl_1.5.0.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | SUMMARY = "Python binding to the Networking and Cryptography (NaCl) library" | ||
| 2 | HOMEPAGE = "https://github.com/pyca/pynacl" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8cc789b082b3d97e1ccc5261f8594d3f" | ||
| 5 | |||
| 6 | PYPI_PACKAGE = "PyNaCl" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "8ac7448f09ab85811607bdd21ec2464495ac8b7c66d146bf545b0f08fb9220ba" | ||
| 11 | |||
| 12 | DEPENDS += "\ | ||
| 13 | libsodium \ | ||
| 14 | python3-cffi-native \ | ||
| 15 | python3-pip-native \ | ||
| 16 | " | ||
| 17 | |||
| 18 | RDEPENDS:${PN}:class-target += " \ | ||
| 19 | python3-cffi \ | ||
| 20 | python3-pycparser \ | ||
| 21 | " | ||
| 22 | |||
| 23 | export SODIUM_INSTALL = "system" | ||
| 24 | |||
| 25 | BBCLASSEXTEND = "native" \ No newline at end of file | ||
