diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-11-17 04:04:25 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-11-17 04:04:25 +0000 |
commit | 5bba68574e32af13bbd6f4a548457d119c0786e0 (patch) | |
tree | 309881d52e82bdf168e3ed06d92ec724bb7e573c /dev-python/pexpect | |
parent | fix for pypy on hardened (diff) | |
download | gentoo-2-5bba68574e32af13bbd6f4a548457d119c0786e0.tar.gz gentoo-2-5bba68574e32af13bbd6f4a548457d119c0786e0.tar.bz2 gentoo-2-5bba68574e32af13bbd6f4a548457d119c0786e0.zip |
adding pexpect 3.0
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-python/pexpect')
-rw-r--r-- | dev-python/pexpect/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pexpect/pexpect-3.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/pexpect/ChangeLog b/dev-python/pexpect/ChangeLog index fa3ceaa69f89..ae5f8e99c9ca 100644 --- a/dev-python/pexpect/ChangeLog +++ b/dev-python/pexpect/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pexpect # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v 1.58 2013/11/16 11:33:31 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v 1.59 2013/11/17 04:04:25 prometheanfire Exp $ + + 17 Nov 2013; Matthew Thode <prometheanfire@gentoo.org> pexpect-2.4-r1.ebuild, + pexpect-3.0.ebuild: + adding pexpect 3.0 16 Nov 2013; Michał Górny <mgorny@gentoo.org> pexpect-3.0.ebuild: Remove pypy support since it does not work anymore, bug #491404. diff --git a/dev-python/pexpect/pexpect-3.0.ebuild b/dev-python/pexpect/pexpect-3.0.ebuild index 4f8ff8edec4b..4a4964795b12 100644 --- a/dev-python/pexpect/pexpect-3.0.ebuild +++ b/dev-python/pexpect/pexpect-3.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-3.0.ebuild,v 1.2 2013/11/16 11:33:31 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-3.0.ebuild,v 1.3 2013/11/17 04:04:25 prometheanfire Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) inherit distutils-r1 |