Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/
Date: Wed, 07 Sep 2022 05:08:23
Message-Id: 1662527214.cd33690dc88aa84ee9bae58b55812f123c57b95b.mgorny@gentoo
1 commit: cd33690dc88aa84ee9bae58b55812f123c57b95b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 7 05:06:54 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 05:06:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd33690d
7
8 dev-python/flake8: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/flake8/Manifest | 3 ---
13 dev-python/flake8/flake8-5.0.1.ebuild | 49 -----------------------------------
14 dev-python/flake8/flake8-5.0.2.ebuild | 49 -----------------------------------
15 dev-python/flake8/flake8-5.0.3.ebuild | 49 -----------------------------------
16 4 files changed, 150 deletions(-)
17
18 diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
19 index 634c208f8c8b..d3381e630c3a 100644
20 --- a/dev-python/flake8/Manifest
21 +++ b/dev-python/flake8/Manifest
22 @@ -1,5 +1,2 @@
23 DIST flake8-4.0.1.tar.gz 154905 BLAKE2B b93fea36236881da595ae924b056686e0cd35d2466c1858e3ee83262922df8bc38cf5cd40a910980d287d048572dc94eb8d7c8ee4b11ebd1b4a474dfca02490c SHA512 0bdbf0218ce893df1c3e61f51cd3f371a5c72bb49ef78fec39548b1684e49b024e91cf4e3dcea60ba1efc08727985ef485814c372461e062ff4f810da99a1796
24 -DIST flake8-5.0.1.gh.tar.gz 145559 BLAKE2B 27c49d0e30696be086a68382235611fccf978edbd73fff0b41cd285eb6443bc183f12d54337777d07348951a6e1775793608be567149fecdfcd40cb75e879fcd SHA512 63e91269c9cad7d5807a5b6cc6dfe5fc1db6353fe28bbb6b3459e9a7ee3140db2a40c202d5964acc69546af386d4f0ea5132cbcc60d07f179960249827062440
25 -DIST flake8-5.0.2.gh.tar.gz 145812 BLAKE2B 64ebbeebf8aa2dc4dca2e14cb09965cfa86f6a5353f5ff78cb0cb2a8e60cd05d041e3d1e1668a1f9c143030bb62ca6d8d17d8b084a2e56175843460cf0bfe78c SHA512 0d1ba9bff706060bd9d5ad0f230c7a4d8a2b70f30907c8a78222d54b0f099f77b7a48e5658251cb862d0894a45e230b058bf50ba324ea1d4ddcdf1336c343cb6
26 -DIST flake8-5.0.3.gh.tar.gz 145956 BLAKE2B c6a54c67962bad905827600632f08b73c34c42ffe4f4242b9448b222ef0d1339d9e68174bcb17a8b85f357783e847c3171f963f7d21d9d2014af02c4a5e5856d SHA512 db2ce4a2bbbcc97c3a79dbf64e299ef2853470ace99dceae0dd63a5f58603531af2d4afe3f3db76ac483bb5c8884bfbaf15ba4c9e61f6b507634cbff83dcbb47
27 DIST flake8-5.0.4.gh.tar.gz 146207 BLAKE2B c99ec0977948e98ca62106737509f7901b15871894f08c1dc82a4dfdf7567bc85eaca5918600fc42d0c82de612644df1b587e8a7c84fbe040d1402c3513e1855 SHA512 2e9f8bf2bbca1ab0b7cb0bc6aee53f7e12288194a80a8be915478061fd76adb8d270ee50383b45beb9d4dd1ee806f104e7bbf29f69b23a7cd88ee0902ff3e965
28
29 diff --git a/dev-python/flake8/flake8-5.0.1.ebuild b/dev-python/flake8/flake8-5.0.1.ebuild
30 deleted file mode 100644
31 index 37823287f388..000000000000
32 --- a/dev-python/flake8/flake8-5.0.1.ebuild
33 +++ /dev/null
34 @@ -1,49 +0,0 @@
35 -# Copyright 1999-2022 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=8
39 -
40 -DISTUTILS_USE_PEP517=setuptools
41 -PYTHON_COMPAT=( pypy3 python3_{8..11} )
42 -
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
46 -HOMEPAGE="
47 - https://github.com/pycqa/flake8/
48 - https://pypi.org/project/flake8/
49 -"
50 -SRC_URI="
51 - https://github.com/PyCQA/flake8/archive/${PV}.tar.gz
52 - -> ${P}.gh.tar.gz
53 -"
54 -
55 -LICENSE="MIT"
56 -SLOT="0"
57 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
58 -
59 -# requires.txt inc. mccabe however that creates a circular dep
60 -RDEPEND="
61 - >=dev-python/pyflakes-2.5.0[${PYTHON_USEDEP}]
62 - <dev-python/pyflakes-2.6.0[${PYTHON_USEDEP}]
63 - >=dev-python/pycodestyle-2.9.0[${PYTHON_USEDEP}]
64 - <dev-python/pycodestyle-2.10.0[${PYTHON_USEDEP}]
65 -"
66 -PDEPEND="
67 - >=dev-python/mccabe-0.7.0[${PYTHON_USEDEP}]
68 - <dev-python/mccabe-0.8.0[${PYTHON_USEDEP}]
69 -"
70 -BDEPEND="
71 - ${RDEPEND}
72 - test? (
73 - ${PDEPEND}
74 - )
75 -"
76 -
77 -distutils_enable_sphinx docs/source dev-python/sphinx-prompt dev-python/sphinx_rtd_theme
78 -distutils_enable_tests pytest
79 -
80 -EPYTEST_DESELECT=(
81 - # fails if additional flake8 plugins are installed
82 - tests/integration/test_plugins.py::test_local_plugin_can_add_option
83 -)
84
85 diff --git a/dev-python/flake8/flake8-5.0.2.ebuild b/dev-python/flake8/flake8-5.0.2.ebuild
86 deleted file mode 100644
87 index 37823287f388..000000000000
88 --- a/dev-python/flake8/flake8-5.0.2.ebuild
89 +++ /dev/null
90 @@ -1,49 +0,0 @@
91 -# Copyright 1999-2022 Gentoo Authors
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=8
95 -
96 -DISTUTILS_USE_PEP517=setuptools
97 -PYTHON_COMPAT=( pypy3 python3_{8..11} )
98 -
99 -inherit distutils-r1
100 -
101 -DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
102 -HOMEPAGE="
103 - https://github.com/pycqa/flake8/
104 - https://pypi.org/project/flake8/
105 -"
106 -SRC_URI="
107 - https://github.com/PyCQA/flake8/archive/${PV}.tar.gz
108 - -> ${P}.gh.tar.gz
109 -"
110 -
111 -LICENSE="MIT"
112 -SLOT="0"
113 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
114 -
115 -# requires.txt inc. mccabe however that creates a circular dep
116 -RDEPEND="
117 - >=dev-python/pyflakes-2.5.0[${PYTHON_USEDEP}]
118 - <dev-python/pyflakes-2.6.0[${PYTHON_USEDEP}]
119 - >=dev-python/pycodestyle-2.9.0[${PYTHON_USEDEP}]
120 - <dev-python/pycodestyle-2.10.0[${PYTHON_USEDEP}]
121 -"
122 -PDEPEND="
123 - >=dev-python/mccabe-0.7.0[${PYTHON_USEDEP}]
124 - <dev-python/mccabe-0.8.0[${PYTHON_USEDEP}]
125 -"
126 -BDEPEND="
127 - ${RDEPEND}
128 - test? (
129 - ${PDEPEND}
130 - )
131 -"
132 -
133 -distutils_enable_sphinx docs/source dev-python/sphinx-prompt dev-python/sphinx_rtd_theme
134 -distutils_enable_tests pytest
135 -
136 -EPYTEST_DESELECT=(
137 - # fails if additional flake8 plugins are installed
138 - tests/integration/test_plugins.py::test_local_plugin_can_add_option
139 -)
140
141 diff --git a/dev-python/flake8/flake8-5.0.3.ebuild b/dev-python/flake8/flake8-5.0.3.ebuild
142 deleted file mode 100644
143 index 37823287f388..000000000000
144 --- a/dev-python/flake8/flake8-5.0.3.ebuild
145 +++ /dev/null
146 @@ -1,49 +0,0 @@
147 -# Copyright 1999-2022 Gentoo Authors
148 -# Distributed under the terms of the GNU General Public License v2
149 -
150 -EAPI=8
151 -
152 -DISTUTILS_USE_PEP517=setuptools
153 -PYTHON_COMPAT=( pypy3 python3_{8..11} )
154 -
155 -inherit distutils-r1
156 -
157 -DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
158 -HOMEPAGE="
159 - https://github.com/pycqa/flake8/
160 - https://pypi.org/project/flake8/
161 -"
162 -SRC_URI="
163 - https://github.com/PyCQA/flake8/archive/${PV}.tar.gz
164 - -> ${P}.gh.tar.gz
165 -"
166 -
167 -LICENSE="MIT"
168 -SLOT="0"
169 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
170 -
171 -# requires.txt inc. mccabe however that creates a circular dep
172 -RDEPEND="
173 - >=dev-python/pyflakes-2.5.0[${PYTHON_USEDEP}]
174 - <dev-python/pyflakes-2.6.0[${PYTHON_USEDEP}]
175 - >=dev-python/pycodestyle-2.9.0[${PYTHON_USEDEP}]
176 - <dev-python/pycodestyle-2.10.0[${PYTHON_USEDEP}]
177 -"
178 -PDEPEND="
179 - >=dev-python/mccabe-0.7.0[${PYTHON_USEDEP}]
180 - <dev-python/mccabe-0.8.0[${PYTHON_USEDEP}]
181 -"
182 -BDEPEND="
183 - ${RDEPEND}
184 - test? (
185 - ${PDEPEND}
186 - )
187 -"
188 -
189 -distutils_enable_sphinx docs/source dev-python/sphinx-prompt dev-python/sphinx_rtd_theme
190 -distutils_enable_tests pytest
191 -
192 -EPYTEST_DESELECT=(
193 - # fails if additional flake8 plugins are installed
194 - tests/integration/test_plugins.py::test_local_plugin_can_add_option
195 -)