Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce no support for Cython 0.27 - 0.27.2 #5466

Merged
merged 2 commits into from
Nov 5, 2017

Conversation

KeyWeeUsr
Copy link
Contributor

Resolved in cython/cython#1968, however we probably shouldn't support those versions directly as they contain the unpatched Coroutine.c which doesn't build Kivy with MinGWPy/MinGW (GCC) for Python 3.4 on Windows.

Trying temporarily with Cython's master branch now and hopefully there will be a release soon.

Also, I think we might move this chapter(or section or...) out from the linux installation page to let's say a separate page e.g.:

https://kivy.org/docs/installation/cython.html
https://kivy.org/docs/installation/cython_support.html
https://kivy.org/docs/installation/deps/cython.html

The last alternative seems even nice and we might go with this URL style even for other deps e.g. SDL2 (mixer issue(s) currently), GStreamer or the recent RPi drivers. I think it'd make it easier for editing for the users such as:

cython.html
* 0.28 yay for Kivy X.Y.Z
* 0.27.2 nope with 3.4 + mingw + win for Kivy X.Y.Z (#issue)
* -- || --
* ...

@KeyWeeUsr KeyWeeUsr force-pushed the unsupported_cython branch 2 times, most recently from fc101c6 to b6f105b Compare November 5, 2017 12:39
@KeyWeeUsr
Copy link
Contributor Author

New Cython stable (https://github.com/cython/cython/releases/tag/0.27.3), less troubles! ^^

@KeyWeeUsr KeyWeeUsr merged commit 15d95c7 into kivy:master Nov 5, 2017
@KeyWeeUsr KeyWeeUsr deleted the unsupported_cython branch November 5, 2017 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant