Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Dec 2023 09:09:03 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 56fb65d86071 - main - devel/py-flake8-pyi: Fix build with py-hatchling 1.20.0
Message-ID:  <202312250909.3BP993UZ070393@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=56fb65d86071507492cbcfe48cd9a83730fe0e99

commit 56fb65d86071507492cbcfe48cd9a83730fe0e99
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-12-25 09:00:10 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-12-25 09:00:10 +0000

    devel/py-flake8-pyi: Fix build with py-hatchling 1.20.0
---
 devel/py-flake8-pyi/files/patch-pyproject.toml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

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"
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312250909.3BP993UZ070393>