aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/pexpect
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
commit094638589de6a6c9f91fad0005843fc1c1adc957 (patch)
tree7d55b9e950eb724da222548997547bf6710b1b58 /contrib/python/pexpect
parentbc921e787bed8a51a43725b78382e806800c44c1 (diff)
downloadydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'contrib/python/pexpect')
-rw-r--r--contrib/python/pexpect/ya.make49
1 files changed, 0 insertions, 49 deletions
diff --git a/contrib/python/pexpect/ya.make b/contrib/python/pexpect/ya.make
deleted file mode 100644
index 94b59157d9..0000000000
--- a/contrib/python/pexpect/ya.make
+++ /dev/null
@@ -1,49 +0,0 @@
-# Generated by devtools/yamaker (pypi).
-
-PY23_LIBRARY()
-
-OWNER(borman g:python-contrib)
-
-VERSION(4.8.0)
-
-LICENSE(ISC)
-
-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
-)
-
-IF (PYTHON3)
- PY_SRCS(
- TOP_LEVEL
- pexpect/_async.py
- )
-ENDIF()
-
-RESOURCE_FILES(
- PREFIX contrib/python/pexpect/
- .dist-info/METADATA
- .dist-info/top_level.txt
- pexpect/bashrc.sh
-)
-
-END()