Created attachment 237508 [details] Add missing poetry-core packages Version 1.3.0 included these changes which were not accounted for in the bump to v1.3.2: • Deprecate poetry.core.constraints.generic, which is replaced by poetry.core.packages.constraints (#482). • Deprecate poetry.core.semver, which is replaced by poetry.core.constraints.version (#482). (#482: https://github.com/python-poetry/poetry-core/pull/482) The attached patch simply adds the packages to the files/setup.py This fixes #267235 and #267236. Stewart.
Po-Chuan Hsieh, I could take maintainership of this port if you have not problems. It will be useful for fix openvas configure issues quickly
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=8a9623b341700cbc71a6f970fd164d3ce7a20be6 commit 8a9623b341700cbc71a6f970fd164d3ce7a20be6 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2022-11-16 01:07:09 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2022-11-16 01:10:27 +0000 devel/py-poetry-core: Update files/setup.py for reflect new package changes PR: 267251 Reported by: Stewart Morgan <stewart+FreeBSD-BugZilla _at_ arnos-vale.net> Approved by: maintainer timeout devel/py-poetry-core/Makefile | 1 + devel/py-poetry-core/files/setup.py | 2 ++ 2 files changed, 3 insertions(+)
Committed thanks!