Hi @Vizonex - thanks so much for creating this package. I've also wanted a Windows version of uvloop for a long time and was stoked to find you actually implemented it.
I've added it as a dependency for my package uv-secure. Now I'm in the process of wanting to create a conda packaged version of uv-secure but I hit a snag in that there's no conda packaged version of winloop yet.
Following the conda-forge guide to contribute it as a package I've created this PR in their staged-recipes repo. I think one recommended and potentially big improvement I could make in that recipe would be to remove the vendored libuv and instead add a dependency to the conda-forge built libuv.
I think/hope that will work but I realised the current vendored commit doesn't correspond to a release tag of libuv - so to skip to the end I was requesting could we update the git submodule of libuv to reference a release tag commit now (and going forward)?
Hi @Vizonex - thanks so much for creating this package. I've also wanted a Windows version of uvloop for a long time and was stoked to find you actually implemented it.
I've added it as a dependency for my package uv-secure. Now I'm in the process of wanting to create a conda packaged version of uv-secure but I hit a snag in that there's no conda packaged version of winloop yet.
Following the conda-forge guide to contribute it as a package I've created this PR in their staged-recipes repo. I think one recommended and potentially big improvement I could make in that recipe would be to remove the vendored libuv and instead add a dependency to the conda-forge built libuv.
I think/hope that will work but I realised the current vendored commit doesn't correspond to a release tag of libuv - so to skip to the end I was requesting could we update the git submodule of libuv to reference a release tag commit now (and going forward)?