summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-06-18 09:10:09 +0000
committerIan Delaney <idella4@gentoo.org>2013-06-18 09:10:09 +0000
commitfabb68b9959e6fd66c7cbf1196b6e01dc1ef119b (patch)
tree2ca7c5938e8c3a6bfe384f1e699b55ae89925e0d /dev-python/nose
parentVersion bump. (diff)
downloadgentoo-2-fabb68b9959e6fd66c7cbf1196b6e01dc1ef119b.tar.gz
gentoo-2-fabb68b9959e6fd66c7cbf1196b6e01dc1ef119b.tar.bz2
gentoo-2-fabb68b9959e6fd66c7cbf1196b6e01dc1ef119b.zip
drop pypy1_8
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/nose')
-rw-r--r--dev-python/nose/ChangeLog6
-rw-r--r--dev-python/nose/nose-1.3.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/nose/ChangeLog b/dev-python/nose/ChangeLog
index 0e1aff0ba1d0..94d8db1ef21e 100644
--- a/dev-python/nose/ChangeLog
+++ b/dev-python/nose/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/nose
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.104 2013/04/24 19:04:57 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.105 2013/06/18 09:10:09 idella4 Exp $
+
+ 18 Jun 2013; Ian Delaney <idella4@gentoo.org> nose-1.1.2-r1.ebuild,
+ nose-1.3.0.ebuild:
+ drop pypy1_8
24 Apr 2013; Sébastien Fabbro <bicatali@gentoo.org> nose-1.3.0.ebuild:
Added python-3.3 compat
diff --git a/dev-python/nose/nose-1.3.0.ebuild b/dev-python/nose/nose-1.3.0.ebuild
index 4ac6fa3a5081..0ff6d12f24f1 100644
--- a/dev-python/nose/nose-1.3.0.ebuild
+++ b/dev-python/nose/nose-1.3.0.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/nose/nose-1.3.0.ebuild,v 1.2 2013/04/24 19:04:57 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.3.0.ebuild,v 1.3 2013/06/18 09:10:09 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9,2_0} )
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
inherit distutils-r1 eutils
DESCRIPTION="A unittest extension offering automatic test suite discovery and easy test authoring"