-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 support for PEP 508 @ url syntax #4175
Conversation
Is this in |
@dstufft it should also work with
But how do you plan to block such upload on PyPI ? |
@xavfernandez Undetermined yet. It will likely be resolved as part of future PEPs that let PyPI get more introspection into sdists. Until then though, random sdists should not be allowed to reach out to random URLs willy nilly. |
To be clear, I'm totally fine with having this work on the command line and in a |
Last commit should only block the subrequirement case. |
@dstufft Is this implementation (with the subreq limitation) ok to you ? |
2b6081a
to
007b31e
Compare
ping @dstufft to merge this :) |
007b31e
to
0e3c44d
Compare
0e3c44d
to
4717b78
Compare
4717b78
to
86b0779
Compare
To avoid having to install using a bash script, we can specify a version of prompt_toolkit and provide the github branch tarball for 2.0 as a dependency link. This means when installing with pip install sml-sync --process-dependency-links, pip will install prompt toolkit from the github repo. This means we can close the bitbucket repo.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
No description provided.