alunduil 14/09/23 20:11:23 Modified: ChangeLog Added: flake8-2.0-r1.ebuild Log: add python3_4 target to flake8-2.0 In order to add python3_4 to mox3 for bug #517952, this particular version of flake8 needed the python3_4 target. (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 92FEA28B)
Revision Changes Path 1.17 dev-python/flake8/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flake8/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flake8/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flake8/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 20 Aug 2014 20:30:48 -0000 1.16 +++ ChangeLog 23 Sep 2014 20:11:23 -0000 1.17 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/flake8 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.16 2014/08/20 20:30:48 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.17 2014/09/23 20:11:23 alunduil Exp $ + +*flake8-2.0-r1 (23 Sep 2014) + + 23 Sep 2014; Alex Brandt <[email protected]> +flake8-2.0-r1.ebuild: + add python3_4 target 20 Aug 2014; Anthony G. Basile <[email protected]> flake8-2.0.ebuild, flake8-2.1.0.ebuild: 1.1 dev-python/flake8/flake8-2.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flake8/flake8-2.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flake8/flake8-2.0-r1.ebuild?rev=1.1&content-type=text/plain Index: flake8-2.0-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.0-r1.ebuild,v 1.1 2014/09/23 20:11:23 alunduil Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1 DESCRIPTION="the modular source code checker: pep8, pyflakes and co" HOMEPAGE="http://bitbucket.org/tarek/flake8" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="test" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] ) " RDEPEND=" >=dev-python/pyflakes-0.6.1[${PYTHON_USEDEP}] >=dev-python/pep8-1.4.3[${PYTHON_USEDEP}] >=dev-python/mccabe-0.2[${PYTHON_USEDEP}] " python_test() { esetup.py test || die "Tests failed for ${EPYTHON}" }
