summaryrefslogtreecommitdiff
path: root/python/python-pexpect_0.99.oe
blob: b06fd8cbd3271964ec49bd4fae319440fb21328c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION=A Pure Python Expect like Module for Python
SECTION=base
PRIORITY=optional
MAINTAINER="Michael Lauer <mickey@Vanille.de>"
RDEPENDS=libc6 python-core python-io python-terminal python-resource python-fcntl
DEPENDS=virtual/libc
SRCNAME=pexpect

SRC_URI = ${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tgz
S = ${WORKDIR}/${SRCNAME}-${PV}

inherit distutils