aboutsummaryrefslogtreecommitdiffstats
path: root/python/python-pexpect_0.99.oe
blob: e2b37634d05967dc4aa42f31e72685b0454e38c6 (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 = "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