idella4 14/11/19 15:13:47 Modified: pyyaml-3.11.ebuild ChangeLog Log: clean old python impls, add pypy3 support (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.12 dev-python/pyyaml/pyyaml-3.11.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyyaml/pyyaml-3.11.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyyaml/pyyaml-3.11.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyyaml/pyyaml-3.11.ebuild?r1=1.11&r2=1.12 Index: pyyaml-3.11.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyyaml/pyyaml-3.11.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- pyyaml-3.11.ebuild 11 Nov 2014 11:14:54 -0000 1.11 +++ pyyaml-3.11.ebuild 19 Nov 2014 15:13:47 -0000 1.12 @@ -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/pyyaml/pyyaml-3.11.ebuild,v 1.11 2014/11/11 11:14:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/pyyaml-3.11.ebuild,v 1.12 2014/11/19 15:13:47 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) inherit distutils-r1 1.52 dev-python/pyyaml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyyaml/ChangeLog?rev=1.52&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyyaml/ChangeLog?rev=1.52&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyyaml/ChangeLog?r1=1.51&r2=1.52 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyyaml/ChangeLog,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- ChangeLog 11 Nov 2014 11:14:54 -0000 1.51 +++ ChangeLog 19 Nov 2014 15:13:47 -0000 1.52 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyyaml # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/ChangeLog,v 1.51 2014/11/11 11:14:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/ChangeLog,v 1.52 2014/11/19 15:13:47 idella4 Exp $ + + 19 Nov 2014; Ian Delaney <[email protected]> pyyaml-3.11.ebuild: + clean old python impls, add pypy3 support 11 Nov 2014; Agostino Sarubbo <[email protected]> pyyaml-3.11.ebuild: Stable for ia64, wrt bug #524416
