diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-04-22 07:22:56 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-04-22 07:22:56 +0000 |
commit | 1930bdd86b8c9cf9edc9f9aac06b9654292c757e (patch) | |
tree | 77314c1ed71cb554b9f2afe5461c7429d70949a4 /dev-python/webob | |
parent | Bump (diff) | |
download | gentoo-2-1930bdd86b8c9cf9edc9f9aac06b9654292c757e.tar.gz gentoo-2-1930bdd86b8c9cf9edc9f9aac06b9654292c757e.tar.bz2 gentoo-2-1930bdd86b8c9cf9edc9f9aac06b9654292c757e.zip |
drop pypy1.9 in 1.2.3-r1 due to failing testsuite
(Portage version: 2.1.11.60/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/webob')
-rw-r--r-- | dev-python/webob/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/webob/webob-1.2.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/webob/ChangeLog b/dev-python/webob/ChangeLog index 356b2a90f288..13b949b35f39 100644 --- a/dev-python/webob/ChangeLog +++ b/dev-python/webob/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/webob # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.73 2013/04/02 13:19:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.74 2013/04/22 07:22:56 idella4 Exp $ + + 22 Apr 2013; Ian Delaney <idella4@gentoo.org> webob-1.2.3-r1.ebuild: + drop pypy1.9 in 1.2.3-r1 due to failing testsuite 02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> webob-1.2.3.ebuild: Stable for s390, wrt bug #456614 diff --git a/dev-python/webob/webob-1.2.3-r1.ebuild b/dev-python/webob/webob-1.2.3-r1.ebuild index 0ba7a8718338..cca7d0814d44 100644 --- a/dev-python/webob/webob-1.2.3-r1.ebuild +++ b/dev-python/webob/webob-1.2.3-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3-r1.ebuild,v 1.1 2013/02/15 18:58:19 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3-r1.ebuild,v 1.2 2013/04/22 07:22:56 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy{1_9,2_0} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) inherit distutils-r1 |