summaryrefslogtreecommitdiff
path: root/strata/cxmanage/pexpect.morph
blob: 16a39816d764ca46c0033e6633b2d65349f4ec0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: pexpect
kind: chunk
description: |
  Pexpect is a pure Python module that accomplishes behaviour similar to Expect
max-jobs: null
products: []
build-system: manual
pre-configure-commands: []
configure-commands:
- cd pexpect && make
post-configure-commands: []
pre-build-commands: []
build-commands:
- cd pexpect && python setup.py build
post-build-commands: []
pre-install-commands: []
install-commands:
- cd pexpect && python setup.py install --prefix "$PREFIX" --root "$DESTDIR"
post-install-commands: []
devices: []
post-test-commands: []
pre-test-commands: []
system-integration: []
test-commands: []