Wolf Vollprecht
Wolf Vollprecht
When `name` and `version` are not given in the context, I think it could be good to append them to the `context` from the package dictionary. I often see code...
We've added a `cmp` function that can be used to compare the resolved variant version against a versionspec. Example uses: ``` cmp(python, "3.7") cmp(python, ">3") cmp(python, "3.7") then: - attrs...
It would be very nice to have proper Python bindings for rattler-build. Ideally we can re-use the `py-rattler` project for the rattler types. The aim would be to create a...
I think this comes from the R world, but not sure. https://github.com/prefix-dev/rattler-build/blob/c1d62baf5db9b048efcbe9fc47bc9ed124c67af8/src/hash.rs#L108-L109
Similar to `Dependency::Compiler` etc.
We are currently using the SHA256 of the tar archive. This is all fine, except that the SHA256 hash of the tar archive is dependent on how the archive was...
`conda-build` figures out the patch level on it's own. We currently run `patch` in a more simplistic manner.
Currently we only take into account the run exports from packages.
Rendered version: ✏️ https://github.com/wolfv/ceps/blob/cep-recipe-serialization/cep-recipe-serialization.md