git: e77be6f2dbde - main - devel/py-pyproject-flake8: Fix build after py-flake8 6.1.0 update (a3fb954a5fc5408a2ebb725cd2378325894d562f)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Aug 2023 18:32:31 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e77be6f2dbde599c1a770b7702f3a8e9e09d8b02 commit e77be6f2dbde599c1a770b7702f3a8e9e09d8b02 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-08-16 18:12:11 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-08-16 18:25:33 +0000 devel/py-pyproject-flake8: Fix build after py-flake8 6.1.0 update (a3fb954a5fc5408a2ebb725cd2378325894d562f) --- devel/py-pyproject-flake8/files/patch-pyproject.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/devel/py-pyproject-flake8/files/patch-pyproject.toml b/devel/py-pyproject-flake8/files/patch-pyproject.toml new file mode 100644 index 000000000000..fb53bdf8676c --- /dev/null +++ b/devel/py-pyproject-flake8/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2022-12-16 16:52:04 UTC ++++ pyproject.toml +@@ -12,7 +12,7 @@ classifiers = [] + requires-python = ">=3.8.1" + dependencies = [ + "tomli; python_version < '3.11'", +- "flake8 == 6.0.0" ++ "flake8 >= 6.0.0" + ] + + [project.urls]