pacho 14/11/28 10:48:30 Modified: keyring-3.7.ebuild ChangeLog Log: Support python 3.4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.4 dev-python/keyring/keyring-3.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/keyring/keyring-3.7.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/keyring/keyring-3.7.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/keyring/keyring-3.7.ebuild?r1=1.3&r2=1.4 Index: keyring-3.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-3.7.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- keyring-3.7.ebuild 6 Jul 2014 12:42:45 -0000 1.3 +++ keyring-3.7.ebuild 28 Nov 2014 10:48:30 -0000 1.4 @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-3.7.ebuild,v 1.3 2014/07/06 12:42:45 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-3.7.ebuild,v 1.4 2014/11/28 10:48:30 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} python{3_2,3_3} pypy pypy2_0) +PYTHON_COMPAT=( python{2_6,2_7} python{3_2,3_3,3_4} pypy pypy2_0) inherit distutils-r1 DESCRIPTION="Provides access to the system keyring service" 1.16 dev-python/keyring/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/keyring/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/keyring/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/keyring/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/keyring/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 6 Jul 2014 12:42:45 -0000 1.15 +++ ChangeLog 28 Nov 2014 10:48:30 -0000 1.16 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/keyring # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/ChangeLog,v 1.15 2014/07/06 12:42:45 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/ChangeLog,v 1.16 2014/11/28 10:48:30 pacho Exp $ + + 28 Nov 2014; Pacho Ramos <[email protected]> keyring-3.7.ebuild: + Support python 3.4 06 Jul 2014; Michał Górny <[email protected]> keyring-1.0.ebuild, keyring-1.5-r1.ebuild, keyring-1.5.ebuild, keyring-1.6.1.ebuild,
