mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
python3-pytokens: Add recipe
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
525281669b
commit
65a66a5dde
|
|
@ -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"
|
||||||
Loading…
Reference in New Issue
Block a user