Closed jjhelmus closed 3 months ago
Hi! This is the friendly automated conda-forge-linting service.
I just wanted to let you know that I linted all conda-recipes in your PR (recipe
) and found it was in an excellent condition.
@conda-forge-admin, please rerender
Another option for building pip is to use the wheel published on PyPI. This would remove the host requirement on setuptools
and wheel
which breaks a dependency cycle.
I have a branch on my fork that implements this if there is interest.
Hi! This is the friendly automated conda-forge-linting service.
I just wanted to let you know that I linted all conda-recipes in your PR (recipe/meta.yaml
) and found it was in an excellent condition.
Hi! This is the friendly conda-forge automerge bot!
I considered the following status checks when analyzing this PR:
Thus the PR was passing and merged! Have a great day!
@conda-forge/pip @conda-forge/core The removal of setuptools and wheel is breaking expectations people have had for what they get in the env when they install pip. Do we need to add them back?
The change was intentional in the bullet points above:
- Remove the run requirements on
setuptools
andwheel
. They are only needed to build the package not at runtime.
That said, no strong feelings if folks would like to add them back
Let's move further discussion of this to the open issue for easier tracking: https://github.com/conda-forge/pip-feedstock/issues/124
Yep. I see that the change was intentional.
I am looking for further discussion. Do we want to take the pure path here or go more "batteries included"?
AFAIK, we have shipped setuptools+wheel as run deps with pip for ~8 years now (https://github.com/conda-forge/pip-feedstock/commit/5f1aff626e8714969fcb83e5431ab07639b47ff0) since this feedstock was created.
Given how low this package sits in the typical dev stack, the removal of these deps is definitely non-trivial.
Could we please move this to the open issue ( https://github.com/conda-forge/pip-feedstock/issues/124 )?
Checklist
0
(if the version changed)conda-smithy
(Use the phrase code>@<space/conda-forge-admin, please rerender in a comment in this PR for automated rerendering)Changes:
setuptools
andwheel
. They are only needed to build the package not at runtime.