Closed vyasr closed 11 months ago
It seems like this PR generates an entire meta.yaml
file. In the past, I thought we had talked about just using the existing conda
output type that already exists for this tool and generating YAML files that can be consumed by conda build
via the Jinja functions provided below (.e.g. load_file_data
)
This approach is superseded by #45
This PR adds support for a new file type to the dependency file generator. The current implementation is really a POC and needs substantial improvements, but it's a good starting point for discussing where the current state of the package and what refactoring is needed to support more general use cases (many of the considerations for meta.yaml will also apply to pyproject.toml).