Created attachment 272729 [details] git formatted patch This update is necessary for a future nitrokey update
Maintainer informed via mail
The maintainer awoonyaa@gmail.com has been inactive for more than 2 years with multiple timeouts: https://bugs.freebsd.org/bugzilla/buglist.cgi?longdesc=awoonyaa%40gmail.com&longdesc_type=allwordssubstr Do you want to take maintainership of this port?
(In reply to Vladimir Druzenko from comment #2) Sure I can take maintainership of this port.
===> Building for py312-nethsm-2.1.2 * Getting build dependencies for wheel... Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/pyproject_hooks/_impl.py", line 402, in _call_hook raise BackendUnavailable( pyproject_hooks._impl.BackendUnavailable: Cannot import 'poetry.core.masonry.api' TIP pass --env-dir and --sdist-extract-dir to keep the build environment and sources, then see https://build.pypa.io/en/stable/how-to/troubleshooting.html#debug-a-failed-build for help debugging a failed build ERROR Backend 'poetry.core.masonry.api' is not available. *** Error code 1 Stop.
Fix: BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2.0<4:devel/py-flit-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}poetry>=0:devel/py-poetry@${PY_FLAVOR}
(In reply to Vladimir Druzenko from comment #5) My bad, I forget that nowadays every python project seems to want poetry. I will put the dependencies for poetry + changing the maintainer field.
Created attachment 272835 [details] git formatted patch
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c667f1b026ea184ebea6e60dabd9b43e5154e1e8 commit c667f1b026ea184ebea6e60dabd9b43e5154e1e8 Author: Thibault Payet <monwarez@mailoo.org> AuthorDate: 2026-07-14 19:17:50 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2026-07-14 19:17:50 +0000 security/py-nethsm: Update 1.4.1 => 2.1.2, take maintainership Changelogs: https://github.com/Nitrokey/nethsm-sdk-py/releases/tag/v2.0.0 https://github.com/Nitrokey/nethsm-sdk-py/releases/tag/v2.0.1 https://github.com/Nitrokey/nethsm-sdk-py/releases/tag/v2.1.0 https://github.com/Nitrokey/nethsm-sdk-py/releases/tag/v2.1.1 https://github.com/Nitrokey/nethsm-sdk-py/releases/tag/v2.1.2 PR: 296691 Approved by: awoonyaa@gmail.com (former maintainer, inactive for more than 2 years with multiple timeouts) Sponsored by: UNIS Labs Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org> security/py-nethsm/Makefile | 7 ++++--- security/py-nethsm/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-)
Thanks.