summaryrefslogtreecommitdiff
path: root/chunks/pexpect.morph
blob: 718683262ca6d560a54d99d6d0b04b8127a267c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: pexpect
kind: chunk
description: |
  Pexpect is a pure Python module that accomplishes behaviour similar to Expect
repo: upstream:pexpect
ref: 7a8455f21bb45020f3594c59fc8c85cf738e147c
unpetrify-ref: baserock/morph
configure-commands:
- cd pexpect && make
build-commands:
- cd pexpect && python setup.py build
install-commands:
- cd pexpect && python setup.py install --prefix "$PREFIX" --root "$DESTDIR"