aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/py/concurrent
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-12-21 16:32:07 +0000
committerGravatar Klaus Aehlig <aehlig@google.com>2016-12-21 17:26:27 +0000
commit6d31cb01b80d0560c0c083d40e641816877b3d06 (patch)
tree55acbdbc5c25be32ce927b3a0509c7e3f7799541 /third_party/py/concurrent
parentd83e7ef2485c8fe2d9dc8ca938f694b34d824ed2 (diff)
--
PiperOrigin-RevId: 142666783 MOS_MIGRATED_REVID=142666783
Diffstat (limited to 'third_party/py/concurrent')
-rw-r--r--third_party/py/concurrent/BUILD13
-rw-r--r--third_party/py/concurrent/README.md8
2 files changed, 0 insertions, 21 deletions
diff --git a/third_party/py/concurrent/BUILD b/third_party/py/concurrent/BUILD
deleted file mode 100644
index ccc3faa03d..0000000000
--- a/third_party/py/concurrent/BUILD
+++ /dev/null
@@ -1,13 +0,0 @@
-licenses(["notice"])
-
-filegroup(
- name = "srcs",
- srcs = glob(["**"]),
- visibility = ["//visibility:public"],
-)
-
-py_library(
- name = "futures",
- srcs = glob(["**/*.py"]),
- visibility = ["//visibility:public"],
-)
diff --git a/third_party/py/concurrent/README.md b/third_party/py/concurrent/README.md
deleted file mode 100644
index 9973ba08f9..0000000000
--- a/third_party/py/concurrent/README.md
+++ /dev/null
@@ -1,8 +0,0 @@
-[concurrent](https://github.com/agronholm/pythonfutures)
---------
-
-Backport of the concurrent.futures package from Python 3.2, version 2.1.2
-
-* Version: 2.1.2
-* License: BSD License
-* From: [http://pypi.python.org/packages/source/f/futures/futures-2.1.2.tar.gz](http://pypi.python.org/packages/source/f/futures/futures-2.1.2.tar.gz)