summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pytokens_0.4.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytokens_0.4.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pytokens_0.4.1.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytokens_0.4.1.bb b/meta-python/recipes-devtools/python/python3-pytokens_0.4.1.bb
new file mode 100644
index 0000000000..0772b48f35
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pytokens_0.4.1.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] = "292052fe80923aae2260c073f822ceba21f3872ced9a68bb7953b348e561179a"
8
9DEPENDS += "python3-mypy-native"