aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/pexpect/ya.make
blob: dfb94c09e52e004fdeb3f424f9a9675008e8aa49 (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
PY23_LIBRARY()

LICENSE(ISC)

OWNER(g:python-contrib borman) 

VERSION(4.8.0) 

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 
) 

END()