git: 6b3d250880a6 - main - cad/py-amaranth: Fix build by expanding the range of dependency version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Oct 2024 03:09:42 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b3d250880a6459c28e268d8e85c3d1079990fa1 commit 6b3d250880a6459c28e268d8e85c3d1079990fa1 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-10-05 03:08:42 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-10-05 03:09:29 +0000 cad/py-amaranth: Fix build by expanding the range of dependency version Reported by: fallout --- cad/py-amaranth/files/patch-pyproject.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/cad/py-amaranth/files/patch-pyproject.toml b/cad/py-amaranth/files/patch-pyproject.toml new file mode 100644 index 000000000000..150a7100fa4a --- /dev/null +++ b/cad/py-amaranth/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2024-10-05 02:47:34 UTC ++++ pyproject.toml +@@ -44,7 +44,7 @@ amaranth-rpc = "amaranth.rpc:main" + # Build system configuration + + [build-system] +-requires = ["pdm-backend~=2.3.0"] ++requires = ["pdm-backend>=2.3.0"] + build-backend = "pdm.backend" + + [tool.pdm]