idella4 15/07/02 16:17:37 Modified: ChangeLog Added: pyflakes-0.9.2.ebuild Log: bump; drop pypy support due to lack of support by upstream (found in testsuite) (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.59 dev-python/pyflakes/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyflakes/ChangeLog?rev=1.59&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyflakes/ChangeLog?rev=1.59&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyflakes/ChangeLog?r1=1.58&r2=1.59 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- ChangeLog 12 Jun 2015 12:43:38 -0000 1.58 +++ ChangeLog 2 Jul 2015 16:17:37 -0000 1.59 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pyflakes # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v 1.58 2015/06/12 12:43:38 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v 1.59 2015/07/02 16:17:37 idella4 Exp $ + +*pyflakes-0.9.2 (02 Jul 2015) + + 02 Jul 2015; Ian Delaney <[email protected]> +pyflakes-0.9.2.ebuild: + bump; drop pypy support due to lack of support by upstream (found in + testsuite) 12 Jun 2015; Ian Delaney <[email protected]> pyflakes-0.8.1.ebuild: add pypy support 1.1 dev-python/pyflakes/pyflakes-0.9.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyflakes/pyflakes-0.9.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyflakes/pyflakes-0.9.2.ebuild?rev=1.1&content-type=text/plain Index: pyflakes-0.9.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.9.2.ebuild,v 1.1 2015/07/02 16:17:37 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) 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="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" python_test() { esetup.py test --quiet }
