idella4 14/11/20 09:29:25 Modified: virtualenv-1.11.6.ebuild ChangeLog Log: clean old python impl, add pypy3 support (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.5 dev-python/virtualenv/virtualenv-1.11.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.11.6.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.11.6.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.11.6.ebuild?r1=1.4&r2=1.5 Index: virtualenv-1.11.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.11.6.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- virtualenv-1.11.6.ebuild 26 Oct 2014 19:31:54 -0000 1.4 +++ virtualenv-1.11.6.ebuild 20 Nov 2014 09:29:25 -0000 1.5 @@ -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/virtualenv/virtualenv-1.11.6.ebuild,v 1.4 2014/10/26 19:31:54 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.11.6.ebuild,v 1.5 2014/11/20 09:29:25 idella4 Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) inherit distutils-r1 1.124 dev-python/virtualenv/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.124&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.124&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?r1=1.123&r2=1.124 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v retrieving revision 1.123 retrieving revision 1.124 diff -u -r1.123 -r1.124 --- ChangeLog 26 Oct 2014 19:31:54 -0000 1.123 +++ ChangeLog 20 Nov 2014 09:29:25 -0000 1.124 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/virtualenv # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.123 2014/10/26 19:31:54 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.124 2014/11/20 09:29:25 idella4 Exp $ + + 20 Nov 2014; Ian Delaney <[email protected]> virtualenv-1.11.6.ebuild: + clean old python impl, add pypy3 support 26 Oct 2014; Fabian Groffen <[email protected]> virtualenv-1.11.6.ebuild: Added Prefix keywords, bug #503094
