summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-07-27 08:37:43 +0000
committerIan Delaney <idella4@gentoo.org>2013-07-27 08:37:43 +0000
commit8cd1a3160c72324ff6698e1548f3a610ae8316d6 (patch)
treef19b1e7ce8ac14131626d9817b8f0469464bf65c /dev-python/nose-exclude
parentInstall unit file #470754 (diff)
downloadgentoo-2-8cd1a3160c72324ff6698e1548f3a610ae8316d6.tar.gz
gentoo-2-8cd1a3160c72324ff6698e1548f3a610ae8316d6.tar.bz2
gentoo-2-8cd1a3160c72324ff6698e1548f3a610ae8316d6.zip
Add comprehensive support
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/nose-exclude')
-rw-r--r--dev-python/nose-exclude/ChangeLog6
-rw-r--r--dev-python/nose-exclude/nose-exclude-0.1.9.ebuild4
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/nose-exclude/ChangeLog b/dev-python/nose-exclude/ChangeLog
index 05d667f3ddea..1afa2f059b2f 100644
--- a/dev-python/nose-exclude/ChangeLog
+++ b/dev-python/nose-exclude/ChangeLog
@@ -1,10 +1,12 @@
# ChangeLog for dev-python/nose-exclude
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v 1.1 2013/03/11 00:27:15 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v 1.2 2013/07/27 08:37:43 idella4 Exp $
+
+ 27 Jul 2013; Ian Delaney <idella4@gentoo.org> nose-exclude-0.1.9.ebuild:
+ Add comprehensive support
*nose-exclude-0.1.9 (11 Mar 2013)
11 Mar 2013; Matthew Thode <prometheanfire@gentoo.org>
+nose-exclude-0.1.9.ebuild, +metadata.xml:
initial add of nose-exclude for keystoneclient test support
-
diff --git a/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild b/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild
index 2d3d5162a796..f1a9e62b8450 100644
--- a/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.1.9.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/nose-exclude/nose-exclude-0.1.9.ebuild,v 1.1 2013/03/11 00:27:15 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild,v 1.2 2013/07/27 08:37:43 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
inherit distutils-r1