summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pynacl_1.4.0.bb
diff options
context:
space:
mode:
authorXu Huan <xuhuan.fnst@fujitsu.com>2022-01-12 17:36:22 +0800
committerKhem Raj <raj.khem@gmail.com>2022-01-18 08:59:58 -0800
commite6bff22c37f8541ffcfeedaae6e6e39584976920 (patch)
treecc2377c33819a6d4d0c9a2f07e3ad4df9ae4e68e /meta-python/recipes-devtools/python/python3-pynacl_1.4.0.bb
parentf1a500d166a51717e11f07219acf85f71e2ecdac (diff)
downloadmeta-openembedded-e6bff22c37f8541ffcfeedaae6e6e39584976920.tar.gz
python3-pynacl: upgrade 1.4.0 -> 1.5.0
changelog: =============================================================================== BACKWARDS INCOMPATIBLE: Removed support for Python 2.7 and Python 3.5. BACKWARDS INCOMPATIBLE: We no longer distribute manylinux1 wheels. Added manylinux2014, manylinux_2_24, musllinux, and macOS universal2 wheels (the latter supports macOS arm64). Update libsodium to 1.0.18-stable (July 25, 2021 release). Add inline type hints. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pynacl_1.4.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pynacl_1.4.0.bb32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pynacl_1.4.0.bb b/meta-python/recipes-devtools/python/python3-pynacl_1.4.0.bb
deleted file mode 100644
index b4a6b7af6f..0000000000
--- a/meta-python/recipes-devtools/python/python3-pynacl_1.4.0.bb
+++ /dev/null
@@ -1,32 +0,0 @@
1SUMMARY = "Python binding to the Networking and Cryptography (NaCl) library"
2DESCRIPTION = "Python binding to the Networking and Cryptography (NaCl) library"
3HOMEPAGE = "https://github.com/pyca/pynacl"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=8cc789b082b3d97e1ccc5261f8594d3f"
6
7SRC_URI[md5sum] = "8c6c57893327a694c72510fb620e4744"
8SRC_URI[sha256sum] = "54e9a2c849c742006516ad56a88f5c74bf2ce92c9f67435187c3c5953b346505"
9
10PYPI_PACKAGE = "PyNaCl"
11
12inherit pypi setuptools3
13
14DEPENDS += "\
15 ${PYTHON_PN}-wheel-native \
16 ${PYTHON_PN}-cffi-native \
17 libsodium \
18"
19
20RDEPENDS:${PN} = "\
21 ${PYTHON_PN}-six \
22 ${PYTHON_PN}-cffi \
23 libsodium \
24"
25
26do_compile:prepend() {
27 export SODIUM_INSTALL=system
28}
29
30do_install:prepend() {
31 export SODIUM_INSTALL=system
32}