Summary
conda-skeleton is slow (eg. it takes 31 sec to generate the recipe for the pytest package) and sometimes generates bloated recipes by mixing up dependencies. It is tightly coupled with conda-build and that makes it difficult to make changes to it (because there is always a risk that something within conda-build itself might break).
We plan to migrate away from conda-skeleton and move towards Grayskull and eventually adopt it as the defacto conda
recipe generator. This epic will be used to keep track of all the issues related to recipe generation that may or may not be solved if Grayskull is used instead of conda-skeleton.
Linked Issues & PRs
Additional resources
Summary
conda-skeleton is slow (eg. it takes 31 sec to generate the recipe for the
pytestpackage) and sometimes generates bloated recipes by mixing up dependencies. It is tightly coupled with conda-build and that makes it difficult to make changes to it (because there is always a risk that something within conda-build itself might break).We plan to migrate away from conda-skeleton and move towards Grayskull and eventually adopt it as the defacto conda
recipe generator. This epic will be used to keep track of all the issues related to recipe generation that may or may not be solved if Grayskull is used instead of conda-skeleton.
Linked Issues & PRs
Additional resources