Add pytokens release 0.4.0: - Various packaging and dev improvements - Just avoid using uv - Move setup.cfg to pyproject.toml - Use mypyc for compilation
Signed-off-by: Leon Anavi <[email protected]> --- .../recipes-devtools/python/python3-pytokens_0.4.0.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pytokens_0.4.0.bb diff --git a/meta-python/recipes-devtools/python/python3-pytokens_0.4.0.bb b/meta-python/recipes-devtools/python/python3-pytokens_0.4.0.bb new file mode 100644 index 0000000000..1ec1e31086 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytokens_0.4.0.bb @@ -0,0 +1,9 @@ +SUMMARY = "A Fast, spec compliant Python 3.14+ tokenizer that runs on older Pythons." +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=627dc9a75d5dcc4759b26bacf13a4c46" + +inherit pypi python_setuptools_build_meta + +SRC_URI[sha256sum] = "6b0b03e6ea7c9f9d47c5c61164b69ad30f4f0d70a5d9fe7eac4d19f24f77af2d" + +DEPENDS += "python3-mypy-native" -- 2.47.3
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#123636): https://lists.openembedded.org/g/openembedded-devel/message/123636 Mute This Topic: https://lists.openembedded.org/mt/117343049/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
