expand_package_expr
This utility function expands a wildcard, slot or not-exactly-versioned package expression into a list of all matching packages, of the form [pms_utils.atom.Atom(=category/name-version), i] such that repos[i] is the corresponding repository.
- pms_utils.profile.expand_package_expr(arg0: str, arg1: collections.abc.Sequence[pms_utils.repo.Repository], /) list[tuple[pms_utils.atom.Atom, int]]