diff options
author | 2014-11-25 10:56:18 +0000 | |
---|---|---|
committer | 2014-11-25 10:56:18 +0000 | |
commit | 21d09bcc0dd45fb3320dd4d01c2232e5d2daf6ec (patch) | |
tree | d4c160890fd23fed299077a6c6cc913d7634fcef /dev-python/python-social-auth | |
parent | Support python 3.4 (diff) | |
download | gentoo-2-21d09bcc0dd45fb3320dd4d01c2232e5d2daf6ec.tar.gz gentoo-2-21d09bcc0dd45fb3320dd4d01c2232e5d2daf6ec.tar.bz2 gentoo-2-21d09bcc0dd45fb3320dd4d01c2232e5d2daf6ec.zip |
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/python-social-auth')
-rw-r--r-- | dev-python/python-social-auth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/python-social-auth/python-social-auth-0.1.26.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/python-social-auth/ChangeLog b/dev-python/python-social-auth/ChangeLog index b8bb6f345d31..f3af4757b392 100644 --- a/dev-python/python-social-auth/ChangeLog +++ b/dev-python/python-social-auth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/python-social-auth # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-social-auth/ChangeLog,v 1.2 2014/08/31 20:33:44 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-social-auth/ChangeLog,v 1.3 2014/11/25 10:56:18 pacho Exp $ + + 25 Nov 2014; Pacho Ramos <pacho@gentoo.org> python-social-auth-0.1.26.ebuild: + Support python 3.4 31 Aug 2014; Maxim Koltsov <maksbotan@gentoo.org> python-social-auth-0.1.26.ebuild: diff --git a/dev-python/python-social-auth/python-social-auth-0.1.26.ebuild b/dev-python/python-social-auth/python-social-auth-0.1.26.ebuild index 1bfea11f0a50..d69846a39328 100644 --- a/dev-python/python-social-auth/python-social-auth-0.1.26.ebuild +++ b/dev-python/python-social-auth/python-social-auth-0.1.26.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-social-auth/python-social-auth-0.1.26.ebuild,v 1.2 2014/08/31 20:33:44 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-social-auth/python-social-auth-0.1.26.ebuild,v 1.3 2014/11/25 10:56:18 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 |