QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 13.1, amd64 tested) * maketest: OK (526 passed, 37 warnings)
Created attachment 238416 [details] flask-smorest.patch
Run depends versions should be updated: --- RUN_DEPENDS= \ ${PYTHON_PKGNAMEPREFIX}apispec>=3.0.0:devel/py-apispec@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Flask>=1.1.0:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}marshmallow>=2.15.2:devel/py-marshmallow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webargs>=6.0.0:www/py-webargs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}werkzeug>=0.15:www/py-werkzeug@${PY_FLAVOR} --- setup.py: --- (...) "werkzeug==2.2.2", "flask==2.2.2", "marshmallow==3.18.0", "webargs==8.2.0", "apispec==6.0.0", (...) --- With most importance on apispec.
Friendly ping
Created attachment 238627 [details] flask-smorest.patch Sorry I didn't see the original comment about dependencies. Thank you for a reminder!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3f9c782cfb016668602e7c96f633a302b94e5eef commit 3f9c782cfb016668602e7c96f633a302b94e5eef Author: Goran Mekić <meka@tilda.center> AuthorDate: 2022-12-21 10:01:42 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-12-21 10:04:54 +0000 www/py-flask-smorest: Update to 0.40.0 ChangeLog: https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0400-2022-10-16 PR: 268054 www/py-flask-smorest/Makefile | 12 ++++++------ www/py-flask-smorest/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-)
Committed, thanks!