idella4 14/06/15 02:00:31 Modified: flask-login-0.2.11.ebuild ChangeLog Log: drop py2.6 add py3.4 pypy support (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.3 dev-python/flask-login/flask-login-0.2.11.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-login/flask-login-0.2.11.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-login/flask-login-0.2.11.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-login/flask-login-0.2.11.ebuild?r1=1.2&r2=1.3 Index: flask-login-0.2.11.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-login/flask-login-0.2.11.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- flask-login-0.2.11.ebuild 29 May 2014 12:47:42 -0000 1.2 +++ flask-login-0.2.11.ebuild 15 Jun 2014 02:00:31 -0000 1.3 @@ -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-login/flask-login-0.2.11.ebuild,v 1.2 2014/05/29 12:47:42 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-login/flask-login-0.2.11.ebuild,v 1.3 2014/06/15 02:00:31 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_3} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 @@ -20,7 +20,6 @@ IUSE="" RDEPEND=">=dev-python/flask-0.10[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" S="${WORKDIR}/${MY_P}" 1.15 dev-python/flask-login/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-login/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-login/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-login/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-login/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 29 May 2014 12:47:42 -0000 1.14 +++ ChangeLog 15 Jun 2014 02:00:31 -0000 1.15 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/flask-login # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-login/ChangeLog,v 1.14 2014/05/29 12:47:42 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-login/ChangeLog,v 1.15 2014/06/15 02:00:31 idella4 Exp $ + + 15 Jun 2014; Ian Delaney <[email protected]> flask-login-0.2.11.ebuild: + drop py2.6 add py3.4 pypy support 29 May 2014; Dirkjan Ochtman <[email protected]> flask-login-0.2.11.ebuild: Add 3.3 support for flask-login (bug 487898)
