ya.make 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(5.29.1.20241207)
  4. LICENSE(Apache-2.0)
  5. NO_LINT()
  6. PY_SRCS(
  7. TOP_LEVEL
  8. google-stubs/protobuf/__init__.pyi
  9. google-stubs/protobuf/compiler/__init__.pyi
  10. google-stubs/protobuf/descriptor.pyi
  11. google-stubs/protobuf/descriptor_pool.pyi
  12. google-stubs/protobuf/internal/__init__.pyi
  13. google-stubs/protobuf/internal/api_implementation.pyi
  14. google-stubs/protobuf/internal/builder.pyi
  15. google-stubs/protobuf/internal/containers.pyi
  16. google-stubs/protobuf/internal/decoder.pyi
  17. google-stubs/protobuf/internal/encoder.pyi
  18. google-stubs/protobuf/internal/enum_type_wrapper.pyi
  19. google-stubs/protobuf/internal/extension_dict.pyi
  20. google-stubs/protobuf/internal/message_listener.pyi
  21. google-stubs/protobuf/internal/python_message.pyi
  22. google-stubs/protobuf/internal/type_checkers.pyi
  23. google-stubs/protobuf/internal/well_known_types.pyi
  24. google-stubs/protobuf/internal/wire_format.pyi
  25. google-stubs/protobuf/json_format.pyi
  26. google-stubs/protobuf/message.pyi
  27. google-stubs/protobuf/message_factory.pyi
  28. google-stubs/protobuf/reflection.pyi
  29. google-stubs/protobuf/runtime_version.pyi
  30. google-stubs/protobuf/service.pyi
  31. google-stubs/protobuf/symbol_database.pyi
  32. google-stubs/protobuf/text_format.pyi
  33. google-stubs/protobuf/util/__init__.pyi
  34. )
  35. RESOURCE_FILES(
  36. PREFIX contrib/python/types-protobuf/
  37. .dist-info/METADATA
  38. .dist-info/top_level.txt
  39. google-stubs/METADATA.toml
  40. google-stubs/protobuf/py.typed
  41. )
  42. END()