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

     1  # Description:
     2  #   enum34 provides a backport of the enum module for Python 2.
     3  
     4  licenses(["notice"])  # MIT
     5  
     6  filegroup(
     7      name = "LICENSE",
     8      visibility = ["//visibility:public"],
     9  )
    10  
    11  py_library(
    12      name = "enum",
    13      visibility = ["//visibility:public"],
    14  )