Isuru Fernando

Results 928 comments of Isuru Fernando

PyPy is an alternative python implementation. When building a python extension, the extension has suffix `pypy39-pp73-win_amd64.pyd` instead of `cp39-win_amd64.pyd` for CPython (reference implementation). So there's no possibility of a pywin32...

Thanks. @mattip, since it's your patch, would you like to send the PR?

It's not a conda-smithy issue. ``` pin_run_as_build: mpich: x.x openmpi: x.x msmpi: x.x ``` is not correct and a change in conda-smithy exposed this.

It's not impossible. You can do `conda-smithy rerender --no-check-uptodate` to make the error go away.

Maybe we should add that option to the error message.

That's probably because there's something wrong with your recipe. Not that of conda-smithy.

It's not a huge amount of work. For this case, we need to check that `requirement` is actually a string before calling `.partition` on it.

Note that `conda-smithy`'s linter is not supposed to be a linter for a correct conda-build recipe, but it's a linter to give suggestions on making a correct recipe to be...

Try moving the `skip: True # [python_impl == 'pypy']` to the python output.

You should move the skip line at https://github.com/conda-forge/modin-feedstock/blob/830a56b552117286188ebdd24f0a7590f836c6ba/recipe/meta.yaml#L21 to the outputs where python is used.