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

Absorb PyPI details in conda list #29

Open
4 tasks
jaimergp opened this issue Jun 5, 2024 · 0 comments
Open
4 tasks

Absorb PyPI details in conda list #29

jaimergp opened this issue Jun 5, 2024 · 0 comments

Comments

@jaimergp
Copy link
Member

jaimergp commented Jun 5, 2024

A lot of code in conda exists to process PyPI records for conda list. This was meant to be part of the pip_interop_enabled features that were never finished. I think we can absorb those classes here and extend them as needed without having to be hindered by the backwards compatibility policies of conda. We would deprecate all of that and instruct users to install conda-pypi if they need this functionality.

This will need several items:

  • Add conda list hooks to "inject" more entries in the list before is finally printed
  • Deprecate code that supports pip_interop_enabled and absorb it here
  • Deprecate pip_interop_enabled key. Tell users to install conda-pypi
  • See how this might affect the classic solver, if at all
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