[Bug 280350] security/py-greenbone-feed-sync: missing dependency: devel/py-shtab

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 18 Jul 2024 16:56:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280350

Po-Chuan Hsieh <sunpoet@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|ports-bugs@FreeBSD.org      |acm@FreeBSD.org
                 CC|sunpoet@FreeBSD.org         |

--- Comment #2 from Po-Chuan Hsieh <sunpoet@FreeBSD.org> ---
Assign to the maintainer.

(In reply to Trond Endrestøl from comment #1)

No, it should be
${PYTHON_PKGNAMEPREFIX}shtab>=1.6.5:devel/py-shtab@${PY_FLAVOR}

Furthermore, the original Makefile should be fixed as well.

from pyproject.toml [1]:
rich = ">=13.2.0"
tomli = { version = ">=2.0.1", python = "<3.11" }
shtab = ">=1.6.5"

[1]
https://github.com/greenbone/greenbone-feed-sync/blob/v24.3.0/pyproject.toml#L30-L32

-- 
You are receiving this mail because:
You are the assignee for the bug.