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

Break out in many repos, and support building from sources all the way. #1

Open
pombredanne opened this issue Sep 12, 2020 · 0 comments

Comments

@pombredanne
Copy link
Member

The current setup can be improved:

  1. for simplicity we should have one repo for each plugin rather than one big "mono" repo as we have to today. Each repo should be for all os/arch combos of a given plugin
  2. we should be able to build from sources and may be use @altendkyhttps://github.com/altendky/romp to get native pre-built wheel for every os/arch combos ... (except possibly for FreeBSD?)

As a result, we should be able to publish on PyPI both the pre-built wheels and the sdists for each of these plugins.

For 2. we currently use prebuilts from homebrew for macOS, linuxbrew for Linux and msys2 for Windows. To build from sources we should try to execute these as part of the setup process.

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

No branches or pull requests

1 participant