-
Notifications
You must be signed in to change notification settings - Fork 43
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
Use fontTools.cu2qu
on non-CPython?
#632
Comments
Yeah. I suggest we do this:
|
Closed
the next fonttools release will include binary wheels for all cpythons/platforms except pypy (where pure python works best). once that is out we can finally change the imports and drop the dependency on the standalone cu2qu (which we were using only because of the binary wheels basically). |
anthrotype
added a commit
that referenced
this issue
Jun 12, 2023
now that fonttools publishes precompiled binary wheels we can just use the copy inside fontTools.cu2qu Fixes #632
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AFAIU, the separate cu2qu dependency is for building binary wheels, but Pypy is probably better off using the pure-Python code imported into fontTools directly. It will fetch the pure Python wheel regardless, but it's basically an extra depedency that isn't necessary?
The text was updated successfully, but these errors were encountered: