summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2013-07-28 17:30:13 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2013-07-28 17:30:13 +0000
commit6099a980bbf0a54c1f26f10d31ceca64d77440c9 (patch)
tree276ecf86858549d9e33330a8068969f001c67c93 /dev-python/termcolor
parentAdd new snapshot for bug 468136. (diff)
downloadgentoo-2-6099a980bbf0a54c1f26f10d31ceca64d77440c9.tar.gz
gentoo-2-6099a980bbf0a54c1f26f10d31ceca64d77440c9.tar.bz2
gentoo-2-6099a980bbf0a54c1f26f10d31ceca64d77440c9.zip
added more valid python usedeps
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-python/termcolor')
-rw-r--r--dev-python/termcolor/ChangeLog9
-rw-r--r--dev-python/termcolor/termcolor-1.1.0-r1.ebuild (renamed from dev-python/termcolor/termcolor-1.1.0.ebuild)4
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-python/termcolor/ChangeLog b/dev-python/termcolor/ChangeLog
index 2d03253388ff..498fb51a359b 100644
--- a/dev-python/termcolor/ChangeLog
+++ b/dev-python/termcolor/ChangeLog
@@ -1,10 +1,15 @@
# ChangeLog for dev-python/termcolor
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/termcolor/ChangeLog,v 1.1 2013/01/21 08:57:26 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/termcolor/ChangeLog,v 1.2 2013/07/28 17:30:13 prometheanfire Exp $
+
+*termcolor-1.1.0-r1 (28 Jul 2013)
+
+ 28 Jul 2013; Matthew Thode <prometheanfire@gentoo.org>
+ +termcolor-1.1.0-r1.ebuild, -termcolor-1.1.0.ebuild:
+ added more valid python usedeps
*termcolor-1.1.0 (21 Jan 2013)
21 Jan 2013; Matthew Thode <prometheanfire@gentoo.org>
+termcolor-1.1.0.ebuild, +metadata.xml:
inital add of termcolor for openstack-nose-plugins
-
diff --git a/dev-python/termcolor/termcolor-1.1.0.ebuild b/dev-python/termcolor/termcolor-1.1.0-r1.ebuild
index 51f3d7ca1c72..74b185291277 100644
--- a/dev-python/termcolor/termcolor-1.1.0.ebuild
+++ b/dev-python/termcolor/termcolor-1.1.0-r1.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/termcolor/termcolor-1.1.0.ebuild,v 1.1 2013/01/21 08:57:26 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/termcolor/termcolor-1.1.0-r1.ebuild,v 1.1 2013/07/28 17:30:13 prometheanfire Exp $
EAPI=5
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_2 python3_3 pypy2_0 )
inherit distutils-r1