Created attachment 257483 [details] [patch] remove setuptools from RUN_DEPENDS devel/py-b2sdk builds and installs fine without py-setuptools as a run time dependency. There is no 'make test' to run, but the only reference to setuptools is in the '[lint]' section.
Patch needs some minor changes: 1. PORTVERSION should be PORTREVISION 2. Remove the unnecessary new line on RUN_DEPENDS Both these are caught with portlint and portfmt. If you could reattach with those changes I'll approve.
Created attachment 258247 [details] [patch] remove setuptools from RUN_DEPENDS (v2) (In reply to Henry from comment #1) Changes applied. v2 of the patch attached.
(Could you please approve the revised patch?)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e44dc26e2af75436bb9fee5a70f98b6fbf6f6e50 commit e44dc26e2af75436bb9fee5a70f98b6fbf6f6e50 Author: Craig Leres <leres@FreeBSD.org> AuthorDate: 2025-03-08 00:15:37 +0000 Commit: Craig Leres <leres@FreeBSD.org> CommitDate: 2025-03-08 00:15:37 +0000 devel/py-b2sdk: remove py-setuptools from run dendencies PR: 284790 Reported by: John Hein Approved by: PopularMoment@protonmail.com (maintainer) devel/py-b2sdk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Thanks for the patch!