-
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
add initial support for single page repositories (sources) #5517
Conversation
Change was verified as working in #5516. |
183cc08
to
4b399c7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like the name of create_legacy_repository
might be worth changing, but otherwise this LGTM.
This change allows users to make use of find-links style single page sources that do not present a PEP 503 simple API repository.
Sounds like a good plan. |
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 change allows users to make use of find-links style single page
sources that do not present a PEP 503 simple API repository.
Resolves: #5516
Example Configuration
Testing
Using pipx
pipx install --suffix=@5517 'poetry @ git+https://github.com/python-poetry/poetry.git@refs/pull/5517/head'
Using a container (podman | docker)