summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-11-16 11:33:31 +0000
committerMichał Górny <mgorny@gentoo.org>2013-11-16 11:33:31 +0000
commitc628b5c02886e4552ab0849f900ecfa173b18e62 (patch)
treebb1dab9194bfcb6659f24c93f0d40d550fa0cbed /dev-python/pexpect
parentVersion bump thanks to Alexey Malakhov <brezerk@gmail.com> (diff)
downloadgentoo-2-c628b5c02886e4552ab0849f900ecfa173b18e62.tar.gz
gentoo-2-c628b5c02886e4552ab0849f900ecfa173b18e62.tar.bz2
gentoo-2-c628b5c02886e4552ab0849f900ecfa173b18e62.zip
Remove pypy support since it does not work anymore, bug #491404.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/pexpect')
-rw-r--r--dev-python/pexpect/ChangeLog5
-rw-r--r--dev-python/pexpect/pexpect-3.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pexpect/ChangeLog b/dev-python/pexpect/ChangeLog
index 085e23845088..fa3ceaa69f89 100644
--- a/dev-python/pexpect/ChangeLog
+++ b/dev-python/pexpect/ChangeLog
@@ -1,6 +1,9 @@
# 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.57 2013/11/11 19:23:20 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v 1.58 2013/11/16 11:33:31 mgorny Exp $
+
+ 16 Nov 2013; Michał Górny <mgorny@gentoo.org> pexpect-3.0.ebuild:
+ Remove pypy support since it does not work anymore, bug #491404.
*pexpect-3.0 (11 Nov 2013)
diff --git a/dev-python/pexpect/pexpect-3.0.ebuild b/dev-python/pexpect/pexpect-3.0.ebuild
index d268bebbf2c6..4f8ff8edec4b 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.1 2013/11/11 19:23:20 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-3.0.ebuild,v 1.2 2013/11/16 11:33:31 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
inherit distutils-r1