K900
K900
Also need the contents of your pyproject.toml and lock file.
I'm pretty sure it is now. Edit: it is installed if you have distribute before installing Cython.
I'm not too sure it's that much of an issue, because Cython can be installed pretty much everywhere now without any issues. Even if Cython should stay a weak dependency,...
Also, shipping pregenerated files with the package might break the build, especially on older Python versions. That's just a theory for now, but there can be API mismatches.
I'm just stating my reasoning for relying on Cython. Also, it seems the (old) Arch package was already broken because the pregenerated stuff in there was for Python 2.7. Oops.
Well, we can keep “Léonard” with some Unicode escape magic, but I'm not really sure it's worth it, it'll be like 10 lines of code just to replace one character......
That won't work, it needs to parse the whole thing.
@Shizmob: Python 3.3 has unicode literals, previous 3.x versions don't. http://www.python.org/dev/peps/pep-0414/
Works on 2.7/3.3, but I'm not sure about some of the earlier versions.