Jean-Christophe Morin
Jean-Christophe Morin
### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? conda-build has a rather annoying (at least...
### Description The documentation at https://pip.pypa.io/en/stable/installation/#standalone-zip-application says: >There are also zip applications for specific pip versions, named pip-X.Y.Z.pyz. I can't seem to be able to find these versioned zipapps. When...
Fixes #1732 Add more logic in the shell detection code to handle a case where the parent PID is zero. This can happen when run from within a docker container...
Please respond to this issue with items you would like to see added to the agenda. Items from attendees of TSC Meetings are prioritized above others, though ad-hoc reprioritization and...
### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? When using `noarch: generic` in a recipe...
Draft PR for visibility. It kind of works on Linux. It adds a new plugin system with multiple hooks. There is an example plugin to add support for correctly installing...
`py-rattler` is the python biding for the rattler rust library. Rattler is much faster, and we can also more safely depend on it compared to conda since we can't "easily"...
See https://github.com/AcademySoftwareFoundation/rez/issues/1545. Basically, there is an inconsistency between the packages we install, and the packages that we put in the requirements. On top of the issue reported in the linked...
I recently realized that the metadata we stored in the package definition is not done on a per variable basis. This is extremely problematic because rez-pip's installs wheels, which can...
TODO: * Add tests * Protect against `git+https://` (though that will be though, considering someone can pass anything in requirements files...).