[Bug 270358] devel/py-setuptools: update to 81.0.0
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 270358] devel/py-setuptools: Update to 67.6.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Aug 2026 11:49:10 UTC
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.