systemlibs: unbundle typing_extensions
Signed-off-by: Jason Zaman <jason@perfinion.com>
This commit is contained in:
parent
db908716a4
commit
735ff1be2b
third_party/systemlibs
1
third_party/systemlibs/syslibs_configure.bzl
vendored
1
third_party/systemlibs/syslibs_configure.bzl
vendored
@ -44,6 +44,7 @@ VALID_LIBS = [
|
|||||||
"snappy",
|
"snappy",
|
||||||
"tblib_archive",
|
"tblib_archive",
|
||||||
"termcolor_archive",
|
"termcolor_archive",
|
||||||
|
"typing_extensions_archive",
|
||||||
"wrapt",
|
"wrapt",
|
||||||
"zlib",
|
"zlib",
|
||||||
]
|
]
|
||||||
|
16
third_party/systemlibs/typing_extensions.BUILD
vendored
Normal file
16
third_party/systemlibs/typing_extensions.BUILD
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# Description:
|
||||||
|
# Backports for the typing module to older Python versions. See
|
||||||
|
# https://github.com/python/typing/blob/master/typing_extensions/README.rst
|
||||||
|
|
||||||
|
licenses(["notice"]) # PSF
|
||||||
|
|
||||||
|
py_library(
|
||||||
|
name = "typing_extensions",
|
||||||
|
srcs_version = "PY2AND3",
|
||||||
|
visibility = ["//visibility:public"],
|
||||||
|
)
|
||||||
|
|
||||||
|
filegroup(
|
||||||
|
name = "LICENSE",
|
||||||
|
visibility = ["//visibility:public"],
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user