git: 067baa1e0cd5 - main - devel/py-pytest-pycodestyle: Add forgotten patch

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 23 Aug 2025 19:20:55 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=067baa1e0cd50296d719139e49e069010122f7f2

commit 067baa1e0cd50296d719139e49e069010122f7f2
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-08-23 19:20:36 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-08-23 19:20:36 +0000

    devel/py-pytest-pycodestyle: Add forgotten patch
---
 devel/py-pytest-pycodestyle/files/patch-pyproject.toml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/devel/py-pytest-pycodestyle/files/patch-pyproject.toml b/devel/py-pytest-pycodestyle/files/patch-pyproject.toml
new file mode 100644
index 000000000000..f913dcd88f43
--- /dev/null
+++ b/devel/py-pytest-pycodestyle/files/patch-pyproject.toml
@@ -0,0 +1,10 @@
+--- pyproject.toml.orig	2025-07-21 05:47:27 UTC
++++ pyproject.toml
+@@ -12,7 +12,6 @@ readme = "README.md"
+ name = "pytest-pycodestyle"
+ description = "pytest plugin to run pycodestyle"
+ readme = "README.md"
+-license = "MIT"
+ authors = [
+   { name = "OMOTO Tsukasa", email = "tsukasa@oomo.to" }
+ ]