-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Cython Extensions #137
Comments
AIUI, this would require Cython to create a build backend as specified in https://www.python.org/dev/peps/pep-0517. Then poetry would "just" need to add support for PEP 517. |
It seems like currently you can use the undocumented (unstable) build.py like in #11. |
I added an example on using cython in #11. Cython probably wouldn't have to have the build backend (except as a library which it basically already has in the form of |
So this issue can be closed if poetry can be used as a build backend. How that is implemented ( |
Closing this issue, see solutions (by @sdispater and @salotz in #11). |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hello! Firstly, this project is awesome.
I'm a heavy user of C extensions and Cython modules but they are specified in the setup.py file to be compiled to native code at install time. I'm not sure if they should be specified in "pyproject.toml" because even in the PEP there are no mentions to it. I'm willing to do a pull request if needed so I just need a direction :)
Keep the great work, many thanks!
The text was updated successfully, but these errors were encountered: