diff options
author | Mikhail Borisov <borisov.mikhail@gmail.com> | 2022-02-10 16:45:40 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:40 +0300 |
commit | 5d50718e66d9c037dc587a0211110b7d25a66185 (patch) | |
tree | e98df59de24d2ef7c77baed9f41e4875a2fef972 /contrib/python/pexpect/ya.make | |
parent | a6a92afe03e02795227d2641b49819b687f088f8 (diff) | |
download | ydb-5d50718e66d9c037dc587a0211110b7d25a66185.tar.gz |
Restoring authorship annotation for Mikhail Borisov <borisov.mikhail@gmail.com>. Commit 2 of 2.
Diffstat (limited to 'contrib/python/pexpect/ya.make')
-rw-r--r-- | contrib/python/pexpect/ya.make | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/contrib/python/pexpect/ya.make b/contrib/python/pexpect/ya.make index 2fdba71fba..a5bb92fcac 100644 --- a/contrib/python/pexpect/ya.make +++ b/contrib/python/pexpect/ya.make @@ -1,35 +1,35 @@ PY23_LIBRARY() - + LICENSE(ISC) OWNER(g:python-contrib borman) VERSION(4.8.0) -PEERDIR( +PEERDIR( contrib/python/ptyprocess -) - +) + NO_LINT() -PY_SRCS( - TOP_LEVEL - pexpect/ANSI.py - pexpect/FSM.py - pexpect/__init__.py - pexpect/exceptions.py - pexpect/expect.py - pexpect/fdpexpect.py - pexpect/popen_spawn.py - pexpect/pty_spawn.py - pexpect/pxssh.py - pexpect/replwrap.py - pexpect/run.py - pexpect/screen.py - pexpect/spawnbase.py - pexpect/utils.py -) - +PY_SRCS( + TOP_LEVEL + pexpect/ANSI.py + pexpect/FSM.py + pexpect/__init__.py + pexpect/exceptions.py + pexpect/expect.py + pexpect/fdpexpect.py + pexpect/popen_spawn.py + pexpect/pty_spawn.py + pexpect/pxssh.py + pexpect/replwrap.py + pexpect/run.py + pexpect/screen.py + pexpect/spawnbase.py + pexpect/utils.py +) + IF (PYTHON3) PY_SRCS( TOP_LEVEL @@ -43,4 +43,4 @@ RESOURCE_FILES( .dist-info/top_level.txt ) -END() +END() |