Package: pyode / 1.2.0.dev15-5

Metadata

Package Version Patches format
pyode 1.2.0.dev15-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_fix_setup.patch | (download)

setup.py | 16 6 + 10 - 0 !
1 file changed, 6 insertions(+), 10 deletions(-)

 fix setup.py to get installation to take place via system libs, fix cython options, use setuptools.

02_add_shebang.patch | (download)

examples/transforms.py | 1 1 + 0 - 0 !
examples/tutorial1.py | 2 1 + 1 - 0 !
examples/tutorial2.py | 1 1 + 0 - 0 !
examples/tutorial3.py | 1 1 + 0 - 0 !
examples/tutorial_heightmap.py | 2 1 + 1 - 0 !
examples/vehicle.py | 1 1 + 0 - 0 !
6 files changed, 6 insertions(+), 2 deletions(-)

 add shebang to non-executable files.

03_spellings.patch | (download)

src/heightfielddata.pyx | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 fix incorrect spellings.

Add support for Cython 3.patch | (download)

src/declarations.pyx | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 add support for cython 3
Bug-Debian: https://bugs.debian.org/1068428

See https://cython.readthedocs.io/en/latest/src/userguide/migrating_to_cy30.html

Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>