-
Notifications
You must be signed in to change notification settings - Fork 320
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
Get rid of our pydep fork in favor of a single script #2816
Comments
The Python foundation is funding a new We could investigate https://github.com/ddelange/pipgrip/ as a temporary replacement for our pydep fork pending pip getting its own dependency resolver. |
pipgrip indeed looks interesting, but I'm having issues with it. Let's see how responsive the developer is. |
The developer actually was very responsive and the issue was fixed along with another one that I had mentioned. |
The original `pydep` tool is archived by now [1] and running it with newer Python versions might cause problems [2]. So replace it by simply "running" `setup.py` with the option for the metadata field to get. Resolves #2816. [1]: https://github.com/sourcegraph/pydep [2]: #5159 (comment) Signed-off-by: Sebastian Schuberth <[email protected]>
The original `pydep` tool is archived by now [1] and running it with newer Python versions might cause problems [2]. So replace it by simply "running" `setup.py` with the option for the metadata field to get. Resolves #2816. [1]: https://github.com/sourcegraph/pydep [2]: #5159 (comment) Signed-off-by: Sebastian Schuberth <[email protected]>
The original `pydep` tool is archived by now [1] and running it with newer Python versions might cause problems [2]. So replace it by simply "running" `setup.py` with the option for the metadata field to get. Resolves #2816. [1]: https://github.com/sourcegraph/pydep [2]: #5159 (comment) Signed-off-by: Sebastian Schuberth <[email protected]>
That said, I was long dreaming of actually getting rid of our pydep fork completely, in favor of a single Python script that we maintain as part of this repository and temporarily write out when needed like we already do e.g. for Bundler.
Originally posted by @sschuberth in #2703 (comment)
The text was updated successfully, but these errors were encountered: