Wolf Vollprecht
Wolf Vollprecht
Note: this reflects `includes` and `excludes` from the regular "glob" places.
When generating a recipe for `quantity-array`, the URL / filename should be normalized to `quantity_array`. Also, any non-alphanumeric character sequences should be reduced to `-` before normalizing I believe. https://packaging.python.org/en/latest/specifications/binary-distribution-format/#escaping-and-unicode...
It might be nice to figure out if we can / should add `build_requirements` to the host dependencies. E.g. I tried to generate a recipe for `truststore` and it was...
I think that's a fair idea. It would theoretically need a CEP or an addendum to the existing CEP to spec the new field. We recently merged similar additions to...
I guess this is probably an issue with our merging logic, indeed. I do wonder if it's better to merge the list of skip conditions or just replace the whole...
Initial implementation per-mirror is done.
@pavelzw - are you guys gonna send a PR? Would be nice!
Did we finish this already @pavelzw /
The commands to test would be: - `pixi upload --help` / `pixi upload prefix --help` - `pixi upload prefix -c my-channel ./my-file.conda` The code we are using is battle-tested in...