summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-02-20 15:06:34 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-02-20 15:06:34 +0000
commit6d73da37009dbd867143938c5f5cf44243033ff1 (patch)
tree54c19672ca84476d6418f7cf9b197456a0b7684e /dev-python/simpleparse
parentRestricting pypy #404033 (diff)
downloadgentoo-2-6d73da37009dbd867143938c5f5cf44243033ff1.tar.gz
gentoo-2-6d73da37009dbd867143938c5f5cf44243033ff1.tar.bz2
gentoo-2-6d73da37009dbd867143938c5f5cf44243033ff1.zip
Restricting pypy #404041
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/simpleparse')
-rw-r--r--dev-python/simpleparse/ChangeLog8
-rw-r--r--dev-python/simpleparse/simpleparse-2.1.1.ebuild6
-rw-r--r--dev-python/simpleparse/simpleparse-2.1.1_alpha2.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-python/simpleparse/ChangeLog b/dev-python/simpleparse/ChangeLog
index 7f97752b78cc..701182691872 100644
--- a/dev-python/simpleparse/ChangeLog
+++ b/dev-python/simpleparse/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/simpleparse
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/ChangeLog,v 1.26 2011/09/16 07:46:34 djc Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/ChangeLog,v 1.27 2012/02/20 15:06:34 patrick Exp $
+
+ 20 Feb 2012; Patrick Lauer <patrick@gentoo.org> simpleparse-2.1.1.ebuild,
+ simpleparse-2.1.1_alpha2.ebuild:
+ Restricting pypy #404041
16 Sep 2011; Dirkjan Ochtman <djc@gentoo.org> simpleparse-2.1.1.ebuild:
Restrict jython, remove setuptools dependency (thanks jbergstroem).
diff --git a/dev-python/simpleparse/simpleparse-2.1.1.ebuild b/dev-python/simpleparse/simpleparse-2.1.1.ebuild
index 28bc6683f727..ee77eb358975 100644
--- a/dev-python/simpleparse/simpleparse-2.1.1.ebuild
+++ b/dev-python/simpleparse/simpleparse-2.1.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/simpleparse-2.1.1.ebuild,v 1.2 2011/09/16 07:46:34 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/simpleparse-2.1.1.ebuild,v 1.3 2012/02/20 15:06:34 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 3.* *-jython"
+RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
inherit distutils
diff --git a/dev-python/simpleparse/simpleparse-2.1.1_alpha2.ebuild b/dev-python/simpleparse/simpleparse-2.1.1_alpha2.ebuild
index 8ad9e714b689..a73fa6cc261b 100644
--- a/dev-python/simpleparse/simpleparse-2.1.1_alpha2.ebuild
+++ b/dev-python/simpleparse/simpleparse-2.1.1_alpha2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/simpleparse-2.1.1_alpha2.ebuild,v 1.4 2010/12/18 12:40:59 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/simpleparse-2.1.1_alpha2.ebuild,v 1.5 2012/02/20 15:06:34 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
inherit distutils