Commit Graph

4 Commits (7286ffceb2f0a4489672a90c823e00425ab8ab5c)

Author SHA1 Message Date
Adam Cozzette 7286ffceb2 Merge the protobuf and upb Bazel repos
A couple weeks ago we moved upb into the protobuf Git repo, and this change
continues the merger of the two repos by making them into a single Bazel repo.
This was mostly a matter of deleting upb's WORKSPACE file and fixing up a bunch
of references to reflect the new structure.

Most of the changes are pretty mechanical, but one thing that needed more
invasive changes was the Python script for generating CMakeLists.txt,
make_cmakelists.py. The WORKSPACE file it relied on no longer exists with this
change, so I updated it to hardcode the information it needed from that file.

PiperOrigin-RevId: 564810016
2023-09-12 13:09:54 -07:00
Deanna Garcia 13833b1df0 Add numpy test to python_test_srcs target so that the python test wheel will have access to it.
PiperOrigin-RevId: 525498162
2023-04-19 11:15:53 -07:00
Deanna Garcia d18492ece1 Give upb pb_unit_tests visibility to the new numpy_test target.
PiperOrigin-RevId: 525197302
2023-04-18 11:09:16 -07:00
Deanna Garcia fe038fc9d2 Make numpy/pip_deps a test-only dependency.
Create an isolated build file for the numpy test to separate from runtime.

PiperOrigin-RevId: 524913924
2023-04-17 12:12:43 -07:00