Date: Sun, 09 Aug 2026 11:49:10 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 270358] devel/py-setuptools: update to 81.0.0 Message-ID: <bug-270358-21822-6ORfCcNqGy@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-270358-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=270358 --- Comment #225 from Jan Martin Mikkelsen <janm@transactionware.com> --- The patch to update to 83.0.0 (comment 222) worked for me. I did observe a problem subsequently building devel/py-boolean.py, where I got this error: FileNotFoundError: [Errno 2] No such file or directory: '/ports-work/usr/ports/devel/py-boolean.py/work-py312/boolean_py-5.0/dist/boolean.py-5.0*.whl' Earlier in the build log, there was this message: creating '/ports-work/usr/ports/devel/py-boolean.py/work-py312/boolean_py-5.0/dist/.tmp-szqjz5qc/boolean_py-5.0-py3-none-any.whl' and adding 'build/bdist.freebsd-15.1-RELEASE-p2-amd64/wheel' to it Note the '_' vs. '.' difference in the .whl filename. I resolved that by modifying the regex for the install command Mk/Uses/python.mk. See patch in comment 224. This is on a 15.1-p2 system, building in a chroot environment with a fresh installworld, and ports all building in dependency order. -- You are receiving this mail because: You are on the CC list for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-270358-21822-6ORfCcNqGy>
