[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2025-07-05 Thread Michał Górny
commit: 75f40748963a824a6b5b34e47b90846d551c8316
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  5 08:49:54 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  5 08:49:54 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75f40748

dev-python/flake8: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/Manifest|  1 -
 dev-python/flake8/flake8-7.2.0.ebuild | 62 ---
 2 files changed, 63 deletions(-)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index 866eb142f1f6..75bef65528cd 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1,2 +1 @@
-DIST flake8-7.2.0.gh.tar.gz 139186 BLAKE2B 
6ff405b575a1b963dfe46ce487626813be80ef981e1cef3ff81f7068e4485b8ba91a783da9ea235e24b07bc309ad0b6cdfd7bddc85bafbaa0770cbfcaa257e18
 SHA512 
8478b463aa84cdfb8144fb20db03116593e21cc4ec7dee2b87ac7edcb67cb00ae181a51117c885363f1050a83db5a91a65d52c3d8d80affb0a5e526e56792f26
 DIST flake8-7.3.0.gh.tar.gz 139555 BLAKE2B 
342aab4e70c5f03bbd17336f8717815eb5bd0e9a9992cde1e4266faba36bc388ae104295acea7bc89a003bf52152ae93eec4bff91cebc52ac1f8251d32a2f083
 SHA512 
46e843fc6c3fae0e3b2cd5de09af4131ccdd2c0d7b09fe4942203d065e8625a0f95a3e6cbb89cc94bdb2925c1bd87ec8ba56211a9d695045fb64de91056236d8

diff --git a/dev-python/flake8/flake8-7.2.0.ebuild 
b/dev-python/flake8/flake8-7.2.0.ebuild
deleted file mode 100644
index 15949f25f4d6..
--- a/dev-python/flake8/flake8-7.2.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
-HOMEPAGE="
-   https://github.com/PyCQA/flake8/
-   https://pypi.org/project/flake8/
-"
-SRC_URI="
-   https://github.com/PyCQA/flake8/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-   =dev-python/pyflakes-3.3*[${PYTHON_USEDEP}]
-   =dev-python/pycodestyle-2.13*[${PYTHON_USEDEP}]
-"
-PDEPEND="
-   =dev-python/mccabe-0.7*[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? (
-   ${PDEPEND}
-   )
-"
-
-distutils_enable_sphinx docs/source \
-   dev-python/sphinx-prompt \
-   dev-python/sphinx-rtd-theme
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # fails if additional flake8 plugins are installed
-   
tests/integration/test_plugins.py::test_local_plugin_can_add_option
-   )
-   case ${EPYTHON} in
-   pypy3*)
-   EPYTEST_DESELECT+=(
-   # problem with pypy3.10 in dev-python/pyflakes
-   # https://github.com/PyCQA/pyflakes/issues/779
-   
tests/integration/test_main.py::test_malformed_per_file_ignores_error
-   
tests/integration/test_main.py::test_tokenization_error_but_not_syntax_error
-   
tests/integration/test_main.py::test_tokenization_error_is_a_syntax_error
-   )
-   ;;
-   esac
-
-   epytest
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2025-07-05 Thread Sam James
commit: fa71e0418a24019eeb08d48af63e5cd3624eb0ac
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  5 08:48:43 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  5 08:48:50 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa71e041

dev-python/flake8: Stabilize 7.3.0 ALLARCHES, #959528

Signed-off-by: Sam James  gentoo.org>

 dev-python/flake8/flake8-7.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-7.3.0.ebuild 
b/dev-python/flake8/flake8-7.3.0.ebuild
index 0dfa364182ce..18d1fbf0d3cf 100644
--- a/dev-python/flake8/flake8-7.3.0.ebuild
+++ b/dev-python/flake8/flake8-7.3.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
=dev-python/pyflakes-3.4*[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2025-06-20 Thread Michał Górny
commit: f56418897c0480d05a69af529e1f0eeff91978fb
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 21 04:48:51 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 21 04:48:51 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5641889

dev-python/flake8: Bump to 7.3.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/Manifest|  1 +
 dev-python/flake8/flake8-7.3.0.ebuild | 65 +++
 2 files changed, 66 insertions(+)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index 831e612c05fe..866eb142f1f6 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1 +1,2 @@
 DIST flake8-7.2.0.gh.tar.gz 139186 BLAKE2B 
6ff405b575a1b963dfe46ce487626813be80ef981e1cef3ff81f7068e4485b8ba91a783da9ea235e24b07bc309ad0b6cdfd7bddc85bafbaa0770cbfcaa257e18
 SHA512 
8478b463aa84cdfb8144fb20db03116593e21cc4ec7dee2b87ac7edcb67cb00ae181a51117c885363f1050a83db5a91a65d52c3d8d80affb0a5e526e56792f26
+DIST flake8-7.3.0.gh.tar.gz 139555 BLAKE2B 
342aab4e70c5f03bbd17336f8717815eb5bd0e9a9992cde1e4266faba36bc388ae104295acea7bc89a003bf52152ae93eec4bff91cebc52ac1f8251d32a2f083
 SHA512 
46e843fc6c3fae0e3b2cd5de09af4131ccdd2c0d7b09fe4942203d065e8625a0f95a3e6cbb89cc94bdb2925c1bd87ec8ba56211a9d695045fb64de91056236d8

diff --git a/dev-python/flake8/flake8-7.3.0.ebuild 
b/dev-python/flake8/flake8-7.3.0.ebuild
new file mode 100644
index ..0dfa364182ce
--- /dev/null
+++ b/dev-python/flake8/flake8-7.3.0.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
+HOMEPAGE="
+   https://github.com/PyCQA/flake8/
+   https://pypi.org/project/flake8/
+"
+SRC_URI="
+   https://github.com/PyCQA/flake8/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   =dev-python/pyflakes-3.4*[${PYTHON_USEDEP}]
+   =dev-python/pycodestyle-2.14*[${PYTHON_USEDEP}]
+"
+PDEPEND="
+   =dev-python/mccabe-0.7*[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? (
+   ${PDEPEND}
+   )
+"
+
+distutils_enable_sphinx docs/source \
+   dev-python/sphinx-prompt \
+   dev-python/sphinx-rtd-theme
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # fails if additional flake8 plugins are installed
+   
tests/integration/test_plugins.py::test_local_plugin_can_add_option
+   )
+   case ${EPYTHON} in
+   pypy3*)
+   EPYTEST_DESELECT+=(
+   # problem from pyflakes:
+   # upstream aims only to support long dead 
pypy3.9
+   # https://github.com/PyCQA/pyflakes/issues/779
+   # https://github.com/PyCQA/pyflakes/pull/802
+   # https://github.com/PyCQA/pyflakes/issues/828
+   
tests/integration/test_main.py::test_malformed_per_file_ignores_error
+   
tests/integration/test_main.py::test_tokenization_error_but_not_syntax_error
+   
tests/integration/test_main.py::test_tokenization_error_is_a_syntax_error
+   )
+   ;;
+   esac
+
+   epytest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2025-04-19 Thread Michał Górny
commit: edce8b2cdc5ea7b043bea1b77df29df723cdb95e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 19 13:59:57 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 19 14:55:50 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edce8b2c

dev-python/flake8: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/Manifest|  1 -
 dev-python/flake8/flake8-7.1.2.ebuild | 62 ---
 2 files changed, 63 deletions(-)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index 313e17422cc0..831e612c05fe 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1,2 +1 @@
-DIST flake8-7.1.2.gh.tar.gz 139099 BLAKE2B 
4236a533cbaaa91c4c407af02890189ca65b7ebfe3af711df2cdba02e5a28963fc3622e0a0a41190168f3cd827ccb8fed4561cdcf352642f2660ec361657a43c
 SHA512 
da90d07d45690efa48ed6fcfaabdf08b5bf600783fa0f22b59f77bc560b81d3e0c8203c8fe92bd0b133f40fccd919d68c65cab9a266ea6f5bd45576b3837
 DIST flake8-7.2.0.gh.tar.gz 139186 BLAKE2B 
6ff405b575a1b963dfe46ce487626813be80ef981e1cef3ff81f7068e4485b8ba91a783da9ea235e24b07bc309ad0b6cdfd7bddc85bafbaa0770cbfcaa257e18
 SHA512 
8478b463aa84cdfb8144fb20db03116593e21cc4ec7dee2b87ac7edcb67cb00ae181a51117c885363f1050a83db5a91a65d52c3d8d80affb0a5e526e56792f26

diff --git a/dev-python/flake8/flake8-7.1.2.ebuild 
b/dev-python/flake8/flake8-7.1.2.ebuild
deleted file mode 100644
index 8949353190b3..
--- a/dev-python/flake8/flake8-7.1.2.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
-HOMEPAGE="
-   https://github.com/PyCQA/flake8/
-   https://pypi.org/project/flake8/
-"
-SRC_URI="
-   https://github.com/PyCQA/flake8/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-   =dev-python/pyflakes-3.2*[${PYTHON_USEDEP}]
-   =dev-python/pycodestyle-2.12*[${PYTHON_USEDEP}]
-"
-PDEPEND="
-   =dev-python/mccabe-0.7*[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? (
-   ${PDEPEND}
-   )
-"
-
-distutils_enable_sphinx docs/source \
-   dev-python/sphinx-prompt \
-   dev-python/sphinx-rtd-theme
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # fails if additional flake8 plugins are installed
-   
tests/integration/test_plugins.py::test_local_plugin_can_add_option
-   )
-   case ${EPYTHON} in
-   pypy3*)
-   EPYTEST_DESELECT+=(
-   # problem with pypy3.10 in dev-python/pyflakes
-   # https://github.com/PyCQA/pyflakes/issues/779
-   
tests/integration/test_main.py::test_malformed_per_file_ignores_error
-   
tests/integration/test_main.py::test_tokenization_error_but_not_syntax_error
-   
tests/integration/test_main.py::test_tokenization_error_is_a_syntax_error
-   )
-   ;;
-   esac
-
-   epytest
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2025-03-29 Thread Michał Górny
commit: 2fa6bb4f44acd45eb67b6c87dd9f8fde7081b893
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 30 02:09:07 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 30 02:37:39 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa6bb4f

dev-python/flake8: Bump to 7.2.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/Manifest|  1 +
 dev-python/flake8/flake8-7.2.0.ebuild | 62 +++
 2 files changed, 63 insertions(+)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index d18dc67a0d58..313e17422cc0 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1 +1,2 @@
 DIST flake8-7.1.2.gh.tar.gz 139099 BLAKE2B 
4236a533cbaaa91c4c407af02890189ca65b7ebfe3af711df2cdba02e5a28963fc3622e0a0a41190168f3cd827ccb8fed4561cdcf352642f2660ec361657a43c
 SHA512 
da90d07d45690efa48ed6fcfaabdf08b5bf600783fa0f22b59f77bc560b81d3e0c8203c8fe92bd0b133f40fccd919d68c65cab9a266ea6f5bd45576b3837
+DIST flake8-7.2.0.gh.tar.gz 139186 BLAKE2B 
6ff405b575a1b963dfe46ce487626813be80ef981e1cef3ff81f7068e4485b8ba91a783da9ea235e24b07bc309ad0b6cdfd7bddc85bafbaa0770cbfcaa257e18
 SHA512 
8478b463aa84cdfb8144fb20db03116593e21cc4ec7dee2b87ac7edcb67cb00ae181a51117c885363f1050a83db5a91a65d52c3d8d80affb0a5e526e56792f26

diff --git a/dev-python/flake8/flake8-7.2.0.ebuild 
b/dev-python/flake8/flake8-7.2.0.ebuild
new file mode 100644
index ..663c04731b0f
--- /dev/null
+++ b/dev-python/flake8/flake8-7.2.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
+HOMEPAGE="
+   https://github.com/PyCQA/flake8/
+   https://pypi.org/project/flake8/
+"
+SRC_URI="
+   https://github.com/PyCQA/flake8/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   =dev-python/pyflakes-3.3*[${PYTHON_USEDEP}]
+   =dev-python/pycodestyle-2.13*[${PYTHON_USEDEP}]
+"
+PDEPEND="
+   =dev-python/mccabe-0.7*[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? (
+   ${PDEPEND}
+   )
+"
+
+distutils_enable_sphinx docs/source \
+   dev-python/sphinx-prompt \
+   dev-python/sphinx-rtd-theme
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # fails if additional flake8 plugins are installed
+   
tests/integration/test_plugins.py::test_local_plugin_can_add_option
+   )
+   case ${EPYTHON} in
+   pypy3*)
+   EPYTEST_DESELECT+=(
+   # problem with pypy3.10 in dev-python/pyflakes
+   # https://github.com/PyCQA/pyflakes/issues/779
+   
tests/integration/test_main.py::test_malformed_per_file_ignores_error
+   
tests/integration/test_main.py::test_tokenization_error_but_not_syntax_error
+   
tests/integration/test_main.py::test_tokenization_error_is_a_syntax_error
+   )
+   ;;
+   esac
+
+   epytest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2025-03-22 Thread Michał Górny
commit: 1c783d56baa14e36cd6a4ab48145791f9c34d75a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 22 11:29:15 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 22 11:29:15 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c783d56

dev-python/flake8: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/Manifest|  1 -
 dev-python/flake8/flake8-7.1.1.ebuild | 60 ---
 2 files changed, 61 deletions(-)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index 88d38f210a79..d18dc67a0d58 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1,2 +1 @@
-DIST flake8-7.1.1.gh.tar.gz 138915 BLAKE2B 
5c00c4a95f0757f7d3716270ca1de91580cb1731c700227d563c08798981c124c5789f40a5965ad49450a77601ab9638d04cb32ef9c13418720c4123ba2a7932
 SHA512 
310457e3c701f746d812cc76664bcb79c7cbc320af9d757ebbc13c847f2c3864770d9b945694b4b6abb773ae636e19175222c3dab74d34559beaa7835f1d9931
 DIST flake8-7.1.2.gh.tar.gz 139099 BLAKE2B 
4236a533cbaaa91c4c407af02890189ca65b7ebfe3af711df2cdba02e5a28963fc3622e0a0a41190168f3cd827ccb8fed4561cdcf352642f2660ec361657a43c
 SHA512 
da90d07d45690efa48ed6fcfaabdf08b5bf600783fa0f22b59f77bc560b81d3e0c8203c8fe92bd0b133f40fccd919d68c65cab9a266ea6f5bd45576b3837

diff --git a/dev-python/flake8/flake8-7.1.1.ebuild 
b/dev-python/flake8/flake8-7.1.1.ebuild
deleted file mode 100644
index 20136a2b6300..
--- a/dev-python/flake8/flake8-7.1.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
-HOMEPAGE="
-   https://github.com/PyCQA/flake8/
-   https://pypi.org/project/flake8/
-"
-SRC_URI="
-   https://github.com/PyCQA/flake8/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-   =dev-python/pyflakes-3.2*[${PYTHON_USEDEP}]
-   =dev-python/pycodestyle-2.12*[${PYTHON_USEDEP}]
-"
-PDEPEND="
-   =dev-python/mccabe-0.7*[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? (
-   ${PDEPEND}
-   )
-"
-
-distutils_enable_sphinx docs/source \
-   dev-python/sphinx-prompt \
-   dev-python/sphinx-rtd-theme
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # fails if additional flake8 plugins are installed
-   
tests/integration/test_plugins.py::test_local_plugin_can_add_option
-   )
-   if [[ ${EPYTHON} == pypy3 ]]; then
-   EPYTEST_DESELECT+=(
-   # problem with pypy3.10 in dev-python/pyflakes
-   # https://github.com/PyCQA/pyflakes/issues/779
-   
tests/integration/test_main.py::test_malformed_per_file_ignores_error
-   
tests/integration/test_main.py::test_tokenization_error_but_not_syntax_error
-   
tests/integration/test_main.py::test_tokenization_error_is_a_syntax_error
-   )
-   fi
-
-   epytest
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2025-02-17 Thread Michał Górny
commit: d68b0f0ad01fd91b191cf02ff1fd5411bffba157
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 17 14:39:17 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 17 20:46:59 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d68b0f0a

dev-python/flake8: Bump to 7.1.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/Manifest|  1 +
 dev-python/flake8/flake8-7.1.2.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index 520aaf1979ca..88d38f210a79 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1 +1,2 @@
 DIST flake8-7.1.1.gh.tar.gz 138915 BLAKE2B 
5c00c4a95f0757f7d3716270ca1de91580cb1731c700227d563c08798981c124c5789f40a5965ad49450a77601ab9638d04cb32ef9c13418720c4123ba2a7932
 SHA512 
310457e3c701f746d812cc76664bcb79c7cbc320af9d757ebbc13c847f2c3864770d9b945694b4b6abb773ae636e19175222c3dab74d34559beaa7835f1d9931
+DIST flake8-7.1.2.gh.tar.gz 139099 BLAKE2B 
4236a533cbaaa91c4c407af02890189ca65b7ebfe3af711df2cdba02e5a28963fc3622e0a0a41190168f3cd827ccb8fed4561cdcf352642f2660ec361657a43c
 SHA512 
da90d07d45690efa48ed6fcfaabdf08b5bf600783fa0f22b59f77bc560b81d3e0c8203c8fe92bd0b133f40fccd919d68c65cab9a266ea6f5bd45576b3837

diff --git a/dev-python/flake8/flake8-7.1.2.ebuild 
b/dev-python/flake8/flake8-7.1.2.ebuild
new file mode 100644
index ..25cbc7ee4d1c
--- /dev/null
+++ b/dev-python/flake8/flake8-7.1.2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
+HOMEPAGE="
+   https://github.com/PyCQA/flake8/
+   https://pypi.org/project/flake8/
+"
+SRC_URI="
+   https://github.com/PyCQA/flake8/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   =dev-python/pyflakes-3.2*[${PYTHON_USEDEP}]
+   =dev-python/pycodestyle-2.12*[${PYTHON_USEDEP}]
+"
+PDEPEND="
+   =dev-python/mccabe-0.7*[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? (
+   ${PDEPEND}
+   )
+"
+
+distutils_enable_sphinx docs/source \
+   dev-python/sphinx-prompt \
+   dev-python/sphinx-rtd-theme
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # fails if additional flake8 plugins are installed
+   
tests/integration/test_plugins.py::test_local_plugin_can_add_option
+   )
+   if [[ ${EPYTHON} == pypy3 ]]; then
+   EPYTEST_DESELECT+=(
+   # problem with pypy3.10 in dev-python/pyflakes
+   # https://github.com/PyCQA/pyflakes/issues/779
+   
tests/integration/test_main.py::test_malformed_per_file_ignores_error
+   
tests/integration/test_main.py::test_tokenization_error_but_not_syntax_error
+   
tests/integration/test_main.py::test_tokenization_error_is_a_syntax_error
+   )
+   fi
+
+   epytest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2024-08-24 Thread Sam James
commit: 866f7ec36bc208b2fa8281429c6951c6e6dc4fa3
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 24 08:09:51 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 24 08:09:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=866f7ec3

dev-python/flake8: Stabilize 7.1.1 ALLARCHES, #938403

Signed-off-by: Sam James  gentoo.org>

 dev-python/flake8/flake8-7.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-7.1.1.ebuild 
b/dev-python/flake8/flake8-7.1.1.ebuild
index da524270c22d..32744afd4140 100644
--- a/dev-python/flake8/flake8-7.1.1.ebuild
+++ b/dev-python/flake8/flake8-7.1.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
=dev-python/pyflakes-3.2*[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2024-08-05 Thread Michał Górny
commit: 0ad6509530bcc3463e3dec240a9625d833cc46ac
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug  5 04:31:51 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug  5 11:48:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ad65095

dev-python/flake8: Bump to 7.1.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/Manifest|  1 +
 dev-python/flake8/flake8-7.1.1.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index 0cf8d7634cc2..9d626586d654 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1 +1,2 @@
 DIST flake8-7.1.0.gh.tar.gz 138600 BLAKE2B 
df6781e676d4eccf296d5fc3d767643956799d1c99adccb32d0005951f0aca13b7e99ff7506f7026e9ed6c2dd78d5bdd02d9a25aaf64a1353097b8a9c02c5739
 SHA512 
0e970bdb0facff3a6e2ee33a74fe77ee1f7c80fbc517125df34d831ff897e222d0955d56fa9e9eedef83ccdc4e92aa7bbc583517d7b19a8cf1041790a225693a
+DIST flake8-7.1.1.gh.tar.gz 138915 BLAKE2B 
5c00c4a95f0757f7d3716270ca1de91580cb1731c700227d563c08798981c124c5789f40a5965ad49450a77601ab9638d04cb32ef9c13418720c4123ba2a7932
 SHA512 
310457e3c701f746d812cc76664bcb79c7cbc320af9d757ebbc13c847f2c3864770d9b945694b4b6abb773ae636e19175222c3dab74d34559beaa7835f1d9931

diff --git a/dev-python/flake8/flake8-7.1.1.ebuild 
b/dev-python/flake8/flake8-7.1.1.ebuild
new file mode 100644
index ..da524270c22d
--- /dev/null
+++ b/dev-python/flake8/flake8-7.1.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
+HOMEPAGE="
+   https://github.com/PyCQA/flake8/
+   https://pypi.org/project/flake8/
+"
+SRC_URI="
+   https://github.com/PyCQA/flake8/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   =dev-python/pyflakes-3.2*[${PYTHON_USEDEP}]
+   =dev-python/pycodestyle-2.12*[${PYTHON_USEDEP}]
+"
+PDEPEND="
+   =dev-python/mccabe-0.7*[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? (
+   ${PDEPEND}
+   )
+"
+
+distutils_enable_sphinx docs/source \
+   dev-python/sphinx-prompt \
+   dev-python/sphinx-rtd-theme
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # fails if additional flake8 plugins are installed
+   
tests/integration/test_plugins.py::test_local_plugin_can_add_option
+   )
+   if [[ ${EPYTHON} == pypy3 ]]; then
+   EPYTEST_DESELECT+=(
+   # problem with pypy3.10 in dev-python/pyflakes
+   # https://github.com/PyCQA/pyflakes/issues/779
+   
tests/integration/test_main.py::test_malformed_per_file_ignores_error
+   
tests/integration/test_main.py::test_tokenization_error_but_not_syntax_error
+   
tests/integration/test_main.py::test_tokenization_error_is_a_syntax_error
+   )
+   fi
+
+   epytest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2024-07-05 Thread Michał Górny
commit: c319d34de7bc3afee05c1589ce0a842a5a9383e6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  6 06:33:02 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  6 06:35:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c319d34d

dev-python/flake8: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/Manifest|  1 -
 dev-python/flake8/flake8-7.0.0.ebuild | 63 ---
 2 files changed, 64 deletions(-)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index 340fa3fdfb18..0cf8d7634cc2 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1,2 +1 @@
-DIST flake8-7.0.0.gh.tar.gz 138456 BLAKE2B 
faf0b54ede3c3184e12986fb9247f73a149a5fd9ebba90578aae8550d2749bcacdab1fa4699ea0b8d69309d0bd5c26dd5162c54a8f8eb33ed64009c919e147fe
 SHA512 
cebcd61d266c6d2f837178d0708217b471662e81dabaa911850883657307747180173c5f6cde11abc2b14381baecff9d6adeca2979bcb85be03a4a6ff57de2c4
 DIST flake8-7.1.0.gh.tar.gz 138600 BLAKE2B 
df6781e676d4eccf296d5fc3d767643956799d1c99adccb32d0005951f0aca13b7e99ff7506f7026e9ed6c2dd78d5bdd02d9a25aaf64a1353097b8a9c02c5739
 SHA512 
0e970bdb0facff3a6e2ee33a74fe77ee1f7c80fbc517125df34d831ff897e222d0955d56fa9e9eedef83ccdc4e92aa7bbc583517d7b19a8cf1041790a225693a

diff --git a/dev-python/flake8/flake8-7.0.0.ebuild 
b/dev-python/flake8/flake8-7.0.0.ebuild
deleted file mode 100644
index 3e197d89525d..
--- a/dev-python/flake8/flake8-7.0.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
-HOMEPAGE="
-   https://github.com/PyCQA/flake8/
-   https://pypi.org/project/flake8/
-"
-SRC_URI="
-   https://github.com/PyCQA/flake8/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-   =dev-python/pyflakes-3.2.0[${PYTHON_USEDEP}]
-   =dev-python/pycodestyle-2.11.0[${PYTHON_USEDEP}]
-"
-PDEPEND="
-   >=dev-python/mccabe-0.7.0[${PYTHON_USEDEP}]
-   https://github.com/PyCQA/pyflakes/issues/779
-   
tests/integration/test_main.py::test_malformed_per_file_ignores_error
-   
tests/integration/test_main.py::test_tokenization_error_but_not_syntax_error
-   
tests/integration/test_main.py::test_tokenization_error_is_a_syntax_error
-   )
-   fi
-
-   epytest
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2024-07-05 Thread Sam James
commit: ad5ef57231eb858f03bdb7b8b6a25061168febee
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  6 06:25:06 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  6 06:25:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad5ef572

dev-python/flake8: Stabilize 7.1.0 ALLARCHES, #935618

Signed-off-by: Sam James  gentoo.org>

 dev-python/flake8/flake8-7.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-7.1.0.ebuild 
b/dev-python/flake8/flake8-7.1.0.ebuild
index da524270c22d..32744afd4140 100644
--- a/dev-python/flake8/flake8-7.1.0.ebuild
+++ b/dev-python/flake8/flake8-7.1.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
=dev-python/pyflakes-3.2*[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2024-06-16 Thread Michał Górny
commit: 00550111a565b0e49fb78cd889fa81835e19c5a3
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 16 16:38:18 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 16 17:33:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00550111

dev-python/flake8: Enable py3.13

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/flake8-7.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-7.1.0.ebuild 
b/dev-python/flake8/flake8-7.1.0.ebuild
index 674c53d8ec7f..da524270c22d 100644
--- a/dev-python/flake8/flake8-7.1.0.ebuild
+++ b/dev-python/flake8/flake8-7.1.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2024-06-15 Thread Michał Górny
commit: 8bb379908ffa968df0f6ed4510ff8e451af52d43
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 16 05:09:04 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 16 05:09:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bb37990

dev-python/flake8: Bump to 7.1.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/Manifest|  1 +
 dev-python/flake8/flake8-7.1.0.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index d47e9feaa2a1..340fa3fdfb18 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1 +1,2 @@
 DIST flake8-7.0.0.gh.tar.gz 138456 BLAKE2B 
faf0b54ede3c3184e12986fb9247f73a149a5fd9ebba90578aae8550d2749bcacdab1fa4699ea0b8d69309d0bd5c26dd5162c54a8f8eb33ed64009c919e147fe
 SHA512 
cebcd61d266c6d2f837178d0708217b471662e81dabaa911850883657307747180173c5f6cde11abc2b14381baecff9d6adeca2979bcb85be03a4a6ff57de2c4
+DIST flake8-7.1.0.gh.tar.gz 138600 BLAKE2B 
df6781e676d4eccf296d5fc3d767643956799d1c99adccb32d0005951f0aca13b7e99ff7506f7026e9ed6c2dd78d5bdd02d9a25aaf64a1353097b8a9c02c5739
 SHA512 
0e970bdb0facff3a6e2ee33a74fe77ee1f7c80fbc517125df34d831ff897e222d0955d56fa9e9eedef83ccdc4e92aa7bbc583517d7b19a8cf1041790a225693a

diff --git a/dev-python/flake8/flake8-7.1.0.ebuild 
b/dev-python/flake8/flake8-7.1.0.ebuild
new file mode 100644
index ..674c53d8ec7f
--- /dev/null
+++ b/dev-python/flake8/flake8-7.1.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
+HOMEPAGE="
+   https://github.com/PyCQA/flake8/
+   https://pypi.org/project/flake8/
+"
+SRC_URI="
+   https://github.com/PyCQA/flake8/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   =dev-python/pyflakes-3.2*[${PYTHON_USEDEP}]
+   =dev-python/pycodestyle-2.12*[${PYTHON_USEDEP}]
+"
+PDEPEND="
+   =dev-python/mccabe-0.7*[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? (
+   ${PDEPEND}
+   )
+"
+
+distutils_enable_sphinx docs/source \
+   dev-python/sphinx-prompt \
+   dev-python/sphinx-rtd-theme
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # fails if additional flake8 plugins are installed
+   
tests/integration/test_plugins.py::test_local_plugin_can_add_option
+   )
+   if [[ ${EPYTHON} == pypy3 ]]; then
+   EPYTEST_DESELECT+=(
+   # problem with pypy3.10 in dev-python/pyflakes
+   # https://github.com/PyCQA/pyflakes/issues/779
+   
tests/integration/test_main.py::test_malformed_per_file_ignores_error
+   
tests/integration/test_main.py::test_tokenization_error_but_not_syntax_error
+   
tests/integration/test_main.py::test_tokenization_error_is_a_syntax_error
+   )
+   fi
+
+   epytest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2024-01-20 Thread Michał Górny
commit: 7f9066622971bb42459390ae694ccb5759baa723
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 20 19:48:50 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 20 20:00:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f906662

dev-python/flake8: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/Manifest|  1 -
 dev-python/flake8/flake8-6.1.0.ebuild | 63 ---
 2 files changed, 64 deletions(-)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index d5df34215395..d47e9feaa2a1 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1,2 +1 @@
-DIST flake8-6.1.0.gh.tar.gz 139267 BLAKE2B 
69210f4ebe5dd4b56425fca9289349820cc5dcee515f75cb855b095dc1a0a6ba380448f14fca19423940d853383576ddc665c5a7bd27f8aa96940ac410d8742b
 SHA512 
a44d245b023acbb89e64071f6cb76f5543e538472a8815fa329a3b3671133cc6f96f246d83877a2a9ac91c32ecdf65858f8edf996efba77906af74b1632b74c8
 DIST flake8-7.0.0.gh.tar.gz 138456 BLAKE2B 
faf0b54ede3c3184e12986fb9247f73a149a5fd9ebba90578aae8550d2749bcacdab1fa4699ea0b8d69309d0bd5c26dd5162c54a8f8eb33ed64009c919e147fe
 SHA512 
cebcd61d266c6d2f837178d0708217b471662e81dabaa911850883657307747180173c5f6cde11abc2b14381baecff9d6adeca2979bcb85be03a4a6ff57de2c4

diff --git a/dev-python/flake8/flake8-6.1.0.ebuild 
b/dev-python/flake8/flake8-6.1.0.ebuild
deleted file mode 100644
index 1d92666ad0fb..
--- a/dev-python/flake8/flake8-6.1.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
-HOMEPAGE="
-   https://github.com/PyCQA/flake8/
-   https://pypi.org/project/flake8/
-"
-SRC_URI="
-   https://github.com/PyCQA/flake8/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-   =dev-python/pyflakes-3.1.0[${PYTHON_USEDEP}]
-   =dev-python/pycodestyle-2.11.0[${PYTHON_USEDEP}]
-"
-PDEPEND="
-   >=dev-python/mccabe-0.7.0[${PYTHON_USEDEP}]
-   https://github.com/PyCQA/pyflakes/issues/779
-   
tests/integration/test_main.py::test_malformed_per_file_ignores_error
-   
tests/integration/test_main.py::test_tokenization_error_but_not_syntax_error
-   
tests/integration/test_main.py::test_tokenization_error_is_a_syntax_error
-   )
-   fi
-
-   epytest
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2024-01-20 Thread Arthur Zamarin
commit: a17e67a60736d20e60b2f776f2976834fb4f7c27
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 20 18:34:51 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 20 18:34:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a17e67a6

dev-python/flake8: Stabilize 7.0.0 ALLARCHES, #922559

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/flake8/flake8-7.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-7.0.0.ebuild 
b/dev-python/flake8/flake8-7.0.0.ebuild
index 7fdd6be6d8d4..3e197d89525d 100644
--- a/dev-python/flake8/flake8-7.0.0.ebuild
+++ b/dev-python/flake8/flake8-7.0.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="


[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2024-01-05 Thread Michał Górny
commit: fded8b2a12af0f6e7caabeba1077cf4ab4d259d1
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  5 11:07:25 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  5 11:25:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fded8b2a

dev-python/flake8: Bump to 7.0.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/Manifest|  1 +
 dev-python/flake8/flake8-7.0.0.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index ac02cee4e44c..d5df34215395 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1 +1,2 @@
 DIST flake8-6.1.0.gh.tar.gz 139267 BLAKE2B 
69210f4ebe5dd4b56425fca9289349820cc5dcee515f75cb855b095dc1a0a6ba380448f14fca19423940d853383576ddc665c5a7bd27f8aa96940ac410d8742b
 SHA512 
a44d245b023acbb89e64071f6cb76f5543e538472a8815fa329a3b3671133cc6f96f246d83877a2a9ac91c32ecdf65858f8edf996efba77906af74b1632b74c8
+DIST flake8-7.0.0.gh.tar.gz 138456 BLAKE2B 
faf0b54ede3c3184e12986fb9247f73a149a5fd9ebba90578aae8550d2749bcacdab1fa4699ea0b8d69309d0bd5c26dd5162c54a8f8eb33ed64009c919e147fe
 SHA512 
cebcd61d266c6d2f837178d0708217b471662e81dabaa911850883657307747180173c5f6cde11abc2b14381baecff9d6adeca2979bcb85be03a4a6ff57de2c4

diff --git a/dev-python/flake8/flake8-7.0.0.ebuild 
b/dev-python/flake8/flake8-7.0.0.ebuild
new file mode 100644
index ..7fdd6be6d8d4
--- /dev/null
+++ b/dev-python/flake8/flake8-7.0.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
+HOMEPAGE="
+   https://github.com/PyCQA/flake8/
+   https://pypi.org/project/flake8/
+"
+SRC_URI="
+   https://github.com/PyCQA/flake8/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   =dev-python/pyflakes-3.2.0[${PYTHON_USEDEP}]
+   =dev-python/pycodestyle-2.11.0[${PYTHON_USEDEP}]
+"
+PDEPEND="
+   >=dev-python/mccabe-0.7.0[${PYTHON_USEDEP}]
+   https://github.com/PyCQA/pyflakes/issues/779
+   
tests/integration/test_main.py::test_malformed_per_file_ignores_error
+   
tests/integration/test_main.py::test_tokenization_error_but_not_syntax_error
+   
tests/integration/test_main.py::test_tokenization_error_is_a_syntax_error
+   )
+   fi
+
+   epytest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8-polyfill/

2023-10-29 Thread Michał Górny
commit: 6128004ee0515467db3299cfef83a58acb69d0c1
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 29 19:45:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 29 19:52:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6128004e

dev-python/flake8-polyfill: Enable py3.12

Signed-off-by: Michał Górny  gentoo.org>

 .../flake8-polyfill/flake8-polyfill-1.0.2-r1.ebuild| 18 ++
 1 file changed, 14 insertions(+), 4 deletions(-)

diff --git a/dev-python/flake8-polyfill/flake8-polyfill-1.0.2-r1.ebuild 
b/dev-python/flake8-polyfill/flake8-polyfill-1.0.2-r1.ebuild
index a9585c884520..3157aedf6cf2 100644
--- a/dev-python/flake8-polyfill/flake8-polyfill-1.0.2-r1.ebuild
+++ b/dev-python/flake8-polyfill/flake8-polyfill-1.0.2-r1.ebuild
@@ -5,18 +5,28 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
+
 inherit distutils-r1 pypi
 
 DESCRIPTION="Polyfill package for Flake8 plugins"
-HOMEPAGE="https://gitlab.com/pycqa/flake8-polyfill";
+HOMEPAGE="
+   https://gitlab.com/pycqa/flake8-polyfill/
+   https://pypi.org/project/flake8-polyfill/
+"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]"
-BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
+RDEPEND="
+   dev-python/flake8[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2023-09-01 Thread Michał Górny
commit: 3c3d7fc1ba7070465283eb9be8fa9e714f1de31e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 02:52:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 02:52:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c3d7fc1

dev-python/flake8: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/Manifest|  1 -
 dev-python/flake8/flake8-6.0.0.ebuild | 48 ---
 2 files changed, 49 deletions(-)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index 1105e0a4a6ca..ac02cee4e44c 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1,2 +1 @@
-DIST flake8-6.0.0.gh.tar.gz 139138 BLAKE2B 
87590594a95f48a9e532ca545d4ae17a098cba81a7708066d63180b27e1cd0e0b648a2362d16b3818ef1b91cbe9ecf51810d45136fb42f188fc09083e9b31921
 SHA512 
27de4632332ee72bb5deedfcb7ea59e31a3e7fbfd6c165adf019b06cccaba51b776f4310219d8b27cf4894ed2597330fe9c0e381187353d4dc239f102eedd26a
 DIST flake8-6.1.0.gh.tar.gz 139267 BLAKE2B 
69210f4ebe5dd4b56425fca9289349820cc5dcee515f75cb855b095dc1a0a6ba380448f14fca19423940d853383576ddc665c5a7bd27f8aa96940ac410d8742b
 SHA512 
a44d245b023acbb89e64071f6cb76f5543e538472a8815fa329a3b3671133cc6f96f246d83877a2a9ac91c32ecdf65858f8edf996efba77906af74b1632b74c8

diff --git a/dev-python/flake8/flake8-6.0.0.ebuild 
b/dev-python/flake8/flake8-6.0.0.ebuild
deleted file mode 100644
index a44c78b61145..
--- a/dev-python/flake8/flake8-6.0.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
-HOMEPAGE="
-   https://github.com/PyCQA/flake8/
-   https://pypi.org/project/flake8/
-"
-SRC_URI="
-   https://github.com/PyCQA/flake8/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-   =dev-python/pyflakes-3.0.0[${PYTHON_USEDEP}]
-   =dev-python/pycodestyle-2.10.0[${PYTHON_USEDEP}]
-"
-PDEPEND="
-   >=dev-python/mccabe-0.7.0[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2023-09-01 Thread Arthur Zamarin
commit: 93406f19868f902ccfdcf81396bd3627a3f090d5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:26:08 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:26:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93406f19

dev-python/flake8: Stabilize 6.1.0 ALLARCHES, #913456

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/flake8/flake8-6.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-6.1.0.ebuild 
b/dev-python/flake8/flake8-6.1.0.ebuild
index bba7b6815ba8..1d92666ad0fb 100644
--- a/dev-python/flake8/flake8-6.1.0.ebuild
+++ b/dev-python/flake8/flake8-6.1.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="


[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2023-07-30 Thread Michał Górny
commit: cad0e7e966c9c975a34011c1a8ec3ca84136e1a7
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 30 18:33:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 30 18:34:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cad0e7e9

dev-python/flake8: Enable py3.12

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/flake8-6.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-6.1.0.ebuild 
b/dev-python/flake8/flake8-6.1.0.ebuild
index 2a55f96bbc9d..bba7b6815ba8 100644
--- a/dev-python/flake8/flake8-6.1.0.ebuild
+++ b/dev-python/flake8/flake8-6.1.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2023-07-30 Thread Michał Górny
commit: 3e0c518a07a9a95050becbf9332d38a7dacfd3bd
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 30 18:17:13 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 30 18:27:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e0c518a

dev-python/flake8: Bump to 6.1.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/Manifest|  1 +
 dev-python/flake8/flake8-6.1.0.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index 468a0ce739e2..1105e0a4a6ca 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1 +1,2 @@
 DIST flake8-6.0.0.gh.tar.gz 139138 BLAKE2B 
87590594a95f48a9e532ca545d4ae17a098cba81a7708066d63180b27e1cd0e0b648a2362d16b3818ef1b91cbe9ecf51810d45136fb42f188fc09083e9b31921
 SHA512 
27de4632332ee72bb5deedfcb7ea59e31a3e7fbfd6c165adf019b06cccaba51b776f4310219d8b27cf4894ed2597330fe9c0e381187353d4dc239f102eedd26a
+DIST flake8-6.1.0.gh.tar.gz 139267 BLAKE2B 
69210f4ebe5dd4b56425fca9289349820cc5dcee515f75cb855b095dc1a0a6ba380448f14fca19423940d853383576ddc665c5a7bd27f8aa96940ac410d8742b
 SHA512 
a44d245b023acbb89e64071f6cb76f5543e538472a8815fa329a3b3671133cc6f96f246d83877a2a9ac91c32ecdf65858f8edf996efba77906af74b1632b74c8

diff --git a/dev-python/flake8/flake8-6.1.0.ebuild 
b/dev-python/flake8/flake8-6.1.0.ebuild
new file mode 100644
index ..2a55f96bbc9d
--- /dev/null
+++ b/dev-python/flake8/flake8-6.1.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
+HOMEPAGE="
+   https://github.com/PyCQA/flake8/
+   https://pypi.org/project/flake8/
+"
+SRC_URI="
+   https://github.com/PyCQA/flake8/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   =dev-python/pyflakes-3.1.0[${PYTHON_USEDEP}]
+   =dev-python/pycodestyle-2.11.0[${PYTHON_USEDEP}]
+"
+PDEPEND="
+   >=dev-python/mccabe-0.7.0[${PYTHON_USEDEP}]
+   https://github.com/PyCQA/pyflakes/issues/779
+   
tests/integration/test_main.py::test_malformed_per_file_ignores_error
+   
tests/integration/test_main.py::test_tokenization_error_but_not_syntax_error
+   
tests/integration/test_main.py::test_tokenization_error_is_a_syntax_error
+   )
+   fi
+
+   epytest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8-polyfill/

2023-03-17 Thread Michał Górny
commit: a6afcf4605c507ca2c04a73d98737e4f4e164dda
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 11:58:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 15:20:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6afcf46

dev-python/flake8-polyfill: Use pypi.eclass

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8-polyfill/flake8-polyfill-1.0.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/flake8-polyfill/flake8-polyfill-1.0.2-r1.ebuild 
b/dev-python/flake8-polyfill/flake8-polyfill-1.0.2-r1.ebuild
index 63521ac44d55..a9585c884520 100644
--- a/dev-python/flake8-polyfill/flake8-polyfill-1.0.2-r1.ebuild
+++ b/dev-python/flake8-polyfill/flake8-polyfill-1.0.2-r1.ebuild
@@ -4,12 +4,12 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
 PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Polyfill package for Flake8 plugins"
 HOMEPAGE="https://gitlab.com/pycqa/flake8-polyfill";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/, dev-python/flake8/files/

2022-12-31 Thread Michał Górny
commit: c05d68deac41d0e67179fea72079f2b37b458126
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 31 10:54:18 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 31 10:55:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c05d68de

dev-python/flake8: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/Manifest |  2 -
 .../flake8/files/flake8-4.0.1-upgrade-mccabe.patch | 13 --
 dev-python/flake8/flake8-4.0.1-r2.ebuild   | 47 -
 dev-python/flake8/flake8-5.0.4.ebuild  | 49 --
 4 files changed, 111 deletions(-)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index 1b96b39d9102..468a0ce739e2 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1,3 +1 @@
-DIST flake8-4.0.1.tar.gz 154905 BLAKE2B 
b93fea36236881da595ae924b056686e0cd35d2466c1858e3ee83262922df8bc38cf5cd40a910980d287d048572dc94eb8d7c8ee4b11ebd1b4a474dfca02490c
 SHA512 
0bdbf0218ce893df1c3e61f51cd3f371a5c72bb49ef78fec39548b1684e49b024e91cf4e3dcea60ba1efc08727985ef485814c372461e062ff4f810da99a1796
-DIST flake8-5.0.4.gh.tar.gz 146207 BLAKE2B 
c99ec0977948e98ca62106737509f7901b15871894f08c1dc82a4dfdf7567bc85eaca5918600fc42d0c82de612644df1b587e8a7c84fbe040d1402c3513e1855
 SHA512 
2e9f8bf2bbca1ab0b7cb0bc6aee53f7e12288194a80a8be915478061fd76adb8d270ee50383b45beb9d4dd1ee806f104e7bbf29f69b23a7cd88ee0902ff3e965
 DIST flake8-6.0.0.gh.tar.gz 139138 BLAKE2B 
87590594a95f48a9e532ca545d4ae17a098cba81a7708066d63180b27e1cd0e0b648a2362d16b3818ef1b91cbe9ecf51810d45136fb42f188fc09083e9b31921
 SHA512 
27de4632332ee72bb5deedfcb7ea59e31a3e7fbfd6c165adf019b06cccaba51b776f4310219d8b27cf4894ed2597330fe9c0e381187353d4dc239f102eedd26a

diff --git a/dev-python/flake8/files/flake8-4.0.1-upgrade-mccabe.patch 
b/dev-python/flake8/files/flake8-4.0.1-upgrade-mccabe.patch
deleted file mode 100644
index 5dab4af913fe..
--- a/dev-python/flake8/files/flake8-4.0.1-upgrade-mccabe.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/setup.cfg b/setup.cfg
-index 9cbc9b3..732d6a2 100644
 a/setup.cfg
-+++ b/setup.cfg
-@@ -35,7 +35,7 @@ packages = find:
- package_dir = 
-   =src
- install_requires = 
--  mccabe>=0.6.0,<0.7.0
-+  mccabe>=0.7.0,<0.8.0
-   pycodestyle>=2.8.0,<2.9.0
-   pyflakes>=2.4.0,<2.5.0
-   importlib-metadata<4.3;python_version<"3.8"

diff --git a/dev-python/flake8/flake8-4.0.1-r2.ebuild 
b/dev-python/flake8/flake8-4.0.1-r2.ebuild
deleted file mode 100644
index 330b48a50e31..
--- a/dev-python/flake8/flake8-4.0.1-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{8..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
-HOMEPAGE="https://gitlab.com/pycqa/flake8 https://pypi.org/project/flake8/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
-
-# requires.txt inc. mccabe however that creates a circular dep
-RDEPEND="
-   >=dev-python/pyflakes-2.4.0[${PYTHON_USEDEP}]
-   =dev-python/pycodestyle-2.8.0[${PYTHON_USEDEP}]
-   https://github.com/pycqa/flake8/
-   https://pypi.org/project/flake8/
-"
-SRC_URI="
-   https://github.com/PyCQA/flake8/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
-
-# requires.txt inc. mccabe however that creates a circular dep
-RDEPEND="
-   >=dev-python/pyflakes-2.5.0[${PYTHON_USEDEP}]
-   =dev-python/pycodestyle-2.9.0[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2022-12-31 Thread Arthur Zamarin
commit: 378e963e96dc7fee9c975176bf6f2e20932d5fd4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 31 10:52:16 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 31 10:52:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=378e963e

dev-python/flake8: Stabilize 6.0.0 ALLARCHES, #889094

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/flake8/flake8-6.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-6.0.0.ebuild 
b/dev-python/flake8/flake8-6.0.0.ebuild
index 7223706d7eb8..af77f380c879 100644
--- a/dev-python/flake8/flake8-6.0.0.ebuild
+++ b/dev-python/flake8/flake8-6.0.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="


[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2022-11-30 Thread WANG Xuerui
commit: 969996799f7a56bc6640ef083742686e1803b424
Author: WANG Xuerui  gentoo  org>
AuthorDate: Wed Nov 30 09:57:50 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Nov 30 10:09:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96999679

dev-python/flake8: keyword 6.0.0 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-python/flake8/flake8-6.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-6.0.0.ebuild 
b/dev-python/flake8/flake8-6.0.0.ebuild
index 442be0193ccd..7223706d7eb8 100644
--- a/dev-python/flake8/flake8-6.0.0.ebuild
+++ b/dev-python/flake8/flake8-6.0.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
 
 RDEPEND="


[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2022-11-24 Thread Michał Górny
commit: ebfc5dfee0178e68e0aae5d7c00c1f9295c0e1fc
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 25 05:04:59 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 25 05:14:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebfc5dfe

dev-python/flake8: Bump to 6.0.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/Manifest|  1 +
 dev-python/flake8/flake8-6.0.0.ebuild | 48 +++
 dev-python/flake8/metadata.xml|  2 +-
 3 files changed, 50 insertions(+), 1 deletion(-)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index d3381e630c3a..1b96b39d9102 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1,2 +1,3 @@
 DIST flake8-4.0.1.tar.gz 154905 BLAKE2B 
b93fea36236881da595ae924b056686e0cd35d2466c1858e3ee83262922df8bc38cf5cd40a910980d287d048572dc94eb8d7c8ee4b11ebd1b4a474dfca02490c
 SHA512 
0bdbf0218ce893df1c3e61f51cd3f371a5c72bb49ef78fec39548b1684e49b024e91cf4e3dcea60ba1efc08727985ef485814c372461e062ff4f810da99a1796
 DIST flake8-5.0.4.gh.tar.gz 146207 BLAKE2B 
c99ec0977948e98ca62106737509f7901b15871894f08c1dc82a4dfdf7567bc85eaca5918600fc42d0c82de612644df1b587e8a7c84fbe040d1402c3513e1855
 SHA512 
2e9f8bf2bbca1ab0b7cb0bc6aee53f7e12288194a80a8be915478061fd76adb8d270ee50383b45beb9d4dd1ee806f104e7bbf29f69b23a7cd88ee0902ff3e965
+DIST flake8-6.0.0.gh.tar.gz 139138 BLAKE2B 
87590594a95f48a9e532ca545d4ae17a098cba81a7708066d63180b27e1cd0e0b648a2362d16b3818ef1b91cbe9ecf51810d45136fb42f188fc09083e9b31921
 SHA512 
27de4632332ee72bb5deedfcb7ea59e31a3e7fbfd6c165adf019b06cccaba51b776f4310219d8b27cf4894ed2597330fe9c0e381187353d4dc239f102eedd26a

diff --git a/dev-python/flake8/flake8-6.0.0.ebuild 
b/dev-python/flake8/flake8-6.0.0.ebuild
new file mode 100644
index ..442be0193ccd
--- /dev/null
+++ b/dev-python/flake8/flake8-6.0.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
+HOMEPAGE="
+   https://github.com/PyCQA/flake8/
+   https://pypi.org/project/flake8/
+"
+SRC_URI="
+   https://github.com/PyCQA/flake8/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   =dev-python/pyflakes-3.0.0[${PYTHON_USEDEP}]
+   =dev-python/pycodestyle-2.10.0[${PYTHON_USEDEP}]
+"
+PDEPEND="
+   >=dev-python/mccabe-0.7.0[${PYTHON_USEDEP}]
+   
   
 flake8
-pycqa/flake8
+PyCQA/flake8
   
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8-polyfill/

2022-11-13 Thread Michał Górny
commit: e65a8d7a193a6c3c19813f117a4ab95ab68a86ba
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 14 04:36:32 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 14 04:36:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e65a8d7a

dev-python/flake8-polyfill: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 .../flake8-polyfill/flake8-polyfill-1.0.2.ebuild   | 31 --
 1 file changed, 31 deletions(-)

diff --git a/dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild 
b/dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild
deleted file mode 100644
index 750f32742879..
--- a/dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-inherit distutils-r1
-
-DESCRIPTION="Polyfill package for Flake8 plugins"
-HOMEPAGE="https://gitlab.com/pycqa/flake8-polyfill";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]"
-BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-   # Get rid of the test that seems to test only the migration from
-   # pep8 to pycodestyle (bug 598918).
-   tests/test_stdin.py
-)
-
-src_prepare() {
-   sed -e 's|\[pytest\]|\[tool:pytest\]|' -i setup.cfg || die
-   distutils-r1_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8-polyfill/

2022-11-04 Thread Arthur Zamarin
commit: 5140974361132860b7a219a4f33eade07d1e092a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov  4 18:20:03 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov  4 18:20:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51409743

dev-python/flake8-polyfill: use pep517

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../flake8-polyfill-1.0.2-r1.ebuild| 32 ++
 1 file changed, 32 insertions(+)

diff --git a/dev-python/flake8-polyfill/flake8-polyfill-1.0.2-r1.ebuild 
b/dev-python/flake8-polyfill/flake8-polyfill-1.0.2-r1.ebuild
new file mode 100644
index ..43a2e3378dbd
--- /dev/null
+++ b/dev-python/flake8-polyfill/flake8-polyfill-1.0.2-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+inherit distutils-r1
+
+DESCRIPTION="Polyfill package for Flake8 plugins"
+HOMEPAGE="https://gitlab.com/pycqa/flake8-polyfill";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]"
+BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   # Get rid of the test that seems to test only the migration from
+   # pep8 to pycodestyle (bug 598918).
+   tests/test_stdin.py
+)
+
+src_prepare() {
+   sed -e 's|\[pytest\]|\[tool:pytest\]|' -i setup.cfg || die
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8-polyfill/

2022-11-04 Thread Arthur Zamarin
commit: a41f4aef8c02824d4e5fdf0b5db6695fc758ccee
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov  4 18:17:17 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov  4 18:17:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a41f4aef

dev-python/flake8-polyfill: enable py3.11

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild 
b/dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild
index e9866fde8326..750f32742879 100644
--- a/dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild
+++ b/dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 inherit distutils-r1
 
 DESCRIPTION="Polyfill package for Flake8 plugins"



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8-polyfill/

2022-11-04 Thread Arthur Zamarin
commit: a1d3ba2c9a07b2f2841cadd59a743572c8a96708
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov  4 18:15:41 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov  4 18:15:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1d3ba2c

dev-python/flake8-polyfill: add gitlab upstream metadata

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/flake8-polyfill/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/flake8-polyfill/metadata.xml 
b/dev-python/flake8-polyfill/metadata.xml
index a011ff124337..1e661ba0fbb8 100644
--- a/dev-python/flake8-polyfill/metadata.xml
+++ b/dev-python/flake8-polyfill/metadata.xml
@@ -7,5 +7,6 @@


flake8-polyfill
+   pycqa/flake8-polyfill

 



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2022-09-06 Thread Michał Górny
commit: cd33690dc88aa84ee9bae58b55812f123c57b95b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep  7 05:06:54 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep  7 05:06:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd33690d

dev-python/flake8: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/Manifest|  3 ---
 dev-python/flake8/flake8-5.0.1.ebuild | 49 ---
 dev-python/flake8/flake8-5.0.2.ebuild | 49 ---
 dev-python/flake8/flake8-5.0.3.ebuild | 49 ---
 4 files changed, 150 deletions(-)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index 634c208f8c8b..d3381e630c3a 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1,5 +1,2 @@
 DIST flake8-4.0.1.tar.gz 154905 BLAKE2B 
b93fea36236881da595ae924b056686e0cd35d2466c1858e3ee83262922df8bc38cf5cd40a910980d287d048572dc94eb8d7c8ee4b11ebd1b4a474dfca02490c
 SHA512 
0bdbf0218ce893df1c3e61f51cd3f371a5c72bb49ef78fec39548b1684e49b024e91cf4e3dcea60ba1efc08727985ef485814c372461e062ff4f810da99a1796
-DIST flake8-5.0.1.gh.tar.gz 145559 BLAKE2B 
27c49d0e30696be086a68382235611fccf978edbd73fff0b41cd285eb6443bc183f12d5433d07348951a6e1775793608be567149fecdfcd40cb75e879fcd
 SHA512 
63e91269c9cad7d5807a5b6cc6dfe5fc1db6353fe28bbb6b3459e9a7ee3140db2a40c202d5964acc69546af386d4f0ea5132cbcc60d07f179960249827062440
-DIST flake8-5.0.2.gh.tar.gz 145812 BLAKE2B 
64ebbeebf8aa2dc4dca2e14cb09965cfa86f6a5353f5ff78cb0cb2a8e60cd05d041e3d1e1668a1f9c143030bb62ca6d8d17d8b084a2e56175843460cf0bfe78c
 SHA512 
0d1ba9bff706060bd9d5ad0f230c7a4d8a2b70f30907c8a78222d54b0f099f77b7a48e5658251cb862d0894a45e230b058bf50ba324ea1d4ddcdf1336c343cb6
-DIST flake8-5.0.3.gh.tar.gz 145956 BLAKE2B 
c6a54c67962bad905827600632f08b73c34c42ffe4f4242b9448b222ef0d1339d9e68174bcb17a8b85f357783e847c3171f963f7d21d9d2014af02c4a5e5856d
 SHA512 
db2ce4a2bbbcc97c3a79dbf64e299ef2853470ace99dceae0dd63a5f58603531af2d4afe3f3db76ac483bb5c8884bfbaf15ba4c9e61f6b507634cbff83dcbb47
 DIST flake8-5.0.4.gh.tar.gz 146207 BLAKE2B 
c99ec0977948e98ca62106737509f7901b15871894f08c1dc82a4dfdf7567bc85eaca5918600fc42d0c82de612644df1b587e8a7c84fbe040d1402c3513e1855
 SHA512 
2e9f8bf2bbca1ab0b7cb0bc6aee53f7e12288194a80a8be915478061fd76adb8d270ee50383b45beb9d4dd1ee806f104e7bbf29f69b23a7cd88ee0902ff3e965

diff --git a/dev-python/flake8/flake8-5.0.1.ebuild 
b/dev-python/flake8/flake8-5.0.1.ebuild
deleted file mode 100644
index 37823287f388..
--- a/dev-python/flake8/flake8-5.0.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
-HOMEPAGE="
-   https://github.com/pycqa/flake8/
-   https://pypi.org/project/flake8/
-"
-SRC_URI="
-   https://github.com/PyCQA/flake8/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
-
-# requires.txt inc. mccabe however that creates a circular dep
-RDEPEND="
-   >=dev-python/pyflakes-2.5.0[${PYTHON_USEDEP}]
-   =dev-python/pycodestyle-2.9.0[${PYTHON_USEDEP}]
-   https://github.com/pycqa/flake8/
-   https://pypi.org/project/flake8/
-"
-SRC_URI="
-   https://github.com/PyCQA/flake8/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
-
-# requires.txt inc. mccabe however that creates a circular dep
-RDEPEND="
-   >=dev-python/pyflakes-2.5.0[${PYTHON_USEDEP}]
-   =dev-python/pycodestyle-2.9.0[${PYTHON_USEDEP}]
-   https://github.com/pycqa/flake8/
-   https://pypi.org/project/flake8/
-"
-SRC_URI="
-   https://github.com/PyCQA/flake8/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
-
-# requires.txt inc. mccabe however that creates a circular dep
-RDEPEND="
-   >=dev-python/pyflakes-2.5.0[${PYTHON_USEDEP}]
-   =dev-python/pycodestyle-2.9.0[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2022-09-06 Thread Sam James
commit: 349b7c2268439d88aed39d35f3081f5f3eb0307a
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  6 21:14:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  6 21:14:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=349b7c22

dev-python/flake8: Stabilize 5.0.4 ALLARCHES, #86

Signed-off-by: Sam James  gentoo.org>

 dev-python/flake8/flake8-5.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-5.0.4.ebuild 
b/dev-python/flake8/flake8-5.0.4.ebuild
index 37823287f388..fb872f3ac938 100644
--- a/dev-python/flake8/flake8-5.0.4.ebuild
+++ b/dev-python/flake8/flake8-5.0.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
 
 # requires.txt inc. mccabe however that creates a circular dep
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2022-08-02 Thread Arthur Zamarin
commit: 350bc2196702f896bd2cf608f0f00b484b1292bf
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Aug  2 16:42:48 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Aug  2 16:42:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=350bc219

dev-python/flake8: add 5.0.3

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/flake8/Manifest|  1 +
 dev-python/flake8/flake8-5.0.3.ebuild | 49 +++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index f3c8e51ab4cd..b7ab12fe82ba 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1,3 +1,4 @@
 DIST flake8-4.0.1.tar.gz 154905 BLAKE2B 
b93fea36236881da595ae924b056686e0cd35d2466c1858e3ee83262922df8bc38cf5cd40a910980d287d048572dc94eb8d7c8ee4b11ebd1b4a474dfca02490c
 SHA512 
0bdbf0218ce893df1c3e61f51cd3f371a5c72bb49ef78fec39548b1684e49b024e91cf4e3dcea60ba1efc08727985ef485814c372461e062ff4f810da99a1796
 DIST flake8-5.0.1.gh.tar.gz 145559 BLAKE2B 
27c49d0e30696be086a68382235611fccf978edbd73fff0b41cd285eb6443bc183f12d5433d07348951a6e1775793608be567149fecdfcd40cb75e879fcd
 SHA512 
63e91269c9cad7d5807a5b6cc6dfe5fc1db6353fe28bbb6b3459e9a7ee3140db2a40c202d5964acc69546af386d4f0ea5132cbcc60d07f179960249827062440
 DIST flake8-5.0.2.gh.tar.gz 145812 BLAKE2B 
64ebbeebf8aa2dc4dca2e14cb09965cfa86f6a5353f5ff78cb0cb2a8e60cd05d041e3d1e1668a1f9c143030bb62ca6d8d17d8b084a2e56175843460cf0bfe78c
 SHA512 
0d1ba9bff706060bd9d5ad0f230c7a4d8a2b70f30907c8a78222d54b0f099f77b7a48e5658251cb862d0894a45e230b058bf50ba324ea1d4ddcdf1336c343cb6
+DIST flake8-5.0.3.gh.tar.gz 145956 BLAKE2B 
c6a54c67962bad905827600632f08b73c34c42ffe4f4242b9448b222ef0d1339d9e68174bcb17a8b85f357783e847c3171f963f7d21d9d2014af02c4a5e5856d
 SHA512 
db2ce4a2bbbcc97c3a79dbf64e299ef2853470ace99dceae0dd63a5f58603531af2d4afe3f3db76ac483bb5c8884bfbaf15ba4c9e61f6b507634cbff83dcbb47

diff --git a/dev-python/flake8/flake8-5.0.3.ebuild 
b/dev-python/flake8/flake8-5.0.3.ebuild
new file mode 100644
index ..37823287f388
--- /dev/null
+++ b/dev-python/flake8/flake8-5.0.3.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
+HOMEPAGE="
+   https://github.com/pycqa/flake8/
+   https://pypi.org/project/flake8/
+"
+SRC_URI="
+   https://github.com/PyCQA/flake8/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+
+# requires.txt inc. mccabe however that creates a circular dep
+RDEPEND="
+   >=dev-python/pyflakes-2.5.0[${PYTHON_USEDEP}]
+   =dev-python/pycodestyle-2.9.0[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2022-08-01 Thread Arthur Zamarin
commit: 5b2653ad52ca7fbd5768f09d52664604166b1981
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Aug  1 18:27:13 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Aug  1 18:37:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b2653ad

dev-python/flake8: add 5.0.2

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/flake8/Manifest|  1 +
 dev-python/flake8/flake8-5.0.2.ebuild | 49 +++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index c684bb7c210f..f3c8e51ab4cd 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1,2 +1,3 @@
 DIST flake8-4.0.1.tar.gz 154905 BLAKE2B 
b93fea36236881da595ae924b056686e0cd35d2466c1858e3ee83262922df8bc38cf5cd40a910980d287d048572dc94eb8d7c8ee4b11ebd1b4a474dfca02490c
 SHA512 
0bdbf0218ce893df1c3e61f51cd3f371a5c72bb49ef78fec39548b1684e49b024e91cf4e3dcea60ba1efc08727985ef485814c372461e062ff4f810da99a1796
 DIST flake8-5.0.1.gh.tar.gz 145559 BLAKE2B 
27c49d0e30696be086a68382235611fccf978edbd73fff0b41cd285eb6443bc183f12d5433d07348951a6e1775793608be567149fecdfcd40cb75e879fcd
 SHA512 
63e91269c9cad7d5807a5b6cc6dfe5fc1db6353fe28bbb6b3459e9a7ee3140db2a40c202d5964acc69546af386d4f0ea5132cbcc60d07f179960249827062440
+DIST flake8-5.0.2.gh.tar.gz 145812 BLAKE2B 
64ebbeebf8aa2dc4dca2e14cb09965cfa86f6a5353f5ff78cb0cb2a8e60cd05d041e3d1e1668a1f9c143030bb62ca6d8d17d8b084a2e56175843460cf0bfe78c
 SHA512 
0d1ba9bff706060bd9d5ad0f230c7a4d8a2b70f30907c8a78222d54b0f099f77b7a48e5658251cb862d0894a45e230b058bf50ba324ea1d4ddcdf1336c343cb6

diff --git a/dev-python/flake8/flake8-5.0.2.ebuild 
b/dev-python/flake8/flake8-5.0.2.ebuild
new file mode 100644
index ..37823287f388
--- /dev/null
+++ b/dev-python/flake8/flake8-5.0.2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
+HOMEPAGE="
+   https://github.com/pycqa/flake8/
+   https://pypi.org/project/flake8/
+"
+SRC_URI="
+   https://github.com/PyCQA/flake8/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+
+# requires.txt inc. mccabe however that creates a circular dep
+RDEPEND="
+   >=dev-python/pyflakes-2.5.0[${PYTHON_USEDEP}]
+   =dev-python/pycodestyle-2.9.0[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2022-08-01 Thread Michał Górny
commit: 63b67797dc68aa499c73d5c0fba14f137b6938f4
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug  1 10:35:31 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug  1 11:06:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63b67797

dev-python/flake8: Bump to 5.0.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/Manifest|  1 +
 dev-python/flake8/flake8-5.0.1.ebuild | 49 +++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index 084843824ab3..c684bb7c210f 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1 +1,2 @@
 DIST flake8-4.0.1.tar.gz 154905 BLAKE2B 
b93fea36236881da595ae924b056686e0cd35d2466c1858e3ee83262922df8bc38cf5cd40a910980d287d048572dc94eb8d7c8ee4b11ebd1b4a474dfca02490c
 SHA512 
0bdbf0218ce893df1c3e61f51cd3f371a5c72bb49ef78fec39548b1684e49b024e91cf4e3dcea60ba1efc08727985ef485814c372461e062ff4f810da99a1796
+DIST flake8-5.0.1.gh.tar.gz 145559 BLAKE2B 
27c49d0e30696be086a68382235611fccf978edbd73fff0b41cd285eb6443bc183f12d5433d07348951a6e1775793608be567149fecdfcd40cb75e879fcd
 SHA512 
63e91269c9cad7d5807a5b6cc6dfe5fc1db6353fe28bbb6b3459e9a7ee3140db2a40c202d5964acc69546af386d4f0ea5132cbcc60d07f179960249827062440

diff --git a/dev-python/flake8/flake8-5.0.1.ebuild 
b/dev-python/flake8/flake8-5.0.1.ebuild
new file mode 100644
index ..37823287f388
--- /dev/null
+++ b/dev-python/flake8/flake8-5.0.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
+HOMEPAGE="
+   https://github.com/pycqa/flake8/
+   https://pypi.org/project/flake8/
+"
+SRC_URI="
+   https://github.com/PyCQA/flake8/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+
+# requires.txt inc. mccabe however that creates a circular dep
+RDEPEND="
+   >=dev-python/pyflakes-2.5.0[${PYTHON_USEDEP}]
+   =dev-python/pycodestyle-2.9.0[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2022-06-17 Thread Michał Górny
commit: 647523b484083e8bcd6503969bb66472e459ce1d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 17 12:42:04 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 17 12:43:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=647523b4

dev-python/flake8: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/flake8-4.0.1-r1.ebuild | 41 
 1 file changed, 41 deletions(-)

diff --git a/dev-python/flake8/flake8-4.0.1-r1.ebuild 
b/dev-python/flake8/flake8-4.0.1-r1.ebuild
deleted file mode 100644
index 9cd00e96c286..
--- a/dev-python/flake8/flake8-4.0.1-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
-HOMEPAGE="https://gitlab.com/pycqa/flake8 https://pypi.org/project/flake8/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
-
-# requires.txt inc. mccabe however that creates a circular dep
-RDEPEND="
-   >=dev-python/pyflakes-2.4.0[${PYTHON_USEDEP}]
-   =dev-python/pycodestyle-2.8.0[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2022-06-17 Thread Jakov Smolić
commit: c31b0aa78a13bd8fb566a520b6eb8c828540234a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Jun 17 10:28:40 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Jun 17 10:28:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c31b0aa7

dev-python/flake8: Stabilize 4.0.1-r2 ALLARCHES, #852368

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/flake8/flake8-4.0.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-4.0.1-r2.ebuild 
b/dev-python/flake8/flake8-4.0.1-r2.ebuild
index ffca3f6b10e0..330b48a50e31 100644
--- a/dev-python/flake8/flake8-4.0.1-r2.ebuild
+++ b/dev-python/flake8/flake8-4.0.1-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
 
 # requires.txt inc. mccabe however that creates a circular dep
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2022-05-23 Thread Michał Górny
commit: 4a728b7e6beccd190461eb915d212712cdc90bda
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 23 09:33:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 23 09:33:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a728b7e

dev-python/flake8: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/Manifest   |  1 -
 dev-python/flake8/flake8-3.9.2-r1.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index 5b453f7bdf33..084843824ab3 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1,2 +1 @@
-DIST flake8-3.9.2.tar.gz 164777 BLAKE2B 
1c991296a3e47e4c41f1196fcaf1e7ea059226dfb41657a52fc4f5a9023b54dba21dd99635398e12f37f52f6e498a0a1fb7d87aba0fe7098ebbdfb54dc5598b0
 SHA512 
618fe1b35070b24395e5d4da9fa1b1f6308abf6f85d8de71b8b553f84d70d9cd7d2a6f616fa1418db9a8b5ad3efab038f4e2d7c6020c0c1bdeb8157e666911fd
 DIST flake8-4.0.1.tar.gz 154905 BLAKE2B 
b93fea36236881da595ae924b056686e0cd35d2466c1858e3ee83262922df8bc38cf5cd40a910980d287d048572dc94eb8d7c8ee4b11ebd1b4a474dfca02490c
 SHA512 
0bdbf0218ce893df1c3e61f51cd3f371a5c72bb49ef78fec39548b1684e49b024e91cf4e3dcea60ba1efc08727985ef485814c372461e062ff4f810da99a1796

diff --git a/dev-python/flake8/flake8-3.9.2-r1.ebuild 
b/dev-python/flake8/flake8-3.9.2-r1.ebuild
deleted file mode 100644
index ba315d7ed262..
--- a/dev-python/flake8/flake8-3.9.2-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
-HOMEPAGE="https://gitlab.com/pycqa/flake8 https://pypi.org/project/flake8/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
-
-# requires.txt inc. mccabe however that creates a circular dep
-RDEPEND="
-   >=dev-python/pyflakes-2.3.0[${PYTHON_USEDEP}]
-   =dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/files/, dev-python/flake8/

2022-05-16 Thread Andrew Ammerlaan
commit: f457bfcfc24c0b5d9403433817eaaeabc950e8af
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Mon May 16 13:42:19 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon May 16 13:43:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f457bfcf

dev-python/flake8: allow mccabe-0.7, enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 .../flake8/files/flake8-4.0.1-upgrade-mccabe.patch | 13 ++
 dev-python/flake8/flake8-4.0.1-r2.ebuild   | 47 ++
 2 files changed, 60 insertions(+)

diff --git a/dev-python/flake8/files/flake8-4.0.1-upgrade-mccabe.patch 
b/dev-python/flake8/files/flake8-4.0.1-upgrade-mccabe.patch
new file mode 100644
index ..5dab4af913fe
--- /dev/null
+++ b/dev-python/flake8/files/flake8-4.0.1-upgrade-mccabe.patch
@@ -0,0 +1,13 @@
+diff --git a/setup.cfg b/setup.cfg
+index 9cbc9b3..732d6a2 100644
+--- a/setup.cfg
 b/setup.cfg
+@@ -35,7 +35,7 @@ packages = find:
+ package_dir = 
+   =src
+ install_requires = 
+-  mccabe>=0.6.0,<0.7.0
++  mccabe>=0.7.0,<0.8.0
+   pycodestyle>=2.8.0,<2.9.0
+   pyflakes>=2.4.0,<2.5.0
+   importlib-metadata<4.3;python_version<"3.8"

diff --git a/dev-python/flake8/flake8-4.0.1-r2.ebuild 
b/dev-python/flake8/flake8-4.0.1-r2.ebuild
new file mode 100644
index ..ffca3f6b10e0
--- /dev/null
+++ b/dev-python/flake8/flake8-4.0.1-r2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
+HOMEPAGE="https://gitlab.com/pycqa/flake8 https://pypi.org/project/flake8/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+
+# requires.txt inc. mccabe however that creates a circular dep
+RDEPEND="
+   >=dev-python/pyflakes-2.4.0[${PYTHON_USEDEP}]
+   =dev-python/pycodestyle-2.8.0[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8-polyfill/

2022-01-15 Thread Arthur Zamarin
commit: 803a1db739bc2844b1328af699efbb04067ea6d5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 15 13:26:51 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 15 13:48:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=803a1db7

dev-python/flake8-polyfill: enable py3.10, ebuild cleanup

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../flake8-polyfill/flake8-polyfill-1.0.2.ebuild   | 24 +-
 1 file changed, 10 insertions(+), 14 deletions(-)

diff --git a/dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild 
b/dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild
index da199eabc872..e9866fde8326 100644
--- a/dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild
+++ b/dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild
@@ -1,35 +1,31 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="Polyfill package for Flake8 plugins"
 HOMEPAGE="https://gitlab.com/pycqa/flake8-polyfill";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-EGIT_REPO_URI="https://gitlab.com/pycqa/flake8-polyfill.git";
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]"
-DEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pycodestyle[${PYTHON_USEDEP}]
-   )"
+BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
 
 distutils_enable_tests pytest
 
-python_prepare_all() {
+EPYTEST_IGNORE=(
# Get rid of the test that seems to test only the migration from
# pep8 to pycodestyle (bug 598918).
-   rm "tests/test_stdin.py" || die
+   tests/test_stdin.py
+)
+
+src_prepare() {
sed -e 's|\[pytest\]|\[tool:pytest\]|' -i setup.cfg || die
-   distutils-r1_python_prepare_all
+   distutils-r1_src_prepare
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2021-12-17 Thread Michał Górny
commit: 079d2ab26ad0fc2a7b2f9618dab39bf86754d2c7
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 17 09:10:57 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 17 09:14:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=079d2ab2

dev-python/flake8: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/Manifest|  2 --
 dev-python/flake8/flake8-3.8.4.ebuild | 39 -
 dev-python/flake8/flake8-4.0.0.ebuild | 41 ---
 3 files changed, 82 deletions(-)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index bb87261c8e78..5b453f7bdf33 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1,4 +1,2 @@
-DIST flake8-3.8.4.tar.gz 163583 BLAKE2B 
221234931365912adffec99c7c6761d2f35918222bee902ade4d8009d24f6918c66d23fc4b973fe653152cc6857b62ba859780b0d9de53fb91b7ea0379bee9d0
 SHA512 
51ed09beed50175573e6184b404431b3f89aa6594c40c70ed8288982fe12c2a68992e36d69c99013188f03555bf9fef1ba4f111f8e389cef1e1daa69b41ff5b0
 DIST flake8-3.9.2.tar.gz 164777 BLAKE2B 
1c991296a3e47e4c41f1196fcaf1e7ea059226dfb41657a52fc4f5a9023b54dba21dd99635398e12f37f52f6e498a0a1fb7d87aba0fe7098ebbdfb54dc5598b0
 SHA512 
618fe1b35070b24395e5d4da9fa1b1f6308abf6f85d8de71b8b553f84d70d9cd7d2a6f616fa1418db9a8b5ad3efab038f4e2d7c6020c0c1bdeb8157e666911fd
-DIST flake8-4.0.0.tar.gz 154732 BLAKE2B 
3d469e3e12212051abfeb93943ac8ec310e607c86c06db47b5487544e582f39480e76bc8ea621c5dba6493592eff64b19cb2be9b6b122527c66993415fab15ab
 SHA512 
202b89c9b93f10a09453a215bbcd4260513ee21e4c1b3591088779155a4ca7277a1c274edbb12fcaf33d29ebe9389a3c57ce5aa4e12434f17960dcb0f769680e
 DIST flake8-4.0.1.tar.gz 154905 BLAKE2B 
b93fea36236881da595ae924b056686e0cd35d2466c1858e3ee83262922df8bc38cf5cd40a910980d287d048572dc94eb8d7c8ee4b11ebd1b4a474dfca02490c
 SHA512 
0bdbf0218ce893df1c3e61f51cd3f371a5c72bb49ef78fec39548b1684e49b024e91cf4e3dcea60ba1efc08727985ef485814c372461e062ff4f810da99a1796

diff --git a/dev-python/flake8/flake8-3.8.4.ebuild 
b/dev-python/flake8/flake8-3.8.4.ebuild
deleted file mode 100644
index d002ff0c785f..
--- a/dev-python/flake8/flake8-3.8.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
-HOMEPAGE="https://gitlab.com/pycqa/flake8 https://pypi.org/project/flake8/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x64-macos"
-
-# requires.txt inc. mccabe however that creates a circular dep
-RDEPEND="
-   >=dev-python/pyflakes-2.2.0[${PYTHON_USEDEP}]
-   =dev-python/pycodestyle-2.6.0[${PYTHON_USEDEP}]
-   https://gitlab.com/pycqa/flake8 https://pypi.org/project/flake8/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
-
-# requires.txt inc. mccabe however that creates a circular dep
-RDEPEND="
-   >=dev-python/pyflakes-2.4.0[${PYTHON_USEDEP}]
-   =dev-python/pycodestyle-2.8.0[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2021-12-16 Thread Sam James
commit: 2887c22aa1458defe8bff052c5a9ab2c77e0c2f8
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 17 05:57:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 17 05:57:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2887c22a

dev-python/flake8: Stabilize 4.0.1-r1 ALLARCHES, #829383

Signed-off-by: Sam James  gentoo.org>

 dev-python/flake8/flake8-4.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-4.0.1-r1.ebuild 
b/dev-python/flake8/flake8-4.0.1-r1.ebuild
index e2b118bdbb23..9cd00e96c286 100644
--- a/dev-python/flake8/flake8-4.0.1-r1.ebuild
+++ b/dev-python/flake8/flake8-4.0.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
 
 # requires.txt inc. mccabe however that creates a circular dep
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2021-11-09 Thread Michał Górny
commit: a9ee44f426e34cdd3463c8bbeef993e211795181
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov  9 13:47:31 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov  9 14:01:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9ee44f4

dev-python/flake8: Remove stale pypy3.7 deps

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/{flake8-3.9.2.ebuild => flake8-3.9.2-r1.ebuild} | 1 -
 dev-python/flake8/flake8-4.0.0.ebuild | 1 -
 dev-python/flake8/{flake8-4.0.1.ebuild => flake8-4.0.1-r1.ebuild} | 1 -
 3 files changed, 3 deletions(-)

diff --git a/dev-python/flake8/flake8-3.9.2.ebuild 
b/dev-python/flake8/flake8-3.9.2-r1.ebuild
similarity index 93%
rename from dev-python/flake8/flake8-3.9.2.ebuild
rename to dev-python/flake8/flake8-3.9.2-r1.ebuild
index 4919eb6d71c..ba315d7ed26 100644
--- a/dev-python/flake8/flake8-3.9.2.ebuild
+++ b/dev-python/flake8/flake8-3.9.2-r1.ebuild
@@ -20,7 +20,6 @@ RDEPEND="
=dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
=dev-python/pycodestyle-2.8.0[${PYTHON_USEDEP}]
=dev-python/pycodestyle-2.8.0[${PYTHON_USEDEP}]

[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2021-10-25 Thread Sam James
commit: 4d6167788cd8a5ed9aca57a2d6a64a44db2b7ea9
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Oct 25 14:06:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 26 05:53:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d616778

dev-python/flake8: stable 4.0.1 for hppa, bug #818406

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-python/flake8/flake8-4.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-4.0.1.ebuild 
b/dev-python/flake8/flake8-4.0.1.ebuild
index 8bf1116ff1c..8eff90baa86 100644
--- a/dev-python/flake8/flake8-4.0.1.ebuild
+++ b/dev-python/flake8/flake8-4.0.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
 
 # requires.txt inc. mccabe however that creates a circular dep
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8-import-order/, profiles/

2021-10-19 Thread Jakov Smolić
commit: 3af1cbc3e0d87eebf11ed94915d1368041385347
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Oct 19 07:09:34 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Oct 19 07:10:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af1cbc3

dev-python/flake8-import-order: treeclean

Closes: https://bugs.gentoo.org/813918
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/flake8-import-order/Manifest|  1 -
 .../flake8-import-order-0.18.ebuild| 32 --
 dev-python/flake8-import-order/metadata.xml| 12 
 profiles/package.mask  |  6 
 4 files changed, 51 deletions(-)

diff --git a/dev-python/flake8-import-order/Manifest 
b/dev-python/flake8-import-order/Manifest
deleted file mode 100644
index 2b8b5ab8437..000
--- a/dev-python/flake8-import-order/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST flake8-import-order-0.18.tar.gz 18507 BLAKE2B 
01d9ea712dd5cc4177aec2c1ea2c2dfa72266edfa6b9143657076edab02548058a5bb4642a9a9b7c3dcad36cd76491114cc36a128d57076d09e4cd9e0f1568fe
 SHA512 
8a897d42c81e99d9373fdf03e975b65309700fddf7c38294fe65562ce788e788c9d6c2ec8dd2c8d24e65b4360b3b3577a7a66eb279a5952f8b9d212b06047395

diff --git a/dev-python/flake8-import-order/flake8-import-order-0.18.ebuild 
b/dev-python/flake8-import-order/flake8-import-order-0.18.ebuild
deleted file mode 100644
index c2d3b7e81c6..000
--- a/dev-python/flake8-import-order/flake8-import-order-0.18.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Flake8 plugin that checks import order against various Python 
Style Guides"
-HOMEPAGE="https://github.com/PyCQA/flake8-import-order";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/pycodestyle[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/flake8[${PYTHON_USEDEP}]
-   dev-python/pycodestyle[${PYTHON_USEDEP}]
-   dev-python/pylama[${PYTHON_USEDEP}]
-   )"
-
-python_test() {
-   pytest -vv tests || die "tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/flake8-import-order/metadata.xml 
b/dev-python/flake8-import-order/metadata.xml
deleted file mode 100644
index 5d3ce61a3be..000
--- a/dev-python/flake8-import-order/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   [email protected]
-   Zac Medico
-   
-   
-   flake8-import-order
-   PyCQA/flake8-import-order
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 44cc7bee1be..00b1dfb635e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -254,12 +254,6 @@ media-libs/webrtc-audio-processing:1
 # Removal on 2021-10-23.  Bug #814449.
 dev-python/python-jwt
 
-# Louis Sautier  (2021-09-19)
-# Last release in 2019, no reverse dependencies.
-# dev-python/isort provides similar functionality.
-# Removal on 2021-10-19, bug #813918.
-dev-python/flake8-import-order
-
 # Alfredo Tupone  (2021-09-19)
 # Mask gnat-gpl-2018 and gnat-gpl-2019. Please switch
 # to a fresher gnat-gpl branch.



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2021-10-11 Thread Michał Górny
commit: 7a0eb59837475746eb2de1cd40dcf2bea8a7ed70
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 12 06:11:11 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 12 06:18:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a0eb598

dev-python/flake8: Bump to 4.0.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/Manifest|  1 +
 dev-python/flake8/flake8-4.0.1.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index c60ccc28e3a..bb87261c8e7 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1,3 +1,4 @@
 DIST flake8-3.8.4.tar.gz 163583 BLAKE2B 
221234931365912adffec99c7c6761d2f35918222bee902ade4d8009d24f6918c66d23fc4b973fe653152cc6857b62ba859780b0d9de53fb91b7ea0379bee9d0
 SHA512 
51ed09beed50175573e6184b404431b3f89aa6594c40c70ed8288982fe12c2a68992e36d69c99013188f03555bf9fef1ba4f111f8e389cef1e1daa69b41ff5b0
 DIST flake8-3.9.2.tar.gz 164777 BLAKE2B 
1c991296a3e47e4c41f1196fcaf1e7ea059226dfb41657a52fc4f5a9023b54dba21dd99635398e12f37f52f6e498a0a1fb7d87aba0fe7098ebbdfb54dc5598b0
 SHA512 
618fe1b35070b24395e5d4da9fa1b1f6308abf6f85d8de71b8b553f84d70d9cd7d2a6f616fa1418db9a8b5ad3efab038f4e2d7c6020c0c1bdeb8157e666911fd
 DIST flake8-4.0.0.tar.gz 154732 BLAKE2B 
3d469e3e12212051abfeb93943ac8ec310e607c86c06db47b5487544e582f39480e76bc8ea621c5dba6493592eff64b19cb2be9b6b122527c66993415fab15ab
 SHA512 
202b89c9b93f10a09453a215bbcd4260513ee21e4c1b3591088779155a4ca7277a1c274edbb12fcaf33d29ebe9389a3c57ce5aa4e12434f17960dcb0f769680e
+DIST flake8-4.0.1.tar.gz 154905 BLAKE2B 
b93fea36236881da595ae924b056686e0cd35d2466c1858e3ee83262922df8bc38cf5cd40a910980d287d048572dc94eb8d7c8ee4b11ebd1b4a474dfca02490c
 SHA512 
0bdbf0218ce893df1c3e61f51cd3f371a5c72bb49ef78fec39548b1684e49b024e91cf4e3dcea60ba1efc08727985ef485814c372461e062ff4f810da99a1796

diff --git a/dev-python/flake8/flake8-4.0.1.ebuild 
b/dev-python/flake8/flake8-4.0.1.ebuild
new file mode 100644
index 000..8bf1116ff1c
--- /dev/null
+++ b/dev-python/flake8/flake8-4.0.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
+HOMEPAGE="https://gitlab.com/pycqa/flake8 https://pypi.org/project/flake8/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+
+# requires.txt inc. mccabe however that creates a circular dep
+RDEPEND="
+   >=dev-python/pyflakes-2.4.0[${PYTHON_USEDEP}]
+   =dev-python/pycodestyle-2.8.0[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2021-10-11 Thread Michał Górny
commit: 285fd0c345a8e424db85e2cbe391107e4b346e25
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 11 06:17:59 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 11 07:56:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=285fd0c3

dev-python/flake8: Bump to 4.0.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/Manifest|  1 +
 dev-python/flake8/flake8-4.0.0.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index cecdf99ae1d..c60ccc28e3a 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1,2 +1,3 @@
 DIST flake8-3.8.4.tar.gz 163583 BLAKE2B 
221234931365912adffec99c7c6761d2f35918222bee902ade4d8009d24f6918c66d23fc4b973fe653152cc6857b62ba859780b0d9de53fb91b7ea0379bee9d0
 SHA512 
51ed09beed50175573e6184b404431b3f89aa6594c40c70ed8288982fe12c2a68992e36d69c99013188f03555bf9fef1ba4f111f8e389cef1e1daa69b41ff5b0
 DIST flake8-3.9.2.tar.gz 164777 BLAKE2B 
1c991296a3e47e4c41f1196fcaf1e7ea059226dfb41657a52fc4f5a9023b54dba21dd99635398e12f37f52f6e498a0a1fb7d87aba0fe7098ebbdfb54dc5598b0
 SHA512 
618fe1b35070b24395e5d4da9fa1b1f6308abf6f85d8de71b8b553f84d70d9cd7d2a6f616fa1418db9a8b5ad3efab038f4e2d7c6020c0c1bdeb8157e666911fd
+DIST flake8-4.0.0.tar.gz 154732 BLAKE2B 
3d469e3e12212051abfeb93943ac8ec310e607c86c06db47b5487544e582f39480e76bc8ea621c5dba6493592eff64b19cb2be9b6b122527c66993415fab15ab
 SHA512 
202b89c9b93f10a09453a215bbcd4260513ee21e4c1b3591088779155a4ca7277a1c274edbb12fcaf33d29ebe9389a3c57ce5aa4e12434f17960dcb0f769680e

diff --git a/dev-python/flake8/flake8-4.0.0.ebuild 
b/dev-python/flake8/flake8-4.0.0.ebuild
new file mode 100644
index 000..8bf1116ff1c
--- /dev/null
+++ b/dev-python/flake8/flake8-4.0.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
+HOMEPAGE="https://gitlab.com/pycqa/flake8 https://pypi.org/project/flake8/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+
+# requires.txt inc. mccabe however that creates a circular dep
+RDEPEND="
+   >=dev-python/pyflakes-2.4.0[${PYTHON_USEDEP}]
+   =dev-python/pycodestyle-2.8.0[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2021-09-25 Thread James Le Cuirot
commit: 47f56076cf7bb7b57c38613b207943ad5b755e00
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Sep 25 12:25:07 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Sep 25 13:09:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47f56076

dev-python/flake8: Keyword 3.9.2 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-python/flake8/flake8-3.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-3.9.2.ebuild 
b/dev-python/flake8/flake8-3.9.2.ebuild
index d7e46d253cc..4919eb6d71c 100644
--- a/dev-python/flake8/flake8-3.9.2.ebuild
+++ b/dev-python/flake8/flake8-3.9.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
 
 # requires.txt inc. mccabe however that creates a circular dep
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2021-09-10 Thread Tobias Klausmann
commit: ca566c594abf352bb91ae535a5876569f8f016ea
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 10 11:29:10 2021 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 10 11:29:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca566c59

dev-python/flake8: Restore 3.8.4

Package-Manager: Portage-3.0.22, Repoman-3.0.3
RepoMan-Options: --force
Signed-off-by: Tobias Klausmann  gentoo.org>

 dev-python/flake8/Manifest|  1 +
 dev-python/flake8/flake8-3.8.4.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index f264b666e2e..cecdf99ae1d 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1 +1,2 @@
+DIST flake8-3.8.4.tar.gz 163583 BLAKE2B 
221234931365912adffec99c7c6761d2f35918222bee902ade4d8009d24f6918c66d23fc4b973fe653152cc6857b62ba859780b0d9de53fb91b7ea0379bee9d0
 SHA512 
51ed09beed50175573e6184b404431b3f89aa6594c40c70ed8288982fe12c2a68992e36d69c99013188f03555bf9fef1ba4f111f8e389cef1e1daa69b41ff5b0
 DIST flake8-3.9.2.tar.gz 164777 BLAKE2B 
1c991296a3e47e4c41f1196fcaf1e7ea059226dfb41657a52fc4f5a9023b54dba21dd99635398e12f37f52f6e498a0a1fb7d87aba0fe7098ebbdfb54dc5598b0
 SHA512 
618fe1b35070b24395e5d4da9fa1b1f6308abf6f85d8de71b8b553f84d70d9cd7d2a6f616fa1418db9a8b5ad3efab038f4e2d7c6020c0c1bdeb8157e666911fd

diff --git a/dev-python/flake8/flake8-3.8.4.ebuild 
b/dev-python/flake8/flake8-3.8.4.ebuild
new file mode 100644
index 000..d002ff0c785
--- /dev/null
+++ b/dev-python/flake8/flake8-3.8.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
+HOMEPAGE="https://gitlab.com/pycqa/flake8 https://pypi.org/project/flake8/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x64-macos"
+
+# requires.txt inc. mccabe however that creates a circular dep
+RDEPEND="
+   >=dev-python/pyflakes-2.2.0[${PYTHON_USEDEP}]
+   =dev-python/pycodestyle-2.6.0[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2021-09-10 Thread Tobias Klausmann
commit: a05cde4a9e173932f2be552852cc449c53ce4afc
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 10 10:45:01 2021 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 10 10:45:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a05cde4a

dev-python/flake8: remove deprecated v3.8.4

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Tobias Klausmann  gentoo.org>

 dev-python/flake8/Manifest|  1 -
 dev-python/flake8/flake8-3.8.4.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index cecdf99ae1d..f264b666e2e 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1,2 +1 @@
-DIST flake8-3.8.4.tar.gz 163583 BLAKE2B 
221234931365912adffec99c7c6761d2f35918222bee902ade4d8009d24f6918c66d23fc4b973fe653152cc6857b62ba859780b0d9de53fb91b7ea0379bee9d0
 SHA512 
51ed09beed50175573e6184b404431b3f89aa6594c40c70ed8288982fe12c2a68992e36d69c99013188f03555bf9fef1ba4f111f8e389cef1e1daa69b41ff5b0
 DIST flake8-3.9.2.tar.gz 164777 BLAKE2B 
1c991296a3e47e4c41f1196fcaf1e7ea059226dfb41657a52fc4f5a9023b54dba21dd99635398e12f37f52f6e498a0a1fb7d87aba0fe7098ebbdfb54dc5598b0
 SHA512 
618fe1b35070b24395e5d4da9fa1b1f6308abf6f85d8de71b8b553f84d70d9cd7d2a6f616fa1418db9a8b5ad3efab038f4e2d7c6020c0c1bdeb8157e666911fd

diff --git a/dev-python/flake8/flake8-3.8.4.ebuild 
b/dev-python/flake8/flake8-3.8.4.ebuild
deleted file mode 100644
index d002ff0c785..000
--- a/dev-python/flake8/flake8-3.8.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
-HOMEPAGE="https://gitlab.com/pycqa/flake8 https://pypi.org/project/flake8/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x64-macos"
-
-# requires.txt inc. mccabe however that creates a circular dep
-RDEPEND="
-   >=dev-python/pyflakes-2.2.0[${PYTHON_USEDEP}]
-   =dev-python/pycodestyle-2.6.0[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2021-08-08 Thread Louis Sautier
commit: a5043ac3a71a8c7c908e3102c5d31841231f7093
Author: Louis Sautier  gentoo  org>
AuthorDate: Sun Aug  8 09:57:33 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun Aug  8 10:00:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5043ac3

dev-python/flake8: enable py3.10, fix conditional dependency

Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/flake8/flake8-3.9.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/flake8/flake8-3.9.2.ebuild 
b/dev-python/flake8/flake8-3.9.2.ebuild
index 48d4b58f1fa..d7e46d253cc 100644
--- a/dev-python/flake8/flake8-3.9.2.ebuild
+++ b/dev-python/flake8/flake8-3.9.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
@@ -20,7 +20,7 @@ RDEPEND="
=dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]

[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2021-06-14 Thread Michał Górny
commit: edf7a04af9524841168484e69f86fabf3a0c301f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 14 22:23:10 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 14 22:23:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edf7a04a

dev-python/flake8: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/Manifest|  1 -
 dev-python/flake8/flake8-3.9.1.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index 151a9d1bb89..cecdf99ae1d 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1,3 +1,2 @@
 DIST flake8-3.8.4.tar.gz 163583 BLAKE2B 
221234931365912adffec99c7c6761d2f35918222bee902ade4d8009d24f6918c66d23fc4b973fe653152cc6857b62ba859780b0d9de53fb91b7ea0379bee9d0
 SHA512 
51ed09beed50175573e6184b404431b3f89aa6594c40c70ed8288982fe12c2a68992e36d69c99013188f03555bf9fef1ba4f111f8e389cef1e1daa69b41ff5b0
-DIST flake8-3.9.1.tar.gz 164752 BLAKE2B 
07f5049f8445bce87cee1509769e13f275f0e531b78a2769218233ac02a45ed7a8dc061f5253e4c136b47bfddfb574527d99dfff36d338516824167335f9a5fc
 SHA512 
c592308fa32ae73982e6441624a989bdc213b639b0473f7342e75f11e3844282a713dce1f4649575d375766fa1d6b2a1840707109ac8d4672c0d2917f89a3d33
 DIST flake8-3.9.2.tar.gz 164777 BLAKE2B 
1c991296a3e47e4c41f1196fcaf1e7ea059226dfb41657a52fc4f5a9023b54dba21dd99635398e12f37f52f6e498a0a1fb7d87aba0fe7098ebbdfb54dc5598b0
 SHA512 
618fe1b35070b24395e5d4da9fa1b1f6308abf6f85d8de71b8b553f84d70d9cd7d2a6f616fa1418db9a8b5ad3efab038f4e2d7c6020c0c1bdeb8157e666911fd

diff --git a/dev-python/flake8/flake8-3.9.1.ebuild 
b/dev-python/flake8/flake8-3.9.1.ebuild
deleted file mode 100644
index af15bd9018f..000
--- a/dev-python/flake8/flake8-3.9.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
-HOMEPAGE="https://gitlab.com/pycqa/flake8 https://pypi.org/project/flake8/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x64-macos"
-
-# requires.txt inc. mccabe however that creates a circular dep
-RDEPEND="
-   >=dev-python/pyflakes-2.3.0[${PYTHON_USEDEP}]
-   =dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2021-06-14 Thread Sam James
commit: 6b1c97159b40629fca4c857ac9d303bfadda8824
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun 14 22:13:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun 14 22:13:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b1c9715

dev-python/flake8: Stabilize 3.9.2 ALLARCHES, #796047

Signed-off-by: Sam James  gentoo.org>

 dev-python/flake8/flake8-3.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-3.9.2.ebuild 
b/dev-python/flake8/flake8-3.9.2.ebuild
index 26aa4852fa9..e1bd6784975 100644
--- a/dev-python/flake8/flake8-3.9.2.ebuild
+++ b/dev-python/flake8/flake8-3.9.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x64-macos"
 
 # requires.txt inc. mccabe however that creates a circular dep
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8-polyfill/

2021-06-06 Thread Sam James
commit: cd2b50b78ce498bc3034aca48c4f1e4450c950cd
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun  6 23:29:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun  6 23:53:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd2b50b7

dev-python/flake8-polyfill: add Python 3.9

Signed-off-by: Sam James  gentoo.org>

 dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild 
b/dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild
index 3a432d6f964..da199eabc87 100644
--- a/dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild
+++ b/dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 inherit distutils-r1
 
 DESCRIPTION="Polyfill package for Flake8 plugins"
@@ -18,11 +18,10 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( ${RDEPEND}
+DEPEND="
+   test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pycodestyle[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
)"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8-polyfill/

2021-06-06 Thread Sam James
commit: 481cad7a645ce6cccecbbf60fab31c776749fe54
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun  6 23:30:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun  6 23:53:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=481cad7a

dev-python/flake8-polyfill: mark ALLARCHES

Signed-off-by: Sam James  gentoo.org>

 dev-python/flake8-polyfill/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/flake8-polyfill/metadata.xml 
b/dev-python/flake8-polyfill/metadata.xml
index 2794ab4c2ef..05da64f6a41 100644
--- a/dev-python/flake8-polyfill/metadata.xml
+++ b/dev-python/flake8-polyfill/metadata.xml
@@ -4,6 +4,7 @@

[email protected]

+   

flake8-polyfill




[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2021-05-19 Thread Michał Górny
commit: ecfb48dbb1490b9f8792491db89fb1d41f04892b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 19 06:04:52 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 19 07:11:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecfb48db

dev-python/flake8: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/Manifest|  1 -
 dev-python/flake8/flake8-3.9.0.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index 7b02bba580a..151a9d1bb89 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1,4 +1,3 @@
 DIST flake8-3.8.4.tar.gz 163583 BLAKE2B 
221234931365912adffec99c7c6761d2f35918222bee902ade4d8009d24f6918c66d23fc4b973fe653152cc6857b62ba859780b0d9de53fb91b7ea0379bee9d0
 SHA512 
51ed09beed50175573e6184b404431b3f89aa6594c40c70ed8288982fe12c2a68992e36d69c99013188f03555bf9fef1ba4f111f8e389cef1e1daa69b41ff5b0
-DIST flake8-3.9.0.tar.gz 164144 BLAKE2B 
e265a392445038b04ee2d8c24a763b4b1eebe9682295b70d14c07dbd739b34abbe5f76bc01dd31df7c666a106b62c5312c0522d6771c5649a91d2720a9d14467
 SHA512 
bfeaa13737f23318da8673c28f0f10463c0aad71a01fe70797321de3b9b7efbe7b5d0ee0664b8440db6b35d7f29f157848757d55fcac531a0c6da6371d681b65
 DIST flake8-3.9.1.tar.gz 164752 BLAKE2B 
07f5049f8445bce87cee1509769e13f275f0e531b78a2769218233ac02a45ed7a8dc061f5253e4c136b47bfddfb574527d99dfff36d338516824167335f9a5fc
 SHA512 
c592308fa32ae73982e6441624a989bdc213b639b0473f7342e75f11e3844282a713dce1f4649575d375766fa1d6b2a1840707109ac8d4672c0d2917f89a3d33
 DIST flake8-3.9.2.tar.gz 164777 BLAKE2B 
1c991296a3e47e4c41f1196fcaf1e7ea059226dfb41657a52fc4f5a9023b54dba21dd99635398e12f37f52f6e498a0a1fb7d87aba0fe7098ebbdfb54dc5598b0
 SHA512 
618fe1b35070b24395e5d4da9fa1b1f6308abf6f85d8de71b8b553f84d70d9cd7d2a6f616fa1418db9a8b5ad3efab038f4e2d7c6020c0c1bdeb8157e666911fd

diff --git a/dev-python/flake8/flake8-3.9.0.ebuild 
b/dev-python/flake8/flake8-3.9.0.ebuild
deleted file mode 100644
index af15bd9018f..000
--- a/dev-python/flake8/flake8-3.9.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
-HOMEPAGE="https://gitlab.com/pycqa/flake8 https://pypi.org/project/flake8/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x64-macos"
-
-# requires.txt inc. mccabe however that creates a circular dep
-RDEPEND="
-   >=dev-python/pyflakes-2.3.0[${PYTHON_USEDEP}]
-   =dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2021-05-18 Thread Sam James
commit: b3b55d2b7eac9ec3b02586f303c79944e083f9ed
Author: Sam James  gentoo  org>
AuthorDate: Wed May 19 03:22:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 19 03:22:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b55d2b

dev-python/flake8: Stabilize 3.9.1 ALLARCHES, #790887

Signed-off-by: Sam James  gentoo.org>

 dev-python/flake8/flake8-3.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-3.9.1.ebuild 
b/dev-python/flake8/flake8-3.9.1.ebuild
index 4b9b899ae91..af15bd9018f 100644
--- a/dev-python/flake8/flake8-3.9.1.ebuild
+++ b/dev-python/flake8/flake8-3.9.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x64-macos"
 
 # requires.txt inc. mccabe however that creates a circular dep
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2021-05-09 Thread Michał Górny
commit: 9d1d11e21d81684c945e1344fd182fadea0805cb
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May  9 08:09:37 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  9 08:23:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d1d11e2

dev-python/flake8: Bump to 3.9.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/Manifest|  1 +
 dev-python/flake8/flake8-3.9.2.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index f0818db095a..7b02bba580a 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1,3 +1,4 @@
 DIST flake8-3.8.4.tar.gz 163583 BLAKE2B 
221234931365912adffec99c7c6761d2f35918222bee902ade4d8009d24f6918c66d23fc4b973fe653152cc6857b62ba859780b0d9de53fb91b7ea0379bee9d0
 SHA512 
51ed09beed50175573e6184b404431b3f89aa6594c40c70ed8288982fe12c2a68992e36d69c99013188f03555bf9fef1ba4f111f8e389cef1e1daa69b41ff5b0
 DIST flake8-3.9.0.tar.gz 164144 BLAKE2B 
e265a392445038b04ee2d8c24a763b4b1eebe9682295b70d14c07dbd739b34abbe5f76bc01dd31df7c666a106b62c5312c0522d6771c5649a91d2720a9d14467
 SHA512 
bfeaa13737f23318da8673c28f0f10463c0aad71a01fe70797321de3b9b7efbe7b5d0ee0664b8440db6b35d7f29f157848757d55fcac531a0c6da6371d681b65
 DIST flake8-3.9.1.tar.gz 164752 BLAKE2B 
07f5049f8445bce87cee1509769e13f275f0e531b78a2769218233ac02a45ed7a8dc061f5253e4c136b47bfddfb574527d99dfff36d338516824167335f9a5fc
 SHA512 
c592308fa32ae73982e6441624a989bdc213b639b0473f7342e75f11e3844282a713dce1f4649575d375766fa1d6b2a1840707109ac8d4672c0d2917f89a3d33
+DIST flake8-3.9.2.tar.gz 164777 BLAKE2B 
1c991296a3e47e4c41f1196fcaf1e7ea059226dfb41657a52fc4f5a9023b54dba21dd99635398e12f37f52f6e498a0a1fb7d87aba0fe7098ebbdfb54dc5598b0
 SHA512 
618fe1b35070b24395e5d4da9fa1b1f6308abf6f85d8de71b8b553f84d70d9cd7d2a6f616fa1418db9a8b5ad3efab038f4e2d7c6020c0c1bdeb8157e666911fd

diff --git a/dev-python/flake8/flake8-3.9.2.ebuild 
b/dev-python/flake8/flake8-3.9.2.ebuild
new file mode 100644
index 000..26aa4852fa9
--- /dev/null
+++ b/dev-python/flake8/flake8-3.9.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
+HOMEPAGE="https://gitlab.com/pycqa/flake8 https://pypi.org/project/flake8/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-macos"
+
+# requires.txt inc. mccabe however that creates a circular dep
+RDEPEND="
+   >=dev-python/pyflakes-2.3.0[${PYTHON_USEDEP}]
+   =dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2021-04-29 Thread Michał Górny
commit: 6e313f088d3da15175eb20c529b03bf22434f1a0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 29 10:21:24 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 29 10:21:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e313f08

dev-python/flake8: Stabilize 3.9.0 ALLARCHES, #783279

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/flake8-3.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-3.9.0.ebuild 
b/dev-python/flake8/flake8-3.9.0.ebuild
index 4b9b899ae91..af15bd9018f 100644
--- a/dev-python/flake8/flake8-3.9.0.ebuild
+++ b/dev-python/flake8/flake8-3.9.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x64-macos"
 
 # requires.txt inc. mccabe however that creates a circular dep
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2021-04-16 Thread Michał Górny
commit: 24e2db8cefc364e9ecd0613f95fe7977574ea32a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 16 08:27:10 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 16 08:29:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24e2db8c

dev-python/flake8: Bump to 3.9.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/Manifest|  1 +
 dev-python/flake8/flake8-3.9.1.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index 29a6978be30..f0818db095a 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1,2 +1,3 @@
 DIST flake8-3.8.4.tar.gz 163583 BLAKE2B 
221234931365912adffec99c7c6761d2f35918222bee902ade4d8009d24f6918c66d23fc4b973fe653152cc6857b62ba859780b0d9de53fb91b7ea0379bee9d0
 SHA512 
51ed09beed50175573e6184b404431b3f89aa6594c40c70ed8288982fe12c2a68992e36d69c99013188f03555bf9fef1ba4f111f8e389cef1e1daa69b41ff5b0
 DIST flake8-3.9.0.tar.gz 164144 BLAKE2B 
e265a392445038b04ee2d8c24a763b4b1eebe9682295b70d14c07dbd739b34abbe5f76bc01dd31df7c666a106b62c5312c0522d6771c5649a91d2720a9d14467
 SHA512 
bfeaa13737f23318da8673c28f0f10463c0aad71a01fe70797321de3b9b7efbe7b5d0ee0664b8440db6b35d7f29f157848757d55fcac531a0c6da6371d681b65
+DIST flake8-3.9.1.tar.gz 164752 BLAKE2B 
07f5049f8445bce87cee1509769e13f275f0e531b78a2769218233ac02a45ed7a8dc061f5253e4c136b47bfddfb574527d99dfff36d338516824167335f9a5fc
 SHA512 
c592308fa32ae73982e6441624a989bdc213b639b0473f7342e75f11e3844282a713dce1f4649575d375766fa1d6b2a1840707109ac8d4672c0d2917f89a3d33

diff --git a/dev-python/flake8/flake8-3.9.1.ebuild 
b/dev-python/flake8/flake8-3.9.1.ebuild
new file mode 100644
index 000..4b9b899ae91
--- /dev/null
+++ b/dev-python/flake8/flake8-3.9.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
+HOMEPAGE="https://gitlab.com/pycqa/flake8 https://pypi.org/project/flake8/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-macos"
+
+# requires.txt inc. mccabe however that creates a circular dep
+RDEPEND="
+   >=dev-python/pyflakes-2.3.0[${PYTHON_USEDEP}]
+   =dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2021-03-15 Thread Michał Górny
commit: 46d96ce80608e2117dd71e85010fe1f5701f4b45
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 15 08:31:26 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 15 08:34:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46d96ce8

dev-python/flake8: Bump to 3.9.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/Manifest|  1 +
 dev-python/flake8/flake8-3.9.0.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index 998ffb90421..29a6978be30 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1 +1,2 @@
 DIST flake8-3.8.4.tar.gz 163583 BLAKE2B 
221234931365912adffec99c7c6761d2f35918222bee902ade4d8009d24f6918c66d23fc4b973fe653152cc6857b62ba859780b0d9de53fb91b7ea0379bee9d0
 SHA512 
51ed09beed50175573e6184b404431b3f89aa6594c40c70ed8288982fe12c2a68992e36d69c99013188f03555bf9fef1ba4f111f8e389cef1e1daa69b41ff5b0
+DIST flake8-3.9.0.tar.gz 164144 BLAKE2B 
e265a392445038b04ee2d8c24a763b4b1eebe9682295b70d14c07dbd739b34abbe5f76bc01dd31df7c666a106b62c5312c0522d6771c5649a91d2720a9d14467
 SHA512 
bfeaa13737f23318da8673c28f0f10463c0aad71a01fe70797321de3b9b7efbe7b5d0ee0664b8440db6b35d7f29f157848757d55fcac531a0c6da6371d681b65

diff --git a/dev-python/flake8/flake8-3.9.0.ebuild 
b/dev-python/flake8/flake8-3.9.0.ebuild
new file mode 100644
index 000..4b9b899ae91
--- /dev/null
+++ b/dev-python/flake8/flake8-3.9.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
+HOMEPAGE="https://gitlab.com/pycqa/flake8 https://pypi.org/project/flake8/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-macos"
+
+# requires.txt inc. mccabe however that creates a circular dep
+RDEPEND="
+   >=dev-python/pyflakes-2.3.0[${PYTHON_USEDEP}]
+   =dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/, dev-python/flake8/files/

2021-01-05 Thread Michał Górny
commit: 269342e22c4ab4ac5c5959ca20b38be9a5341e4b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan  5 21:25:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  5 21:27:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=269342e2

dev-python/flake8: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/Manifest |  2 -
 dev-python/flake8/files/flake8-3.8.3-pytest6.patch | 40 --
 dev-python/flake8/flake8-3.8.1.ebuild  | 47 --
 dev-python/flake8/flake8-3.8.3-r1.ebuild   | 41 ---
 4 files changed, 130 deletions(-)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index 93cecbab8ec..998ffb90421 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1,3 +1 @@
-DIST flake8-3.8.1.tar.gz 157166 BLAKE2B 
cc8b2dc11f78a6b9c62662086cc190a29a0a4e5a228d4823de8e2f3f327cea3e5df4db220faf9cc14fa34e3825b7d1e4fc4ccf9d1205b437903f327f3ebfa7bb
 SHA512 
f73a306be7d8e5bc48dd9d6d8f8cdee07a90c6c38ee7bd37a21f4be23f1812e4a1e214cc75ca1a324f40e750312b5d7ed573ff49d673f9a1f33aad188b108add
-DIST flake8-3.8.3.tar.gz 162305 BLAKE2B 
7211c9ff99ce2e8e3094e6a7a1917ee1b3d61902a45408b9c84f077097af8d1b0571e27209ed78409c9931ff53fdb660f81d1886773b8ef74ceb0bd3de60420c
 SHA512 
007158ea5caf60ff84e935f1b74a5f746fba00991c8808395ff72126dc1a8c8e135badc6f1f383027349076b8f3e146e9d0af27b6e24cdf97390463fd69ad940
 DIST flake8-3.8.4.tar.gz 163583 BLAKE2B 
221234931365912adffec99c7c6761d2f35918222bee902ade4d8009d24f6918c66d23fc4b973fe653152cc6857b62ba859780b0d9de53fb91b7ea0379bee9d0
 SHA512 
51ed09beed50175573e6184b404431b3f89aa6594c40c70ed8288982fe12c2a68992e36d69c99013188f03555bf9fef1ba4f111f8e389cef1e1daa69b41ff5b0

diff --git a/dev-python/flake8/files/flake8-3.8.3-pytest6.patch 
b/dev-python/flake8/files/flake8-3.8.3-pytest6.patch
deleted file mode 100644
index 78e7391d037..000
--- a/dev-python/flake8/files/flake8-3.8.3-pytest6.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-commit 91b09d5b376cfb8afd4b6af5b407f57aa42011c7
-Author: Miro Hrončok 
-Date:   Mon Jul 20 13:18:23 2020 +0200
-
-Tests: Add a value to mocked entry_points, so pytest 6+ can log it
-
-Pytest 6.0.0rc1 attempts to log a repr of our mocked entry_point,
-but it fails, becasue the repr metohod expects a valua attribute:
-
-Reproducer:
-
-$ tox -e py38 --force-dep 'pytest==6.0.0rc1'
-...
-Traceback (most recent call last):
-  File "/usr/lib/python3.8/logging/__init__.py", line 1081, in emit
-msg = self.format(record)
-  File "/usr/lib/python3.8/logging/__init__.py", line 925, in format
-return fmt.format(record)
-  File "/usr/lib/python3.8/logging/__init__.py", line 664, in format
-record.message = record.getMessage()
-  File "/usr/lib/python3.8/logging/__init__.py", line 369, in 
getMessage
-msg = msg % self.args
-  File 
"/tmp/flake8/.tox/py38/lib/python3.8/site-packages/flake8/plugins/manager.py", 
line 44, in __repr__
-self.name, self.entry_point.value
-  File 
"/tmp/flake8/.tox/py38/lib/python3.8/site-packages/mock/mock.py", line 632, in 
__getattr__
-raise AttributeError("Mock object has no attribute %r" % name)
-AttributeError: Mock object has no attribute 'value'
-
-diff --git a/tests/integration/test_checker.py 
b/tests/integration/test_checker.py
-index eaab5c3..0acdb6e 100644
 a/tests/integration/test_checker.py
-+++ b/tests/integration/test_checker.py
-@@ -100,6 +100,7 @@ def mock_file_checker_with_plugin(plugin_target):
- entry_point = mock.Mock(spec=['load'])
- entry_point.name = plugin_target.name
- entry_point.load.return_value = plugin_target
-+entry_point.value = 'mocked:value'
- 
- # Load the checker plugins using the entry point mock
- with mock.patch.object(

diff --git a/dev-python/flake8/flake8-3.8.1.ebuild 
b/dev-python/flake8/flake8-3.8.1.ebuild
deleted file mode 100644
index abe4695b59c..000
--- a/dev-python/flake8/flake8-3.8.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
-HOMEPAGE="https://gitlab.com/pycqa/flake8 https://pypi.org/project/flake8/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
-
-# requires.txt inc. mccabe however that creates a circular dep
-RDEPEND="
-   >=dev-python/pyflakes-2.2.0[${PYTHON_USEDEP}]
-   =dev-python/pycodestyle-2.6.0[${PYTHON_USEDEP}]
-   https://gitlab.com/pycqa/flake8 https://pypi.org/project/flake8/";
-SRC_URI="mirror://pypi/${

[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2021-01-05 Thread Sam James
commit: cc234e32ea2ff7c2939773931f56c449764fe324
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan  5 21:02:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan  5 21:02:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc234e32

dev-python/flake8: Stabilize 3.8.4 ALLARCHES, #763699

Signed-off-by: Sam James  gentoo.org>

 dev-python/flake8/flake8-3.8.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/flake8/flake8-3.8.4.ebuild 
b/dev-python/flake8/flake8-3.8.4.ebuild
index c3d63314f8b..8da47400b61 100644
--- a/dev-python/flake8/flake8-3.8.4.ebuild
+++ b/dev-python/flake8/flake8-3.8.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x64-macos"
 
 # requires.txt inc. mccabe however that creates a circular dep
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2020-12-06 Thread Matt Turner
commit: 7112d613d26ba20075ee68c557fb9bd8ea344f83
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Dec  7 04:26:11 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Dec  7 04:26:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7112d613

dev-python/flake8: Keyword 3.8.4 alpha, #746137

Signed-off-by: Matt Turner  gentoo.org>

 dev-python/flake8/flake8-3.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-3.8.4.ebuild 
b/dev-python/flake8/flake8-3.8.4.ebuild
index 166e5b0cabd..c3d63314f8b 100644
--- a/dev-python/flake8/flake8-3.8.4.ebuild
+++ b/dev-python/flake8/flake8-3.8.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-macos"
 
 # requires.txt inc. mccabe however that creates a circular dep
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2020-12-05 Thread Sam James
commit: 138d17f54c7893a7a00d4baed03779fdfa0649b3
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec  5 21:13:33 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec  5 23:48:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=138d17f5

dev-python/flake8: bump to 3.8.4

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/flake8/Manifest|  1 +
 dev-python/flake8/flake8-3.8.4.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index 26713f2ebbc..93cecbab8ec 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1,2 +1,3 @@
 DIST flake8-3.8.1.tar.gz 157166 BLAKE2B 
cc8b2dc11f78a6b9c62662086cc190a29a0a4e5a228d4823de8e2f3f327cea3e5df4db220faf9cc14fa34e3825b7d1e4fc4ccf9d1205b437903f327f3ebfa7bb
 SHA512 
f73a306be7d8e5bc48dd9d6d8f8cdee07a90c6c38ee7bd37a21f4be23f1812e4a1e214cc75ca1a324f40e750312b5d7ed573ff49d673f9a1f33aad188b108add
 DIST flake8-3.8.3.tar.gz 162305 BLAKE2B 
7211c9ff99ce2e8e3094e6a7a1917ee1b3d61902a45408b9c84f077097af8d1b0571e27209ed78409c9931ff53fdb660f81d1886773b8ef74ceb0bd3de60420c
 SHA512 
007158ea5caf60ff84e935f1b74a5f746fba00991c8808395ff72126dc1a8c8e135badc6f1f383027349076b8f3e146e9d0af27b6e24cdf97390463fd69ad940
+DIST flake8-3.8.4.tar.gz 163583 BLAKE2B 
221234931365912adffec99c7c6761d2f35918222bee902ade4d8009d24f6918c66d23fc4b973fe653152cc6857b62ba859780b0d9de53fb91b7ea0379bee9d0
 SHA512 
51ed09beed50175573e6184b404431b3f89aa6594c40c70ed8288982fe12c2a68992e36d69c99013188f03555bf9fef1ba4f111f8e389cef1e1daa69b41ff5b0

diff --git a/dev-python/flake8/flake8-3.8.4.ebuild 
b/dev-python/flake8/flake8-3.8.4.ebuild
new file mode 100644
index 000..166e5b0cabd
--- /dev/null
+++ b/dev-python/flake8/flake8-3.8.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
+HOMEPAGE="https://gitlab.com/pycqa/flake8 https://pypi.org/project/flake8/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~x64-macos"
+
+# requires.txt inc. mccabe however that creates a circular dep
+RDEPEND="
+   >=dev-python/pyflakes-2.2.0[${PYTHON_USEDEP}]
+   =dev-python/pycodestyle-2.6.0[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2020-12-01 Thread Michał Górny
commit: 9d4f780a50d64f19a1ce0c090de98bb04e24f3a3
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 28 23:45:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec  1 10:31:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d4f780a

dev-python/flake8: Use distutils_enable_tests --install

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/flake8-3.8.3-r1.ebuild | 8 +---
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/dev-python/flake8/flake8-3.8.3-r1.ebuild 
b/dev-python/flake8/flake8-3.8.3-r1.ebuild
index 55e6d64f8d8..1bfc0de5354 100644
--- a/dev-python/flake8/flake8-3.8.3-r1.ebuild
+++ b/dev-python/flake8/flake8-3.8.3-r1.ebuild
@@ -38,10 +38,4 @@ BDEPEND="${RDEPEND}
 PATCHES=( "${FILESDIR}/${P}-pytest6.patch" )
 
 distutils_enable_sphinx docs/source dev-python/sphinx-prompt 
dev-python/sphinx_rtd_theme
-distutils_enable_tests pytest
-
-python_test() {
-   # Otherwise some tests fail if the package isn't installed
-   distutils_install_for_testing
-   pytest -vv || die "Tests fail with ${EPYTHON}"
-}
+distutils_enable_tests --install pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2020-11-28 Thread Sam James
commit: 8b57492d2b4a964c5146bc33d9de54865214561a
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 28 15:30:31 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 28 15:30:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b57492d

dev-python/flake8: ~x64-macos keyworded

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/flake8/flake8-3.8.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-3.8.3-r1.ebuild 
b/dev-python/flake8/flake8-3.8.3-r1.ebuild
index 7f9df80e88f..55e6d64f8d8 100644
--- a/dev-python/flake8/flake8-3.8.3-r1.ebuild
+++ b/dev-python/flake8/flake8-3.8.3-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x64-macos"
 
 # requires.txt inc. mccabe however that creates a circular dep
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8-import-order/

2020-11-17 Thread Michał Górny
commit: 012324c01ef94438c1f7d9ece9abc7fe86199723
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 17 14:48:06 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 17 14:49:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012324c0

dev-python/flake8-import-order: Port up to py3.9

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8-import-order/flake8-import-order-0.18.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/flake8-import-order/flake8-import-order-0.18.ebuild 
b/dev-python/flake8-import-order/flake8-import-order-0.18.ebuild
index 9d78d200f61..c2d3b7e81c6 100644
--- a/dev-python/flake8-import-order/flake8-import-order-0.18.ebuild
+++ b/dev-python/flake8-import-order/flake8-import-order-0.18.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7..9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
@@ -28,5 +28,5 @@ DEPEND="${RDEPEND}
)"
 
 python_test() {
-   py.test -v tests || die "tests failed with ${EPYTHON}"
+   pytest -vv tests || die "tests failed with ${EPYTHON}"
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2020-11-08 Thread Sam James
commit: a38a396bfbaaa36047de73d73d3d105c3365409f
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  8 21:13:13 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  8 21:13:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a38a396b

dev-python/flake8: Stabilize 3.8.3-r1 ALLARCHES, #753539

Signed-off-by: Sam James  gentoo.org>

 dev-python/flake8/flake8-3.8.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-3.8.3-r1.ebuild 
b/dev-python/flake8/flake8-3.8.3-r1.ebuild
index 0c51e5d1db7..7f9df80e88f 100644
--- a/dev-python/flake8/flake8-3.8.3-r1.ebuild
+++ b/dev-python/flake8/flake8-3.8.3-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 
 # requires.txt inc. mccabe however that creates a circular dep
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2020-11-08 Thread Sam James
commit: 369217bbe9deffc1357c325369af9e286b62c9ae
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  8 21:09:30 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  8 21:10:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=369217bb

dev-python/flake8: Stabilize 3.8.3-r1 arm64, #753539

Signed-off-by: Sam James  gentoo.org>

 dev-python/flake8/flake8-3.8.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-3.8.3-r1.ebuild 
b/dev-python/flake8/flake8-3.8.3-r1.ebuild
index 57ef4dfea5f..0c51e5d1db7 100644
--- a/dev-python/flake8/flake8-3.8.3-r1.ebuild
+++ b/dev-python/flake8/flake8-3.8.3-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
 
 # requires.txt inc. mccabe however that creates a circular dep
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2020-11-08 Thread Sam James
commit: fc20b7e251e5dd2a0fb88e088e1e3867e0ecbde5
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  8 21:08:29 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  8 21:08:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc20b7e2

dev-python/flake8: Stabilize 3.8.3-r1 amd64, #753539

Signed-off-by: Sam James  gentoo.org>

 dev-python/flake8/flake8-3.8.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-3.8.3-r1.ebuild 
b/dev-python/flake8/flake8-3.8.3-r1.ebuild
index 838f055ce2e..57ef4dfea5f 100644
--- a/dev-python/flake8/flake8-3.8.3-r1.ebuild
+++ b/dev-python/flake8/flake8-3.8.3-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
 
 # requires.txt inc. mccabe however that creates a circular dep
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2020-10-21 Thread Joshua Kinard
commit: ea3c4874317324bfea07a1d0c16fc5642239d064
Author: Joshua Kinard  gentoo  org>
AuthorDate: Thu Oct 22 02:09:17 2020 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Thu Oct 22 02:09:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3c4874

dev-python/flake8: Added ~mips to KEYWORDS

Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.8, Repoman-3.0.2

 dev-python/flake8/flake8-3.8.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-3.8.3-r1.ebuild 
b/dev-python/flake8/flake8-3.8.3-r1.ebuild
index 8076bf0ff4b..838f055ce2e 100644
--- a/dev-python/flake8/flake8-3.8.3-r1.ebuild
+++ b/dev-python/flake8/flake8-3.8.3-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
 
 # requires.txt inc. mccabe however that creates a circular dep
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8-import-order/

2020-10-14 Thread Zac Medico
commit: 7c5f813caffd06e29fc62303df931ec260a13bfb
Author: Jakov Smolic  sartura  hr>
AuthorDate: Wed Oct 14 13:25:30 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Oct 15 01:44:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5f813c

dev-python/flake8-import-order: correct DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/748336
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Zac Medico  gentoo.org>

 dev-python/flake8-import-order/flake8-import-order-0.18.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/flake8-import-order/flake8-import-order-0.18.ebuild 
b/dev-python/flake8-import-order/flake8-import-order-0.18.ebuild
index e4c14bfe095..1b167ca6553 100644
--- a/dev-python/flake8-import-order/flake8-import-order-0.18.ebuild
+++ b/dev-python/flake8-import-order/flake8-import-order-0.18.ebuild
@@ -4,6 +4,7 @@
 EAPI=6
 
 PYTHON_COMPAT=( python3_{6,7} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 
@@ -17,8 +18,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/pycodestyle[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/pycodestyle[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
test? (
dev-python/pytest[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2020-10-10 Thread Sergei Trofimovich
commit: e45ddede5b19a3633739da1894550e04739cc4f9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Oct 10 13:50:18 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Oct 10 13:50:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e45ddede

dev-python/flake8: keyworded 3.8.3-r1 for ppc64

keyworded wrt bug #746137

Package-Manager: Portage-3.0.8, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/flake8/flake8-3.8.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-3.8.3-r1.ebuild 
b/dev-python/flake8/flake8-3.8.3-r1.ebuild
index d706cc761ef..8076bf0ff4b 100644
--- a/dev-python/flake8/flake8-3.8.3-r1.ebuild
+++ b/dev-python/flake8/flake8-3.8.3-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 
 # requires.txt inc. mccabe however that creates a circular dep
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2020-10-10 Thread Sergei Trofimovich
commit: 3b2c2c38a1b728313180369524af452b1be450fc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Oct 10 13:47:39 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Oct 10 13:47:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b2c2c38

dev-python/flake8: keyworded 3.8.3-r1 for ppc

keyworded wrt bug #746137

Package-Manager: Portage-3.0.8, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/flake8/flake8-3.8.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-3.8.3-r1.ebuild 
b/dev-python/flake8/flake8-3.8.3-r1.ebuild
index d64a823cf23..d706cc761ef 100644
--- a/dev-python/flake8/flake8-3.8.3-r1.ebuild
+++ b/dev-python/flake8/flake8-3.8.3-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~s390 ~sparc ~x86"
 
 # requires.txt inc. mccabe however that creates a circular dep
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2020-10-04 Thread Sam James
commit: 12e30bdf45047b2419275fb7723074d39a5a37f5
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct  4 14:14:55 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct  4 14:17:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12e30bdf

dev-python/flake8: Keyword 3.8.3-r1 arm64, #746137

Signed-off-by: Sam James  gentoo.org>

 dev-python/flake8/flake8-3.8.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-3.8.3-r1.ebuild 
b/dev-python/flake8/flake8-3.8.3-r1.ebuild
index 820cd24e17e..d64a823cf23 100644
--- a/dev-python/flake8/flake8-3.8.3-r1.ebuild
+++ b/dev-python/flake8/flake8-3.8.3-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~s390 ~sparc ~x86"
 
 # requires.txt inc. mccabe however that creates a circular dep
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2020-10-03 Thread Louis Sautier
commit: 794a3e300c98a035aeba9d42626f1fe63478
Author: Louis Sautier  gentoo  org>
AuthorDate: Sat Oct  3 18:51:38 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sat Oct  3 19:13:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=794a3e30

dev-python/flake8: add Python 3.9 support, fix deps for Python >=3.8

dev-python/mccabe will be added in the next commit.

Package-Manager: Portage-3.0.8, Repoman-3.0.1
RepoMan-Options: --force
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/flake8/{flake8-3.8.3.ebuild => flake8-3.8.3-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/flake8/flake8-3.8.3.ebuild 
b/dev-python/flake8/flake8-3.8.3-r1.ebuild
similarity index 90%
rename from dev-python/flake8/flake8-3.8.3.ebuild
rename to dev-python/flake8/flake8-3.8.3-r1.ebuild
index ebb82197293..820cd24e17e 100644
--- a/dev-python/flake8/flake8-3.8.3.ebuild
+++ b/dev-python/flake8/flake8-3.8.3-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{6..8} )
+PYTHON_COMPAT=( pypy3 python3_{6..9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
@@ -22,7 +22,7 @@ RDEPEND="
=dev-python/pycodestyle-2.6.0[${PYTHON_USEDEP}]

[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2020-10-03 Thread Sam James
commit: cce555f813c2e216ec65863a76d73dc4e43f7f41
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  3 16:12:14 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  3 16:12:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce555f8

dev-python/flake8: Keyword 3.8.3 arm, #746137

Signed-off-by: Sam James  gentoo.org>

 dev-python/flake8/flake8-3.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-3.8.3.ebuild 
b/dev-python/flake8/flake8-3.8.3.ebuild
index 0a1d9926da4..ebb82197293 100644
--- a/dev-python/flake8/flake8-3.8.3.ebuild
+++ b/dev-python/flake8/flake8-3.8.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~s390 ~sparc ~x86"
 
 # requires.txt inc. mccabe however that creates a circular dep
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2020-10-03 Thread Sergei Trofimovich
commit: cf1bfeeeb78de2fc08e99e02e1e38ac804deecfc
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Oct  3 11:29:33 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Oct  3 12:16:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf1bfeee

dev-python/flake8: keyworded 3.8.3 for hppa/sparc, bug #746137

Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="hppa sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/flake8/flake8-3.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-3.8.3.ebuild 
b/dev-python/flake8/flake8-3.8.3.ebuild
index b7dd05d2331..0a1d9926da4 100644
--- a/dev-python/flake8/flake8-3.8.3.ebuild
+++ b/dev-python/flake8/flake8-3.8.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~s390 ~x86"
+KEYWORDS="~amd64 ~hppa ~ia64 ~s390 ~sparc ~x86"
 
 # requires.txt inc. mccabe however that creates a circular dep
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2020-10-03 Thread Sergei Trofimovich
commit: 726e6ad3c369bf9dc7e90838acb99aaf7fc9362a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Oct  3 10:19:11 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Oct  3 10:19:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=726e6ad3

dev-python/flake8: keyworded 3.8.3 for ia64

keyworded wrt bug #746137

Package-Manager: Portage-3.0.8, Repoman-3.0.1
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/flake8/flake8-3.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-3.8.3.ebuild 
b/dev-python/flake8/flake8-3.8.3.ebuild
index 7fb88e57ff1..b7dd05d2331 100644
--- a/dev-python/flake8/flake8-3.8.3.ebuild
+++ b/dev-python/flake8/flake8-3.8.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~s390 ~x86"
+KEYWORDS="~amd64 ~ia64 ~s390 ~x86"
 
 # requires.txt inc. mccabe however that creates a circular dep
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/, dev-python/flake8/files/

2020-10-02 Thread Louis Sautier
commit: 374ffcd390ba715c76bc69084eca4abae42c512d
Author: Louis Sautier  gentoo  org>
AuthorDate: Fri Oct  2 12:32:12 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Fri Oct  2 13:08:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=374ffcd3

dev-python/flake8: bump to 3.8.3, fix tests, re-add doc

Closes: https://bugs.gentoo.org/706310
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/flake8/Manifest |  1 +
 dev-python/flake8/files/flake8-3.8.3-pytest6.patch | 40 ++
 dev-python/flake8/flake8-3.8.3.ebuild  | 47 ++
 3 files changed, 88 insertions(+)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index ef65d6c22b0..26713f2ebbc 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1 +1,2 @@
 DIST flake8-3.8.1.tar.gz 157166 BLAKE2B 
cc8b2dc11f78a6b9c62662086cc190a29a0a4e5a228d4823de8e2f3f327cea3e5df4db220faf9cc14fa34e3825b7d1e4fc4ccf9d1205b437903f327f3ebfa7bb
 SHA512 
f73a306be7d8e5bc48dd9d6d8f8cdee07a90c6c38ee7bd37a21f4be23f1812e4a1e214cc75ca1a324f40e750312b5d7ed573ff49d673f9a1f33aad188b108add
+DIST flake8-3.8.3.tar.gz 162305 BLAKE2B 
7211c9ff99ce2e8e3094e6a7a1917ee1b3d61902a45408b9c84f077097af8d1b0571e27209ed78409c9931ff53fdb660f81d1886773b8ef74ceb0bd3de60420c
 SHA512 
007158ea5caf60ff84e935f1b74a5f746fba00991c8808395ff72126dc1a8c8e135badc6f1f383027349076b8f3e146e9d0af27b6e24cdf97390463fd69ad940

diff --git a/dev-python/flake8/files/flake8-3.8.3-pytest6.patch 
b/dev-python/flake8/files/flake8-3.8.3-pytest6.patch
new file mode 100644
index 000..78e7391d037
--- /dev/null
+++ b/dev-python/flake8/files/flake8-3.8.3-pytest6.patch
@@ -0,0 +1,40 @@
+commit 91b09d5b376cfb8afd4b6af5b407f57aa42011c7
+Author: Miro Hrončok 
+Date:   Mon Jul 20 13:18:23 2020 +0200
+
+Tests: Add a value to mocked entry_points, so pytest 6+ can log it
+
+Pytest 6.0.0rc1 attempts to log a repr of our mocked entry_point,
+but it fails, becasue the repr metohod expects a valua attribute:
+
+Reproducer:
+
+$ tox -e py38 --force-dep 'pytest==6.0.0rc1'
+...
+Traceback (most recent call last):
+  File "/usr/lib/python3.8/logging/__init__.py", line 1081, in emit
+msg = self.format(record)
+  File "/usr/lib/python3.8/logging/__init__.py", line 925, in format
+return fmt.format(record)
+  File "/usr/lib/python3.8/logging/__init__.py", line 664, in format
+record.message = record.getMessage()
+  File "/usr/lib/python3.8/logging/__init__.py", line 369, in 
getMessage
+msg = msg % self.args
+  File 
"/tmp/flake8/.tox/py38/lib/python3.8/site-packages/flake8/plugins/manager.py", 
line 44, in __repr__
+self.name, self.entry_point.value
+  File 
"/tmp/flake8/.tox/py38/lib/python3.8/site-packages/mock/mock.py", line 632, in 
__getattr__
+raise AttributeError("Mock object has no attribute %r" % name)
+AttributeError: Mock object has no attribute 'value'
+
+diff --git a/tests/integration/test_checker.py 
b/tests/integration/test_checker.py
+index eaab5c3..0acdb6e 100644
+--- a/tests/integration/test_checker.py
 b/tests/integration/test_checker.py
+@@ -100,6 +100,7 @@ def mock_file_checker_with_plugin(plugin_target):
+ entry_point = mock.Mock(spec=['load'])
+ entry_point.name = plugin_target.name
+ entry_point.load.return_value = plugin_target
++entry_point.value = 'mocked:value'
+ 
+ # Load the checker plugins using the entry point mock
+ with mock.patch.object(

diff --git a/dev-python/flake8/flake8-3.8.3.ebuild 
b/dev-python/flake8/flake8-3.8.3.ebuild
new file mode 100644
index 000..7fb88e57ff1
--- /dev/null
+++ b/dev-python/flake8/flake8-3.8.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{6..8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
+HOMEPAGE="https://gitlab.com/pycqa/flake8 https://pypi.org/project/flake8/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~s390 ~x86"
+
+# requires.txt inc. mccabe however that creates a circular dep
+RDEPEND="
+   >=dev-python/pyflakes-2.2.0[${PYTHON_USEDEP}]
+   =dev-python/pycodestyle-2.6.0[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2020-07-13 Thread Sam James
commit: e2f72e7238e20541da01c7f356213a94e5da4c2a
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 13 16:49:24 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 13 16:49:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f72e72

dev-python/flake8: s390 keyworded (bug #701498)

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/flake8/flake8-3.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-3.8.1.ebuild 
b/dev-python/flake8/flake8-3.8.1.ebuild
index a78e1748641..8d00e5cc8e0 100644
--- a/dev-python/flake8/flake8-3.8.1.ebuild
+++ b/dev-python/flake8/flake8-3.8.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 
 # requires.txt inc. mccabe however that creates a circular dep
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2020-07-08 Thread Michał Górny
commit: 7c978ad9c8ba876479b77b8fbfc7d5200c035863
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul  9 04:58:04 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul  9 05:14:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c978ad9

dev-python/flake8: Mark ALLARCHES

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/flake8/metadata.xml b/dev-python/flake8/metadata.xml
index ef6942e1e79..86d293288a3 100644
--- a/dev-python/flake8/metadata.xml
+++ b/dev-python/flake8/metadata.xml
@@ -5,6 +5,7 @@
 [email protected]
 Python
   
+  
   
 flake8
 pycqa/flake8



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2020-07-08 Thread Michał Górny
commit: 51c8c4bd7d0fa4758fea7ddb07f6bd09e5754bb8
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul  9 05:14:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul  9 05:14:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c8c4bd

dev-python/flake8: Stabilize 3.8.1 ALLARCHES, #731376

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/flake8-3.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-3.8.1.ebuild 
b/dev-python/flake8/flake8-3.8.1.ebuild
index 806a6b8f638..a78e1748641 100644
--- a/dev-python/flake8/flake8-3.8.1.ebuild
+++ b/dev-python/flake8/flake8-3.8.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86"
 
 # requires.txt inc. mccabe however that creates a circular dep
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2020-05-26 Thread Matt Turner
commit: 912dff6951e30f72317094ab66d90d870ff23ed0
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu May 14 12:26:06 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 26 20:41:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912dff69

dev-python/flake8: version bump

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/15790
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/flake8/Manifest|  1 +
 dev-python/flake8/flake8-3.8.1.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index eb339487dbf..89eb07174c2 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1 +1,2 @@
 DIST flake8-3.7.9.tar.gz 150123 BLAKE2B 
fd46710c0dcce7d3dcb3d5fc8ff7a83a35315679fa838e68abafd5bdc342c13218706fec0dac3fc9a6d919971f1f846c855f00cbd60c925e979378e431dace0b
 SHA512 
c3c753ad050d8a8f87f7c28c8a1c953ed9bd04f08b09512d9323152b4eebb57d67fbfb0f5317d629174fa12fa234e1a86d6a633dd951fff6a45330b1c4f62850
+DIST flake8-3.8.1.tar.gz 157166 BLAKE2B 
cc8b2dc11f78a6b9c62662086cc190a29a0a4e5a228d4823de8e2f3f327cea3e5df4db220faf9cc14fa34e3825b7d1e4fc4ccf9d1205b437903f327f3ebfa7bb
 SHA512 
f73a306be7d8e5bc48dd9d6d8f8cdee07a90c6c38ee7bd37a21f4be23f1812e4a1e214cc75ca1a324f40e750312b5d7ed573ff49d673f9a1f33aad188b108add

diff --git a/dev-python/flake8/flake8-3.8.1.ebuild 
b/dev-python/flake8/flake8-3.8.1.ebuild
new file mode 100644
index 000..806a6b8f638
--- /dev/null
+++ b/dev-python/flake8/flake8-3.8.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
+HOMEPAGE="https://gitlab.com/pycqa/flake8 https://pypi.org/project/flake8/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# requires.txt inc. mccabe however that creates a circular dep
+RDEPEND="
+   >=dev-python/pyflakes-2.2.0[${PYTHON_USEDEP}]
+   =dev-python/pycodestyle-2.6.0[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8-polyfill/

2020-05-04 Thread Michał Górny
commit: 6f924a23b3c15080a3a35c951956284973f88bd5
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  4 10:56:04 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  4 10:56:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f924a23

dev-python/flake8-polyfill: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8-polyfill/Manifest|  1 -
 .../flake8-polyfill/flake8-polyfill-1.0.1.ebuild   | 29 --
 2 files changed, 30 deletions(-)

diff --git a/dev-python/flake8-polyfill/Manifest 
b/dev-python/flake8-polyfill/Manifest
index bea89d8b346..e642a86f41e 100644
--- a/dev-python/flake8-polyfill/Manifest
+++ b/dev-python/flake8-polyfill/Manifest
@@ -1,2 +1 @@
-DIST flake8-polyfill-1.0.1.tar.gz 8094 BLAKE2B 
1e93503b7f45da1d2f8086ea7e2f619df73a68f6680e958fd1dc13dfa0409ecaf0a045e1a6fbb3634279b17479e7227d68412d97c16d3a87182ae2a3e2c7cc11
 SHA512 
cdb1530c004015fc44007eb4efb5a84b2ff6f22bf75b3a33ada0c0e80eca5e137a2504baea11ae186018ff7617c8935bc14c36703c17c533a27abc81f9856883
 DIST flake8-polyfill-1.0.2.tar.gz 7591 BLAKE2B 
59c55e054b04098ad2e1c95d3464f3582fdfe2a83da75c8cebf556e2e7e32abeccf1bf69ec2d0b5c9790179d1c905da21b27e60e1c9810b62502c455193851fe
 SHA512 
767a599aacbe87328b3e36bd85e0841870760ed9bd95dd3a4a9084edc6f0ae89f8203d565c2b075f16f1db21b647c17b2aa59b08e4702109d7e5f79f36d9f3fa

diff --git a/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild 
b/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild
deleted file mode 100644
index f9bfa4de2ea..000
--- a/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-inherit distutils-r1
-
-DESCRIPTION="Polyfill package for Flake8 plugins"
-HOMEPAGE="https://gitlab.com/pycqa/flake8";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-EGIT_REPO_URI="https://gitlab.com/pycqa/flake8-polyfill.git";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( ${RDEPEND}
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )"
-
-python_test() {
-   py.test -v || die "Tests fail with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8-import-order/

2020-04-26 Thread Zac Medico
commit: d321431604f38adea2d596bd0223b2145a00c5ec
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Apr 27 00:33:01 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Apr 27 00:48:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3214316

dev-python/flake8-import-order: Update PYTHON_COMPAT

Reported-by: Chris Mayo  gmail.com>
Closes: https://bugs.gentoo.org/680170
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Zac Medico  gentoo.org>

 dev-python/flake8-import-order/flake8-import-order-0.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8-import-order/flake8-import-order-0.18.ebuild 
b/dev-python/flake8-import-order/flake8-import-order-0.18.ebuild
index fa828ad70e7..e4c14bfe095 100644
--- a/dev-python/flake8-import-order/flake8-import-order-0.18.ebuild
+++ b/dev-python/flake8-import-order/flake8-import-order-0.18.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2020-04-15 Thread Mike Gilbert
commit: e04ee662e33109ce700844077a6c3306038dd535
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Apr 15 18:56:12 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Apr 15 18:56:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e04ee662

dev-python/flake8: DISTUTILS_USE_SETUPTOOLS=rdepend

Signed-off-by: Mike Gilbert  gentoo.org>

 dev-python/flake8/flake8-3.7.9.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/flake8/flake8-3.7.9.ebuild 
b/dev-python/flake8/flake8-3.7.9.ebuild
index 644e9f992dd..15409f7d842 100644
--- a/dev-python/flake8/flake8-3.7.9.ebuild
+++ b/dev-python/flake8/flake8-3.7.9.ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2020-04-08 Thread Sergei Trofimovich
commit: d1872ff56d95a1b23f30a56787481e2c475a2683
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Apr  8 20:41:21 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Apr  8 20:53:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1872ff5

dev-python/flake8: stable 3.7.9 for hppa, bug #706568

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/flake8/flake8-3.7.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-3.7.9.ebuild 
b/dev-python/flake8/flake8-3.7.9.ebuild
index b9a9915b3a9..644e9f992dd 100644
--- a/dev-python/flake8/flake8-3.7.9.ebuild
+++ b/dev-python/flake8/flake8-3.7.9.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="test"
 
 # requires.txt inc. mccabe however that creates a circular dep



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2020-04-05 Thread Robin H. Johnson
commit: 505cc6eba29093b67a1084bd3f71e228462e2a71
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Apr  6 00:04:24 2020 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Apr  6 00:04:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=505cc6eb

dev-python/flake8: remove dev-python/pep8 blocker

Acked-by: Patrick McLean  gentoo.org>
Signed-off-by: Robin H. Johnson  gentoo.org>

 dev-python/flake8/flake8-3.7.9.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/flake8/flake8-3.7.9.ebuild 
b/dev-python/flake8/flake8-3.7.9.ebuild
index 951a1a1af77..b9a9915b3a9 100644
--- a/dev-python/flake8/flake8-3.7.9.ebuild
+++ b/dev-python/flake8/flake8-3.7.9.ebuild
@@ -30,7 +30,6 @@ RDEPEND="
dev-python/functools32[${PYTHON_USEDEP}]
dev-python/typing[${PYTHON_USEDEP}]
' -2)
-   !dev-python/pep8[${PYTHON_USEDEP}]
 "
 PDEPEND="
>=dev-python/mccabe-0.6.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8-polyfill/

2020-04-03 Thread Zac Medico
commit: dbd732eefc4ea69f61439555f733e44d59a40511
Author: Nils Freydank  posteo  de>
AuthorDate: Wed Mar 25 15:54:03 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Apr  4 05:05:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd732ee

dev-python/flake8-polyfill: Bump to 1.0.2

This bump also enables support for python 3.8 and fixes the tests.

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Nils Freydank  posteo.de>
Signed-off-by: Zac Medico  gentoo.org>

 dev-python/flake8-polyfill/Manifest|  1 +
 .../flake8-polyfill/flake8-polyfill-1.0.2.ebuild   | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/flake8-polyfill/Manifest 
b/dev-python/flake8-polyfill/Manifest
index cb4dea47e7d..bea89d8b346 100644
--- a/dev-python/flake8-polyfill/Manifest
+++ b/dev-python/flake8-polyfill/Manifest
@@ -1 +1,2 @@
 DIST flake8-polyfill-1.0.1.tar.gz 8094 BLAKE2B 
1e93503b7f45da1d2f8086ea7e2f619df73a68f6680e958fd1dc13dfa0409ecaf0a045e1a6fbb3634279b17479e7227d68412d97c16d3a87182ae2a3e2c7cc11
 SHA512 
cdb1530c004015fc44007eb4efb5a84b2ff6f22bf75b3a33ada0c0e80eca5e137a2504baea11ae186018ff7617c8935bc14c36703c17c533a27abc81f9856883
+DIST flake8-polyfill-1.0.2.tar.gz 7591 BLAKE2B 
59c55e054b04098ad2e1c95d3464f3582fdfe2a83da75c8cebf556e2e7e32abeccf1bf69ec2d0b5c9790179d1c905da21b27e60e1c9810b62502c455193851fe
 SHA512 
767a599aacbe87328b3e36bd85e0841870760ed9bd95dd3a4a9084edc6f0ae89f8203d565c2b075f16f1db21b647c17b2aa59b08e4702109d7e5f79f36d9f3fa

diff --git a/dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild 
b/dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild
new file mode 100644
index 000..c6401841c1d
--- /dev/null
+++ b/dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit distutils-r1
+
+DESCRIPTION="Polyfill package for Flake8 plugins"
+HOMEPAGE="https://gitlab.com/pycqa/flake8-polyfill";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+EGIT_REPO_URI="https://gitlab.com/pycqa/flake8-polyfill.git";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( ${RDEPEND}
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pycodestyle[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # Get rid of the test that seems to test only the migration from
+   # pep8 to pycodestyle (bug 598918).
+   rm "tests/test_stdin.py" || die
+   sed -e 's|\[pytest\]|\[tool:pytest\]|' -i setup.cfg || die
+   distutils-r1_python_prepare_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2020-04-03 Thread Sergei Trofimovich
commit: 1520decc940d73de612ae32d06c7ff5bd43075d2
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Apr  3 22:30:18 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Apr  3 22:31:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1520decc

dev-python/flake8: revert back to ~ia64

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/flake8/flake8-3.7.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-3.7.9.ebuild 
b/dev-python/flake8/flake8-3.7.9.ebuild
index 0d6c734b1ae..951a1a1af77 100644
--- a/dev-python/flake8/flake8-3.7.9.ebuild
+++ b/dev-python/flake8/flake8-3.7.9.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="test"
 
 # requires.txt inc. mccabe however that creates a circular dep



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2020-04-03 Thread Sergei Trofimovich
commit: 9f2cd2b6ef7d4418ce42baf2f139c5fcc3240bf6
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Apr  3 15:32:57 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Apr  3 21:57:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f2cd2b6

dev-python/flake8: keyworded 3.7.9 for hppa, bug #701498

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/flake8/flake8-3.7.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-3.7.9.ebuild 
b/dev-python/flake8/flake8-3.7.9.ebuild
index bfe920b8147..0d6c734b1ae 100644
--- a/dev-python/flake8/flake8-3.7.9.ebuild
+++ b/dev-python/flake8/flake8-3.7.9.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ppc ppc64 sparc x86"
 IUSE="test"
 
 # requires.txt inc. mccabe however that creates a circular dep



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2020-03-27 Thread Michał Górny
commit: adee39aaf603883b670a11d86a3eea39480b4375
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 08:56:06 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 08:58:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adee39aa

dev-python/flake8: Remove redundant versions

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/Manifest|  1 -
 dev-python/flake8/flake8-3.5.0.ebuild | 54 ---
 2 files changed, 55 deletions(-)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index 5432131e6a9..eb339487dbf 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1,2 +1 @@
-DIST flake8-3.5.0.tar.gz 140608 BLAKE2B 
938ad4406370da27155512355432edd23a824db1d6ee635591628fefad43ee1116256ae7f240496d93941800212ea2479be73fb9ee9bd03c9a54ab70bbce452f
 SHA512 
ac5d1bd9c44ed76c9e5cbd941b24bb552aa76e156b24ccda6cc8440ee90f3a574fdb393665adc75298e4f57111d7ab3115ef21ef9088fb327d0a9703d442450c
 DIST flake8-3.7.9.tar.gz 150123 BLAKE2B 
fd46710c0dcce7d3dcb3d5fc8ff7a83a35315679fa838e68abafd5bdc342c13218706fec0dac3fc9a6d919971f1f846c855f00cbd60c925e979378e431dace0b
 SHA512 
c3c753ad050d8a8f87f7c28c8a1c953ed9bd04f08b09512d9323152b4eebb57d67fbfb0f5317d629174fa12fa234e1a86d6a633dd951fff6a45330b1c4f62850

diff --git a/dev-python/flake8/flake8-3.5.0.ebuild 
b/dev-python/flake8/flake8-3.5.0.ebuild
deleted file mode 100644
index 331d5d6d458..000
--- a/dev-python/flake8/flake8-3.5.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
-HOMEPAGE="https://gitlab.com/pycqa/flake8 https://pypi.org/project/flake8/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-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"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-# requires.txt inc. mccabe however that creates a circular dep
-RDEPEND="
-   >=dev-python/pyflakes-1.5.0[${PYTHON_USEDEP}]
-   =dev-python/pycodestyle-2.0.0[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2020-03-18 Thread Michał Górny
commit: e0ec830fad0b9eed44da73fbf8a4651fce423c8b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 18 18:36:10 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 18 18:39:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0ec830f

dev-python/flake8: Drop py2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/flake8-3.5.0.ebuild | 2 +-
 dev-python/flake8/flake8-3.7.9.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/flake8/flake8-3.5.0.ebuild 
b/dev-python/flake8/flake8-3.5.0.ebuild
index e90b92fd28c..331d5d6d458 100644
--- a/dev-python/flake8/flake8-3.5.0.ebuild
+++ b/dev-python/flake8/flake8-3.5.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 inherit distutils-r1
 

diff --git a/dev-python/flake8/flake8-3.7.9.ebuild 
b/dev-python/flake8/flake8-3.7.9.ebuild
index 0cc36ad2720..f16145e06b4 100644
--- a/dev-python/flake8/flake8-3.7.9.ebuild
+++ b/dev-python/flake8/flake8-3.7.9.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2020-03-16 Thread Michał Górny
commit: 10504d2833519a1c358c6fc28417a2800634dc57
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 16 20:53:24 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 16 20:56:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10504d28

dev-python/flake8: Replace virts with cond deps

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flake8/flake8-3.5.0.ebuild |  6 --
 dev-python/flake8/flake8-3.7.9.ebuild | 11 ++-
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/dev-python/flake8/flake8-3.5.0.ebuild 
b/dev-python/flake8/flake8-3.5.0.ebuild
index 13da912b4ca..e90b92fd28c 100644
--- a/dev-python/flake8/flake8-3.5.0.ebuild
+++ b/dev-python/flake8/flake8-3.5.0.ebuild
@@ -23,8 +23,10 @@ RDEPEND="
=dev-python/pycodestyle-2.0.0[${PYTHON_USEDEP}]
=dev-python/pycodestyle-2.5.0[${PYTHON_USEDEP}]

[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2020-03-15 Thread Matt Turner
commit: dadefd3325a4a894bc36b1d9f6f5510abd9bf813
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 16 06:11:25 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 16 06:11:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dadefd33

dev-python/flake8-3.7.9: add ~alpha, bug 701498

Signed-off-by: Matt Turner  gentoo.org>

 dev-python/flake8/flake8-3.7.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-3.7.9.ebuild 
b/dev-python/flake8/flake8-3.7.9.ebuild
index a1d579273d1..81df18dff71 100644
--- a/dev-python/flake8/flake8-3.7.9.ebuild
+++ b/dev-python/flake8/flake8-3.7.9.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ia64 ppc ppc64 sparc x86"
 IUSE="test"
 
 # requires.txt inc. mccabe however that creates a circular dep



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2020-02-26 Thread Sergei Trofimovich
commit: 150acf848b4a902b1a8c38a82bb7af5e7b6a60ad
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Feb 26 22:47:56 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb 27 07:28:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=150acf84

dev-python/flake8: stable 3.7.9 for sparc, bug #706568

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/flake8/flake8-3.7.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-3.7.9.ebuild 
b/dev-python/flake8/flake8-3.7.9.ebuild
index 151b276efef..a1d579273d1 100644
--- a/dev-python/flake8/flake8-3.7.9.ebuild
+++ b/dev-python/flake8/flake8-3.7.9.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ia64 ppc ppc64 sparc x86"
 IUSE="test"
 
 # requires.txt inc. mccabe however that creates a circular dep



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2020-02-19 Thread Sergei Trofimovich
commit: a423a03ca1d2a996a4fff2c905e9a3092cdbb0ae
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Feb 19 19:15:55 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 19 19:33:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a423a03c

dev-python/flake8: keyworded 3.7.9 for sparc, bug #701498

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/flake8/flake8-3.7.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-3.7.9.ebuild 
b/dev-python/flake8/flake8-3.7.9.ebuild
index a53902663bb..151b276efef 100644
--- a/dev-python/flake8/flake8-3.7.9.ebuild
+++ b/dev-python/flake8/flake8-3.7.9.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ia64 ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ia64 ppc ppc64 ~sparc x86"
 IUSE="test"
 
 # requires.txt inc. mccabe however that creates a circular dep



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2020-02-11 Thread Agostino Sarubbo
commit: 43f95dbc370ecb2f614ee94744b30b1d76b2763c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 11 09:19:57 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 11 09:19:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43f95dbc

dev-python/flake8: arm stable wrt bug #706568

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/flake8/flake8-3.7.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flake8/flake8-3.7.9.ebuild 
b/dev-python/flake8/flake8-3.7.9.ebuild
index b6e6ab64270..a53902663bb 100644
--- a/dev-python/flake8/flake8-3.7.9.ebuild
+++ b/dev-python/flake8/flake8-3.7.9.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ia64 ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ia64 ppc ppc64 x86"
 IUSE="test"
 
 # requires.txt inc. mccabe however that creates a circular dep



  1   2   >