Port devel/py-jsonref is at rev. 0.2, official PYPI website has rev. 1.1.0. I face several issues with some Python based development tools for ESP32/RISC-V 32 development/toolchains and would like to ask, whether the port could be updated to rev. 1.1.0? [...] _schema_without_ref = jsonref.replace_refs(MANIFEST_JSON_SCHEMA, jsonschema=True) ^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'jsonref' has no attribute 'replace_refs'
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7209bd1dd5e6c508150f213bb012f3665384f9dc commit 7209bd1dd5e6c508150f213bb012f3665384f9dc Author: Michael Gmelin <grembo@FreeBSD.org> AuthorDate: 2024-11-04 19:05:39 +0000 Commit: Michael Gmelin <grembo@FreeBSD.org> CommitDate: 2024-11-04 19:17:03 +0000 devel/py-jsonref: Update to 1.1.0 PR: 281973 devel/py-jsonref/Makefile | 6 ++++-- devel/py-jsonref/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-)
Pretty sure the dependency on bug #270358 can be removed, as the update to 1.1.0 changed the port to pep517.