diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-08-23 12:20:36 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-08-23 12:20:36 -0700 |
commit | 067baa1e0cd50296d719139e49e069010122f7f2 (patch) | |
tree | fb1be182a19a0f55d465e092645a3e17a0e32fcf | |
parent | devel/lace: Broken on i386 (diff) |
devel/py-pytest-pycodestyle: Add forgotten patch
-rw-r--r-- | devel/py-pytest-pycodestyle/files/patch-pyproject.toml | 10 |
1 files changed, 10 insertions, 0 deletions
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" } + ] |