-
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
Improve support for alternative package repositories #908
Conversation
b11426b
to
ead48e6
Compare
6aa9b27
to
d78c3e0
Compare
Since this is a draft, maybe its not too late to add some comment. First of all, I like that you can configure from which repository a package should be pulled. I feel like what I want in my daily life is probably a solution that is similar to what maven does for the Java world. Maven allows you to
The config is a bit verbose and spread over pom.xml (for the repositories) and ExamplesCompany SetupCompany uses packages from pypi and a local artifact store that contains their local builds, Self-built packagesA developer wants to have all packages built from source on their machines (so that they can profit from optimizations). They run a local devpi service, and upload packages to an index on that devpi using |
b29d0bd
to
77a75fa
Compare
77a75fa
to
e8bdcc4
Compare
537057e
to
156930c
Compare
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This PR aims at improving support for alternative repositories.
It introduces a way to specify which repository to use when looking for a dependency by providing a
source
like the following:TODO
Pull Request Check List