Ignas Anikevicius

Results 74 issues of Ignas Anikevicius

This allows the code outside to decide what is default and what is not. This is needed when we have the same version but different constraint values as the logic...

With this PR we can reuse the same `hub-repo` and setup `download_only = True` closures, which use only wheels but download the right platform specific wheels independent of the host...

The PR #1743 explored the idea of creating extra config settings for each target platform that our toolchain is targetting, however that has a drawback of not being usable in...

This is a ticket to tidy up and do feature work to ensure that the `pip` bzlmod extension can generate a lock file that is `os,arch` independent. The rough list...

type: feature request
type: bzlmod
type: pip

This is a reasonably polished POC to support bazel downloader to fetch wheels and to setup multi-platform whl targets which would allow us to almost correctly setup the dependency tree....

Right now the docs are not present for the macros that we export and it would be great to have docs generated for all of the publicly available macros/rules for...

type: documentation
gazelle

See https://github.com/bazelbuild/rules_python/pull/1637#issuecomment-1863705889 The error from the `bzlmod` example [on Windows](https://buildkite.com/bazel/rules-python-python/builds/6607#018c84c6-b387-4a49-8a44-cdaee96dec70) (Linux passed) is: ```console ... Repository rule whl_library defined at: C:/b/kyconxba/external/rules_python~override/python/pip_install/pip_repository.bzl:876:30: in (01:11:35) ERROR: An error occurred during the fetch...

Hello, is there a possibility to build Mac ARM wheels (or the new format `universal2` wheels) for this platform?

The newly added `host` package in `platforms` cannot be used in libraries that need doc generation for them. This changes the `srcs` target to include the sources generated by the...