Date: Sun, 01 Mar 2026 18:21:45 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 293530] devel/py-setuptools-scm: With Python 3.10 older py-tomli version as in ports tree is required Message-ID: <bug-293530-21822-l5pYatARpj@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-293530-21822@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293530 --- Comment #1 from Michael Osipov <michaelo@FreeBSD.org> --- Applied the following patch and it both built for me and the subsequent ports: root@deblndw011x:/var/poudriere/ports/default-head/devel/py-setuptools-scm (main %=) # cat files/patch-pyproject.toml --- pyproject.toml.orig 2026-03-01 18:01:34 UTC +++ pyproject.toml @@ -4,7 +4,7 @@ build-backend = "_own_version_helper:build_meta" requires = [ "setuptools>=61", - 'tomli<=2.0.2; python_version < "3.11"', + 'tomli>1; python_version < "3.11"', ] backend-path = [ ".", -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-293530-21822-l5pYatARpj>
