Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyflakes/
Date: Wed, 22 Jun 2022 18:22:45
Message-Id: 1655922156.69acd702dc7d625eb7909078ac483ebc4cc408a5.arthurzam@gentoo
1 commit: 69acd702dc7d625eb7909078ac483ebc4cc408a5
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 22 18:22:36 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 22 18:22:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69acd702
7
8 dev-python/pyflakes: drop 2.4.0
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/pyflakes/pyflakes-2.4.0.ebuild | 17 -----------------
13 1 file changed, 17 deletions(-)
14
15 diff --git a/dev-python/pyflakes/pyflakes-2.4.0.ebuild b/dev-python/pyflakes/pyflakes-2.4.0.ebuild
16 deleted file mode 100644
17 index 5a223a9a3f6f..000000000000
18 --- a/dev-python/pyflakes/pyflakes-2.4.0.ebuild
19 +++ /dev/null
20 @@ -1,17 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -PYTHON_COMPAT=( pypy3 python3_{8..11} )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Passive checker for Python programs"
30 -HOMEPAGE="https://github.com/PyCQA/pyflakes https://pypi.org/project/pyflakes/"
31 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="MIT"
34 -SLOT="0"
35 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
36 -
37 -distutils_enable_tests unittest