summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-05-29 05:55:13 +0000
committerIan Delaney <idella4@gentoo.org>2013-05-29 05:55:13 +0000
commitcf42de9014d33d9be4a97c4be7f20a5607bfdfe3 (patch)
treea4fcf4c2f3ffa73df205fcb050e5d78608bb7e44 /dev-python
parentadd py3.3 support (diff)
downloadgentoo-2-cf42de9014d33d9be4a97c4be7f20a5607bfdfe3.tar.gz
gentoo-2-cf42de9014d33d9be4a97c4be7f20a5607bfdfe3.tar.bz2
gentoo-2-cf42de9014d33d9be4a97c4be7f20a5607bfdfe3.zip
add py3.3 support
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/unidecode/ChangeLog5
-rw-r--r--dev-python/unidecode/unidecode-0.04.9-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/unidecode/ChangeLog b/dev-python/unidecode/ChangeLog
index 146378f84fdb..3774bfd2e481 100644
--- a/dev-python/unidecode/ChangeLog
+++ b/dev-python/unidecode/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/unidecode
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.5 2013/04/08 13:41:18 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.6 2013/05/29 05:55:13 idella4 Exp $
+
+ 29 May 2013; Ian Delaney <idella4@gentoo.org> unidecode-0.04.9-r1.ebuild:
+ add py3.3 support
*unidecode-0.04.9-r1 (08 Apr 2013)
diff --git a/dev-python/unidecode/unidecode-0.04.9-r1.ebuild b/dev-python/unidecode/unidecode-0.04.9-r1.ebuild
index e18be25a66e6..911ea9785667 100644
--- a/dev-python/unidecode/unidecode-0.04.9-r1.ebuild
+++ b/dev-python/unidecode/unidecode-0.04.9-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/unidecode/unidecode-0.04.9-r1.ebuild,v 1.1 2013/04/08 13:41:18 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.9-r1.ebuild,v 1.2 2013/05/29 05:55:13 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy2_0 )
MY_PN=Unidecode
MY_P=${MY_PN}-${PV}