idella4 14/04/12 12:49:30 Modified: pyflakes-0.7.3.ebuild ChangeLog Added: pyflakes-0.8.1.ebuild Log: bump, closes Bug #507450 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.7 dev-python/pyflakes/pyflakes-0.7.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyflakes/pyflakes-0.7.3.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyflakes/pyflakes-0.7.3.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyflakes/pyflakes-0.7.3.ebuild?r1=1.6&r2=1.7 Index: pyflakes-0.7.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.7.3.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- pyflakes-0.7.3.ebuild 24 Nov 2013 13:48:26 -0000 1.6 +++ pyflakes-0.7.3.ebuild 12 Apr 2014 12:49:30 -0000 1.7 @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.7.3.ebuild,v 1.6 2013/11/24 13:48:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.7.3.ebuild,v 1.7 2014/04/12 12:49:30 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=(python{2_6,2_7,3_{2,3}} ) +PYTHON_COMPAT=(python{2_6,2_7,3_{2,3}} ) # not 3.4 yet inherit distutils-r1 1.40 dev-python/pyflakes/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyflakes/ChangeLog?rev=1.40&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyflakes/ChangeLog?rev=1.40&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyflakes/ChangeLog?r1=1.39&r2=1.40 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- ChangeLog 15 Dec 2013 15:09:01 -0000 1.39 +++ ChangeLog 12 Apr 2014 12:49:30 -0000 1.40 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pyflakes -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v 1.39 2013/12/15 15:09:01 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v 1.40 2014/04/12 12:49:30 idella4 Exp $ + +*pyflakes-0.8.1 (12 Apr 2014) + + 12 Apr 2014; Ian Delaney <[email protected]> +pyflakes-0.8.1.ebuild, + pyflakes-0.7.3.ebuild: + bump, closes Bug #507450 15 Dec 2013; Michał Górny <[email protected]> pyflakes-0.7.2.ebuild: Add missing unittest2 dep (only in older version), bug #494012. 1.1 dev-python/pyflakes/pyflakes-0.8.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyflakes/pyflakes-0.8.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyflakes/pyflakes-0.8.1.ebuild?rev=1.1&content-type=text/plain Index: pyflakes-0.8.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.8.1.ebuild,v 1.1 2014/04/12 12:49:30 idella4 Exp $ EAPI=5 PYTHON_COMPAT=(python{2_6,2_7,3_{2,3}} ) inherit distutils-r1 DESCRIPTION="Passive checker for Python programs" HOMEPAGE="https://launchpad.net/pyflakes http://pypi.python.org/pypi/pyflakes" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" DOCS=(AUTHORS NEWS.txt README.rst) python_test() { esetup.py test --quiet }
