summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-lazy_1.5.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-lazy: upgrade 1.5 -> 1.6Wang Mingyu2023-09-201-8/+0
| | | | | | | | | | | | | | | | | Changelog: =========== Implement lazy.__set_name__() which helps in cases like foo=lazy(_foo). Update tox.ini for latest tox. Add GitHub CI workflow. Add .readthedocs.yaml file. Pin sphinx and sphinx-rtd-theme versions in docs extra. Add mypy extra which installs mypy. Fix stray characters in keywords. License-Update: Copyright year updated to 2023. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-lazy: new recipeBartosz Golaszewski2023-06-061-0/+8
Add a recipe for python3-lazy - a package on which python3-msm run-time depends but which dependency is not satisfied by meta-python. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>