ya.make 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(1.0.9)
  4. LICENSE(Apache-2.0)
  5. PEERDIR(
  6. contrib/python/thrift
  7. )
  8. NO_LINT()
  9. PY_SRCS(
  10. TOP_LEVEL
  11. hive_metastore_client/__init__.py
  12. hive_metastore_client/builders/__init__.py
  13. hive_metastore_client/builders/abstract_builder.py
  14. hive_metastore_client/builders/column_builder.py
  15. hive_metastore_client/builders/database_builder.py
  16. hive_metastore_client/builders/partition_builder.py
  17. hive_metastore_client/builders/serde_info_builder.py
  18. hive_metastore_client/builders/storage_descriptor_builder.py
  19. hive_metastore_client/builders/table_builder.py
  20. hive_metastore_client/hive_metastore_client.py
  21. thrift_files/__init__.py
  22. thrift_files/libraries/__init__.py
  23. thrift_files/libraries/thrift_facebook_service/FacebookService.py
  24. thrift_files/libraries/thrift_facebook_service/__init__.py
  25. thrift_files/libraries/thrift_facebook_service/constants.py
  26. thrift_files/libraries/thrift_facebook_service/ttypes.py
  27. thrift_files/libraries/thrift_hive_metastore_client/ThriftHiveMetastore.py
  28. thrift_files/libraries/thrift_hive_metastore_client/__init__.py
  29. thrift_files/libraries/thrift_hive_metastore_client/constants.py
  30. thrift_files/libraries/thrift_hive_metastore_client/ttypes.py
  31. )
  32. RESOURCE_FILES(
  33. PREFIX contrib/python/hive-metastore-client/
  34. .dist-info/METADATA
  35. .dist-info/top_level.txt
  36. )
  37. END()