summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-11-27 11:58:44 +0000
committerIan Delaney <idella4@gentoo.org>2014-11-27 11:58:44 +0000
commit1279d6ef60525e5a92eee81f5a5eed18bf9c4d81 (patch)
treec72024f81b8f6c0365748e963d2ac7620eb1d97a /dev-python/Babel
parentRestrict parallel build wrt bug #413811. (diff)
downloadgentoo-2-1279d6ef60525e5a92eee81f5a5eed18bf9c4d81.tar.gz
gentoo-2-1279d6ef60525e5a92eee81f5a5eed18bf9c4d81.tar.bz2
gentoo-2-1279d6ef60525e5a92eee81f5a5eed18bf9c4d81.zip
clean old python impls, tidy
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/Babel')
-rw-r--r--dev-python/Babel/Babel-1.3-r1.ebuild6
-rw-r--r--dev-python/Babel/ChangeLog5
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/Babel/Babel-1.3-r1.ebuild b/dev-python/Babel/Babel-1.3-r1.ebuild
index 070767b880d9..caea4ac00fdc 100644
--- a/dev-python/Babel/Babel-1.3-r1.ebuild
+++ b/dev-python/Babel/Babel-1.3-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/Babel/Babel-1.3-r1.ebuild,v 1.1 2014/11/24 13:16:43 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/Babel/Babel-1.3-r1.ebuild,v 1.2 2014/11/27 11:58:44 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_3,3_4} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1
DESCRIPTION="A collection of tools for internationalizing Python applications"
@@ -20,7 +20,7 @@ RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]"
DEPEND="${DEPEND}
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? ( >=dev-python/pytest-2.3.5 )"
+ test? ( >=dev-python/pytest-2.3.5[${PYTHON_USEDEP}] )"
python_prepare_all() {
# Make the tests use implementation-specific datadir,
diff --git a/dev-python/Babel/ChangeLog b/dev-python/Babel/ChangeLog
index 22e9e2b812b4..bc1d433e663a 100644
--- a/dev-python/Babel/ChangeLog
+++ b/dev-python/Babel/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/Babel
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/Babel/ChangeLog,v 1.64 2014/11/24 13:16:43 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/Babel/ChangeLog,v 1.65 2014/11/27 11:58:44 idella4 Exp $
+
+ 27 Nov 2014; Ian Delaney <idella4@gentoo.org> Babel-1.3-r1.ebuild:
+ clean old python impls, tidy
*Babel-1.3-r1 (24 Nov 2014)