aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/pexpect/ya.make
diff options
context:
space:
mode:
authorMikhail Borisov <borisov.mikhail@gmail.com>2022-02-10 16:45:39 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:39 +0300
commita6a92afe03e02795227d2641b49819b687f088f8 (patch)
treef6984a1d27d5a7ec88a6fdd6e20cd5b7693b6ece /contrib/python/pexpect/ya.make
parentc6dc8b8bd530985bc4cce0137e9a5de32f1087cb (diff)
downloadydb-a6a92afe03e02795227d2641b49819b687f088f8.tar.gz
Restoring authorship annotation for Mikhail Borisov <borisov.mikhail@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'contrib/python/pexpect/ya.make')
-rw-r--r--contrib/python/pexpect/ya.make46
1 files changed, 23 insertions, 23 deletions
diff --git a/contrib/python/pexpect/ya.make b/contrib/python/pexpect/ya.make
index a5bb92fcac..2fdba71fba 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()