entry_point was removed in v0.34.0 (#1987)
|
### Removed |
|
* (pip): Removes the `entrypoint` macro that was replaced by `py_console_script_binary` in 0.26.0. |
But it's still mentioned in the docs:
https://rules-python.readthedocs.io/en/latest/api/rules_python/python/pip.html#pip_parse
|
alias( |
|
name = "pip-compile", |
|
actual = entry_point( |
|
pkg = "pip-tools", |
|
script = "pip-compile", |
|
), |
|
) |
|
alias( |
|
name = "flake8", |
|
actual = entry_point("flake8"), |
|
) |