Package: compyle / 0.9.1-2

Metadata

Package Version Patches format
compyle 0.9.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Disable cython extension.patch | (download)

compyle/cuda.py | 2 1 + 1 - 0 !
setup.py | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 disable cython extension

0002 Do not use distutils.patch | (download)

compyle/ext_module.py | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 do not use distutils


0003 Fix sorting.patch | (download)

compyle/tests/test_array.py | 29 23 + 6 - 0 !
1 file changed, 23 insertions(+), 6 deletions(-)

 fix sorting

0004 python3 14.patch | (download)

compyle/ast_utils.py | 24 24 + 0 - 0 !
compyle/cython_generator.py | 9 5 + 4 - 0 !
compyle/jit.py | 19 15 + 4 - 0 !
compyle/template.py | 11 9 + 2 - 0 !
compyle/translator.py | 39 31 + 8 - 0 !
5 files changed, 84 insertions(+), 18 deletions(-)

 support python 3.14 ast: handle ast.constant and use ast_utils helpers