diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-04-04 19:19:39 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-04-04 19:19:39 +0000 |
commit | fe111a80a6dee5816d23079942a717bb7e5c5f37 (patch) | |
tree | c15c0349919661baf1bc7dfaea6373c2ea8603dc /dev-python/pexpect/pexpect-0.97.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-fe111a80a6dee5816d23079942a717bb7e5c5f37.tar.gz gentoo-2-fe111a80a6dee5816d23079942a717bb7e5c5f37.tar.bz2 gentoo-2-fe111a80a6dee5816d23079942a717bb7e5c5f37.zip |
version bump
Diffstat (limited to 'dev-python/pexpect/pexpect-0.97.ebuild')
-rw-r--r-- | dev-python/pexpect/pexpect-0.97.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-python/pexpect/pexpect-0.97.ebuild b/dev-python/pexpect/pexpect-0.97.ebuild new file mode 100644 index 000000000000..25545cae50b7 --- /dev/null +++ b/dev-python/pexpect/pexpect-0.97.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-0.97.ebuild,v 1.1 2003/04/04 19:19:39 liquidx Exp $ + +inherit distutils + +IUSE="" +DESCRIPTION="Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output" +HOMEPAGE="http://pexpect.sourceforge.net/" +SRC_URI="mirror://sourceforge/pexpect/${P}.tgz" +LICENSE="PYTHON" +SLOT="0" +KEYWORDS="~x86 ~ppc ~alpha ~sparc" +DEPEND="dev-lang/python" + +mydoc="README.txt" |