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

Support Conda-style packaging? #34

Open
woodruffw opened this issue Dec 16, 2022 · 1 comment
Open

Support Conda-style packaging? #34

woodruffw opened this issue Dec 16, 2022 · 1 comment
Labels
C:core Core functionality

Comments

@woodruffw
Copy link
Member

It might be nice to support Conda-style packaging directly. I don't know too much about Conda, so some questions that will need to be answered:

  1. Does Conda have any notion of abi3 compatibility, or a way to signal which Python version a package is abi3 compatible with?
  2. Does Conda's normal package tooling include the .abi3. infix on shared objects?
@woodruffw woodruffw added the C:core Core functionality label Dec 16, 2022
@jaimergp
Copy link
Contributor

To the best of my knowledge:

  1. Not officially, but it can be "implemented" with some workarounds. We can also work on conda to make it happen. See Support for abi3 Python packages with abi3audit checks conda-forge/conda-forge.github.io#1865.
  2. conda ultimately relies on whatever building tool you use under the hood (setuptools, etc), so it shouldn't be a problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:core Core functionality
Projects
None yet
Development

No branches or pull requests

2 participants