conda-forge / conda-forge/conda-forge.github.io
The newline character in patches are converted from \r\n to \n when recipes are transferred from staged-recipes to feedstocks
- Dominant language
- JavaScript
- Stars
- 170
- Forks
- 320
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 5
Description
### Conda-forge documentation
- [X] I could not solve my problem using the conda-forge documentation.
### Issue
The recipe for `playwright-python` worked in `staged-recipes`:
https://github.com/conda-forge/staged-recipes/pull/26597
After it was merged to `main` and the recipe was converted to a feedstock the build failed. I was able to fix it by reverting to the patches originally submitted to `staged-recipes`:
https://github.com/conda-forge/playwright-python-feedstock/pull/1
I do not like the `\r\n` vs. `\n` stufff but these are commonly found in packages from Microsoft so it would be great if these patches were supported by conda-forge.
Contributor guide
Assessment
This issue has not been assessed yet.