summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-10-13 09:27:05 +0000
committerPacho Ramos <pacho@gentoo.org>2013-10-13 09:27:05 +0000
commit2506e79cd4b4bbd39970845ab0c8aea4aa1aa63e (patch)
treeecaf79b0fbce968b388305f3a0e65b9f470940a5 /dev-python/twython
parentAlso compatible with python3_3 (diff)
downloadgentoo-2-2506e79cd4b4bbd39970845ab0c8aea4aa1aa63e.tar.gz
gentoo-2-2506e79cd4b4bbd39970845ab0c8aea4aa1aa63e.tar.bz2
gentoo-2-2506e79cd4b4bbd39970845ab0c8aea4aa1aa63e.zip
Also compatible with python3_3
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/twython')
-rw-r--r--dev-python/twython/ChangeLog5
-rw-r--r--dev-python/twython/twython-3.0.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/twython/ChangeLog b/dev-python/twython/ChangeLog
index 592d7a5674a7..a6488cc47013 100644
--- a/dev-python/twython/ChangeLog
+++ b/dev-python/twython/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/twython
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twython/ChangeLog,v 1.1 2013/08/24 07:49:44 ercpe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twython/ChangeLog,v 1.2 2013/10/13 09:27:05 pacho Exp $
+
+ 13 Oct 2013; Pacho Ramos <pacho@gentoo.org> twython-3.0.0.ebuild:
+ Also compatible with python3_3
*twython-3.0.0 (24 Aug 2013)
diff --git a/dev-python/twython/twython-3.0.0.ebuild b/dev-python/twython/twython-3.0.0.ebuild
index 0a30246ee8b5..063b434b420d 100644
--- a/dev-python/twython/twython-3.0.0.ebuild
+++ b/dev-python/twython/twython-3.0.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/twython/twython-3.0.0.ebuild,v 1.1 2013/08/24 07:49:44 ercpe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twython/twython-3.0.0.ebuild,v 1.2 2013/10/13 09:27:05 pacho Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
inherit distutils-r1