diff mbox series

[meta-python,1/2] python3-pytokens: Add recipe

Message ID 20260119114136.1592429-1-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/2] python3-pytokens: Add recipe | expand

Commit Message

Leon Anavi Jan. 19, 2026, 11:41 a.m. UTC
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 <leon.anavi@konsulko.com>
---
 .../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 mbox series

Patch

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"