Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Oct 2024 03:09:42 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6b3d250880a6 - main - cad/py-amaranth: Fix build by expanding the range of dependency version
Message-ID:  <202410050309.49539gxO084655@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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]


home | help

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