Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
BUILD.in | D | 04-Jul-2025 | 0 | |||
BUILD.out | D | 04-Jul-2025 | 593 | 25 | 22 | |
README.md | D | 04-Jul-2025 | 392 | 8 | 6 | |
WORKSPACE | D | 04-Jul-2025 | 55 | 2 | 1 | |
__init__.py | D | 04-Jul-2025 | 630 | 16 | 0 | |
__main__.py | D | 04-Jul-2025 | 643 | 20 | 4 | |
bar.py | D | 04-Jul-2025 | 707 | 26 | 8 | |
foo.py | D | 04-Jul-2025 | 709 | 26 | 8 | |
gazelle_python.yaml | D | 04-Jul-2025 | 764 | 22 | 7 | |
test.yaml | D | 04-Jul-2025 | 608 | 16 | 1 |
README.md
1# With third-party requirements 2 3This test case asserts that 4* a `py_library` is generated with dependencies 5extracted from its sources and a `py_binary` is generated embeding the 6`py_library` and inherits its dependencies, without specifying the `deps` again. 7* when a third-party library and a module in the same package having the same name, the one in the same package takes precedence. 8