Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyflakes: pyflakes-0.9.2.ebuild ChangeLog
Date: Thu, 02 Jul 2015 16:17:49
Message-Id: 20150702161737.5F12474C@oystercatcher.gentoo.org
1 idella4 15/07/02 16:17:37
2
3 Modified: ChangeLog
4 Added: pyflakes-0.9.2.ebuild
5 Log:
6 bump; drop pypy support due to lack of support by upstream (found in testsuite)
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.59 dev-python/pyflakes/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyflakes/ChangeLog?rev=1.59&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyflakes/ChangeLog?rev=1.59&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyflakes/ChangeLog?r1=1.58&r2=1.59
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v
20 retrieving revision 1.58
21 retrieving revision 1.59
22 diff -u -r1.58 -r1.59
23 --- ChangeLog 12 Jun 2015 12:43:38 -0000 1.58
24 +++ ChangeLog 2 Jul 2015 16:17:37 -0000 1.59
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/pyflakes
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v 1.58 2015/06/12 12:43:38 idella4 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v 1.59 2015/07/02 16:17:37 idella4 Exp $
30 +
31 +*pyflakes-0.9.2 (02 Jul 2015)
32 +
33 + 02 Jul 2015; Ian Delaney <idella4@g.o> +pyflakes-0.9.2.ebuild:
34 + bump; drop pypy support due to lack of support by upstream (found in
35 + testsuite)
36
37 12 Jun 2015; Ian Delaney <idella4@g.o> pyflakes-0.8.1.ebuild:
38 add pypy support
39
40
41
42 1.1 dev-python/pyflakes/pyflakes-0.9.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyflakes/pyflakes-0.9.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyflakes/pyflakes-0.9.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pyflakes-0.9.2.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.9.2.ebuild,v 1.1 2015/07/02 16:17:37 idella4 Exp $
52
53 EAPI=5
54 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
55
56 inherit distutils-r1
57
58 DESCRIPTION="Passive checker for Python programs"
59 HOMEPAGE="https://launchpad.net/pyflakes http://pypi.python.org/pypi/pyflakes"
60 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
61
62 LICENSE="MIT"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
65 IUSE=""
66
67 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
68 RDEPEND="${DEPEND}"
69
70 python_test() {
71 esetup.py test --quiet
72 }