rules_python icon indicating copy to clipboard operation
rules_python copied to clipboard

feat(pypi): pip.defaults API for customizing pipstar 1/n

Open aignas opened this issue 6 months ago • 0 comments

Parse env markers in pip.parse using starlark

Summary:

  • Allow switching to the Starlark implementation of the marker evaluation function.
  • Add a way for users to modify the env for the marker evaluation when parsing the requirements. This can only be done by rules_python or the root module.
  • Limit the platform selection when parsing the requirements files.

Work towards #2747 Work towards #2949 Split out from #2909

aignas avatar Jun 14 '25 02:06 aignas