Re: git: d9ec7694407c - main - textproc/py-wcmatch: Add USE_PYTHON= autoplist

From: Po-Chuan Hsieh <sunpoet_at_freebsd.org>
Date: Mon, 27 Mar 2023 15:25:33 UTC
On Mon, Mar 27, 2023 at 10:03 PM Matthew Seaman <matthew@freebsd.org> wrote:

> The branch main has been updated by matthew:
>
> URL:
> https://cgit.FreeBSD.org/ports/commit/?id=d9ec7694407cccf7885698217cd398f2e871793c
>
> commit d9ec7694407cccf7885698217cd398f2e871793c
> Author:     Matthew Seaman <matthew@FreeBSD.org>
> AuthorDate: 2023-03-27 14:00:51 +0000
> Commit:     Matthew Seaman <matthew@FreeBSD.org>
> CommitDate: 2023-03-27 14:02:57 +0000
>
>     textproc/py-wcmatch: Add USE_PYTHON= autoplist
>
>     Whoops...
> ---
>  textproc/py-wcmatch/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/textproc/py-wcmatch/Makefile b/textproc/py-wcmatch/Makefile
> index a402234221a5..32e722fb4cb0 100644
> --- a/textproc/py-wcmatch/Makefile
> +++ b/textproc/py-wcmatch/Makefile
> @@ -19,7 +19,7 @@ TEST_DEPENDS=
> ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVO
>                 ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@
> ${PY_FLAVOR}
>
>  USES=          python:3.7+
> -USE_PYTHON=    flavors pep517 pytest
> +USE_PYTHON=    autoplist flavors pep517 pytest
>

You could remove "flavors" since "pep517" implies "flavors".