summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pytokens_0.4.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytokens_0.4.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pytokens_0.4.0.bb9
1 files changed, 9 insertions, 0 deletions
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 @@
1SUMMARY = "A Fast, spec compliant Python 3.14+ tokenizer that runs on older Pythons."
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=627dc9a75d5dcc4759b26bacf13a4c46"
4
5inherit pypi python_setuptools_build_meta
6
7SRC_URI[sha256sum] = "6b0b03e6ea7c9f9d47c5c61164b69ad30f4f0d70a5d9fe7eac4d19f24f77af2d"
8
9DEPENDS += "python3-mypy-native"