Nilesh Patra pushed to branch master at Debian Med / pyode


Commits:
02648687 by Nilesh Patra at 2020-04-14T19:32:10+05:30
Adapt patch to cython3

- - - - -


1 changed file:

- debian/patches/01_fix_setup.patch


Changes:

=====================================
debian/patches/01_fix_setup.patch
=====================================
@@ -45,7 +45,7 @@ Description: Fix setup.py to get installation to take place 
via system libs, fix
     f.close()
  
 -   cmd = "cython -o %s -I. -Isrc src/ode.pyx" % name
-+   cmd = "cython -3 -o %s -I. -Isrc src/ode.pyx" % name
++   cmd = "cython3 -3 -o %s -I. -Isrc src/ode.pyx" % name
     cython_out = name
  
     # Check if the cython output is still up to date or if it has to be 
generated
@@ -57,3 +57,12 @@ Description: Fix setup.py to get installation to take place 
via system libs, fix
  
  ######################################################################
  
+@@ -165,7 +161,7 @@
+      url = "https://github.com/filipeabperes/Py3ODE";,
+      packages = ["xode"],
+      python_requires='>=3',
+-     install_requires=['cython'],
++     install_requires=['cython3'],
+      ext_modules = [Extension("ode", [install]
+                     ,libraries=LIBS
+                     ,include_dirs=INC_DIRS



View it on GitLab: 
https://salsa.debian.org/med-team/pyode/-/commit/0264868744e45873dbb938d99763d5775ea4540e

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/pyode/-/commit/0264868744e45873dbb938d99763d5775ea4540e
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to