Ignas Anikevicius

Results 504 comments of Ignas Anikevicius

Just to clarify, `rules_python` currently needs: * All of the transitive dependencies, because we are downloading each package separately from PyPI and other sources. Bazel has its own sandbox and...

I like the idea but was wondering if the py_project rule should be part of the rules_python, at least as an example if we are not sure that we want...

Thanks for the PR @arrdem, could you please fix the tests and add a CHANGELOG item so that we can merge it? This looks like a really useful feature.

Could you add a Changelog note so that I can merge?

Looking at https://peps.python.org/pep-0491/#install-paths I am wondering if the right way to fix this would be to add the extra filegroup targets for each item listed in the UNIX install scheme....

Thanks! Is it so that you could later use the py_console_script_binary to use those scripts?

I guess I think that allowing to consume the `runfiles` via `@rules_python//` and the PyPI package should be allowed, but in the distant (or maybe not-so) I would love to...

Right now we are not building our own toolchains and we use https://github.com/indygreg/python-build-standalone. This feature request either requires an upstream ask or supporting building `CPython` ourselves using a `cc` toolchain.

We discussed this some time ago in the maistainers meeting and so far there was no interest or resources to build our own python interpreter. However, you should be able...