summaryrefslogtreecommitdiff
path: root/xmake/rules/python/cython/xmake.lua
AgeCommit message (Collapse)Author
2025-08-22Add python stub file extension to cython ruleWu, Zhenyu
*.pyi also use python syntax so it can be translated to c/c++ files by cython
2025-07-03rename copyrightruki
2025-05-15Rename python.library to python.moduleWu, Zhenyu
2025-05-15Add rule python.cythonWu, Zhenyu
Add test python/cython/example Move test pybind to python/pybind