pacho 14/11/24 21:03:46 Modified: flask-script-2.0.5.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/flask-script/flask-script-2.0.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/flask-script-2.0.5.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/flask-script-2.0.5.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/flask-script-2.0.5.ebuild?r1=1.3&r2=1.4 Index: flask-script-2.0.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-2.0.5.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- flask-script-2.0.5.ebuild 10 Aug 2014 21:10:51 -0000 1.3 +++ flask-script-2.0.5.ebuild 24 Nov 2014 21:03:46 -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/flask-script/flask-script-2.0.5.ebuild,v 1.3 2014/08/10 21:10:51 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-2.0.5.ebuild,v 1.4 2014/11/24 21:03:46 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 1.19 dev-python/flask-script/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-script/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 10 Aug 2014 21:10:51 -0000 1.18 +++ ChangeLog 24 Nov 2014 21:03:46 -0000 1.19 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/flask-script # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/ChangeLog,v 1.18 2014/08/10 21:10:51 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/ChangeLog,v 1.19 2014/11/24 21:03:46 pacho Exp $ + + 24 Nov 2014; Pacho Ramos <[email protected]> flask-script-2.0.5.ebuild: + Support python 3.4 10 Aug 2014; Sergei Trofimovich <[email protected]> flask-script-0.6.2.ebuild, flask-script-0.6.3.ebuild, flask-script-0.6.6.ebuild,
