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 | |
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')
-rw-r--r-- | dev-python/pexpect/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pexpect/files/digest-pexpect-0.97 | 2 | ||||
-rw-r--r-- | dev-python/pexpect/pexpect-0.97.ebuild | 16 |
3 files changed, 24 insertions, 1 deletions
diff --git a/dev-python/pexpect/ChangeLog b/dev-python/pexpect/ChangeLog index 42cdf55ed116..d7357d767f0b 100644 --- a/dev-python/pexpect/ChangeLog +++ b/dev-python/pexpect/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pexpect # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v 1.7 2003/03/25 05:20:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v 1.8 2003/04/04 19:19:39 liquidx Exp $ + +*pexpect-0.97 (04 Apr 2003) + + 04 Apr 2003; Alastair Tse <liquidx@gentoo.org> pexpect-0.97.ebuild: + version bump *pexpect-0.94 (27 Oct 2002) diff --git a/dev-python/pexpect/files/digest-pexpect-0.97 b/dev-python/pexpect/files/digest-pexpect-0.97 new file mode 100644 index 000000000000..cb3f61f873f9 --- /dev/null +++ b/dev-python/pexpect/files/digest-pexpect-0.97 @@ -0,0 +1,2 @@ +MD5 337d6adb097a7daa0da0fbe03e78acf9 /pexpect-0.97.ebuild 605 +MD5 040241c3433079a109589274d5235de0 pexpect-0.97.tgz 18646 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" |