summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-ninja-syntax_1.7.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-*: Update recipes to correctly check the upstream packagesDerek Straka2024-12-191-2/+1
| | | | | | | | | | | | 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>
* python3-ninja-syntax: Set BBCLASSEXTEND = "native nativesdk"Zoltán Böszörményi2023-11-071-1/+3
| | | | | | | | | python3-ninja is used as a build dependency by other modules. For that, python3-ninja and all its dependencies must be built in native mode. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ninja-syntax: Fix upstream check by specifying the ↵Derek Straka2023-09-271-0/+2
| | | | | | | UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ninja-syntax: new packageBartosz Golaszewski2023-06-061-0/+10
Add a recipe for ninja-syntax - a package that allows to use all features of python3-ninja. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>