From 4080654c8f03ec34f2822c14db5fd8b75f63d569 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Sat, 6 Jan 2018 05:34:03 -0800 Subject: Add bazel file for astor, gast and termcolor. Rewrite these deps' internal counterparts instead of removing them. Re-enable a few tests to verify. PiperOrigin-RevId: 181035075 --- third_party/termcolor.BUILD | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 third_party/termcolor.BUILD (limited to 'third_party/termcolor.BUILD') diff --git a/third_party/termcolor.BUILD b/third_party/termcolor.BUILD new file mode 100644 index 0000000000..94fcb3beaa --- /dev/null +++ b/third_party/termcolor.BUILD @@ -0,0 +1,14 @@ +# Description: +# This is a library for outputing color to the terminal. + +licenses(["notice"]) # MIT + +exports_files(["LICENSE"]) + +py_library( + name = "termcolor", + srcs = [ + "termcolor.py", + ], + visibility = ["//visibility:public"], +) -- cgit v1.2.3