Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyflakes/
Date: Tue, 26 May 2020 20:43:27
Message-Id: 1590525707.c72e2aefcc3629670a1fe368d404212358b8ded9.mattst88@gentoo
1 commit: c72e2aefcc3629670a1fe368d404212358b8ded9
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Thu May 14 12:28:53 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue May 26 20:41:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c72e2aef
7
8 dev-python/pyflakes: version bump
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 dev-python/pyflakes/Manifest | 1 +
15 dev-python/pyflakes/pyflakes-2.2.0.ebuild | 19 +++++++++++++++++++
16 2 files changed, 20 insertions(+)
17
18 diff --git a/dev-python/pyflakes/Manifest b/dev-python/pyflakes/Manifest
19 index 409aea85cb9..743563948f6 100644
20 --- a/dev-python/pyflakes/Manifest
21 +++ b/dev-python/pyflakes/Manifest
22 @@ -1 +1,2 @@
23 DIST pyflakes-2.1.1.tar.gz 58072 BLAKE2B 68dccddae2a9dc77f2d1f1251c80e2552935281b6b79e55fd2a0805cb30bf5e1c227b60a7e1f55f5f92ac42dfd18a69eb0b76ce06f43ac1c48dde3921817a271 SHA512 7ebf5843b38146305c1063e070480fea8ec3b47fa1be546b1fafaeb242a688a5a001f978e7257fd71d5905b9a338b466ef17c7330725191587e9c40ba632c3f8
24 +DIST pyflakes-2.2.0.tar.gz 65307 BLAKE2B e48e0cb0497f90b6482c0fd08c182d766ab50755fe348352df510841f4ad43f7c1d6486753ce774603a3624f49c9b0165ad930bb1451ef30cf2e828d732e0652 SHA512 6a411efef261874c216b71bcb095412448a8cbeefdf7fa5577d4f4edd48a4a740a4433665e87e5dda2c08fd9ee3bfb7f134f56c7523e1303243edfa92b0ccb35
25
26 diff --git a/dev-python/pyflakes/pyflakes-2.2.0.ebuild b/dev-python/pyflakes/pyflakes-2.2.0.ebuild
27 new file mode 100644
28 index 00000000000..cc7b91a291f
29 --- /dev/null
30 +++ b/dev-python/pyflakes/pyflakes-2.2.0.ebuild
31 @@ -0,0 +1,19 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Passive checker for Python programs"
41 +HOMEPAGE="https://github.com/PyCQA/pyflakes https://pypi.org/project/pyflakes/"
42 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="MIT"
45 +SLOT="0"
46 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
47 +
48 +RDEPEND="${BDEPEND}"
49 +
50 +distutils_enable_tests unittest