github.com/johnnyeven/libtools@v0.0.0-20191126065708-61829c1adf46/third_party/systemlibs/gast.BUILD (about)

     1  licenses(["notice"])  # BSD 3-clause
     2  
     3  filegroup(
     4      name = "PKG-INFO",
     5      visibility = ["//visibility:public"],
     6  )
     7  
     8  py_library(
     9      name = "gast",
    10      srcs_version = "PY2AND3",
    11      visibility = ["//visibility:public"],
    12  )