aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/pexpect/py3/ya.make
blob: 0c1a022fac37eb6728d598d25439d5f705489a74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Generated by devtools/yamaker (pypi).

PY3_LIBRARY()

VERSION(4.9.0)

LICENSE(ISC)

PEERDIR(
    contrib/python/ptyprocess
)

NO_LINT()

NO_CHECK_IMPORTS(
    pexpect._async_pre_await
)

PY_SRCS(
    TOP_LEVEL
    pexpect/ANSI.py
    pexpect/FSM.py
    pexpect/__init__.py
    pexpect/_async.py
    pexpect/_async_pre_await.py
    pexpect/_async_w_await.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/socket_pexpect.py
    pexpect/spawnbase.py
    pexpect/utils.py
)

RESOURCE_FILES(
    PREFIX contrib/python/pexpect/py3/
    .dist-info/METADATA
    .dist-info/top_level.txt
    pexpect/bashrc.sh
)

END()