Khem Raj
af989223cd
python3-pynacl: Fix reproduciblity
...
glob output isn't guaranteed to be in any particular order, so _sodium.*.so wasn't always reproducible.
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Cc: Yoann Congal <yoann.congal@smile.fr >
Cc: Hongxu Jia <hongxu.jia@windriver.com >
2025-10-15 12:43:14 -07:00
Derek Straka
c089690f57
python3-*: Update recipes to correctly check the upstream packages
...
With the upstream check migrated to the simple repo API, a number of the
recipes required updates to:
1. Remove outdated UPSTREAM_CHECK_REGEX checks
2. Add recipe specific UPSTREAM_CHECK_PYPI_PACKAGE definitions for
packages that use '_', CamelCase, or other deviations from PEP625 in
the source archive
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2024-12-19 09:41:21 -08:00
Andreas Mützel
067b6cd59b
python3-pynacl: allow -native build
...
Make this recipe available in native and SDK builds.
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2024-02-26 08:13:22 -08:00
Tim Orling
94c20e1ef4
meta-python: drop ${PYTHON_PN}
...
python 2 is long unsupported, so we no longer need this variable.
Signed-off-by: Tim Orling <tim.orling@konsulko.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2024-02-19 23:22:24 -08:00
Kai Kang
a0d526bd7f
python3-nacl: drop duplicate recipe
...
Recipes python3-nacl and python3-pynacl are exactly the same reipces for
python packge "PyNaCl", so drop the latter one python3-nacl_1.5.0.bb.
And let python3-pynacl rprovides python3-nacl in case it is required by
other recipes. Ajust the order in python3-pynacl as well accord to
https://docs.yoctoproject.org/dev/contributor-guide/recipe-style-guide.html#recipe-ordering
Signed-off-by: Kai Kang <kai.kang@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2023-11-01 15:33:05 -07:00
Joe Slater
74e31e51ff
python3-pynacl: add RCONFLICTS with python3-nacl
...
python3-nacl is in the meta-virtualization layer.
Signed-off-by: Joe Slater <joe.slater@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2023-10-11 20:12:46 -07:00
Ross Burton
7f27771b28
Update for setuptools_build_meta renamed to python_setuptools_build_meta
...
Signed-off-by: Ross Burton <ross.burton@arm.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-03-19 19:00:34 -07:00
Ross Burton
ff7312f048
meta-python: migrate away from setuptool3 where possible
...
Many recipes are currently building with setuptools3 but can use a more
modern tool: typically setuptools_build_meta but ordered-set can use
flit_core and pyrad can use poetry_core.
Signed-off-by: Ross Burton <ross.burton@arm.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com >
2022-03-11 08:48:38 -05:00
Xu Huan
e6bff22c37
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 >
2022-01-18 08:59:58 -08:00