aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-12-25 09:00:10 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-12-25 09:00:10 +0000
commit56fb65d86071507492cbcfe48cd9a83730fe0e99 (patch)
tree0c84e00d30d81ae0a7378b8605b764f2e4bde9a6
parent4b51792362f1b192990efd672a919289cef63bd8 (diff)
downloadports-56fb65d86071507492cbcfe48cd9a83730fe0e99.tar.gz
ports-56fb65d86071507492cbcfe48cd9a83730fe0e99.zip
devel/py-flake8-pyi: Fix build with py-hatchling 1.20.0
-rw-r--r--devel/py-flake8-pyi/files/patch-pyproject.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/py-flake8-pyi/files/patch-pyproject.toml b/devel/py-flake8-pyi/files/patch-pyproject.toml
new file mode 100644
index 000000000000..a9dc037c1937
--- /dev/null
+++ b/devel/py-flake8-pyi/files/patch-pyproject.toml
@@ -0,0 +1,12 @@
+--- pyproject.toml.orig 2020-02-02 00:00:00 UTC
++++ pyproject.toml
+@@ -74,6 +74,9 @@ dev = [
+ [project.entry-points]
+ "flake8.extension" = {Y0 = "pyi:PyiTreeChecker"}
+
++[tool.hatch.build.targets.wheel]
++packages = ["pyi.py"]
++
+ [tool.hatch.version]
+ source = "vcs"
+