Re: git: 86ac11703d40 - main - devel/py-fastf1: update to 3.3.0, adjust python build

From: Gleb Popov <arrowd_at_freebsd.org>
Date: Sun, 10 Mar 2024 06:23:05 UTC
On Sun, Mar 10, 2024 at 4:23 AM Jason Helfman <jgh@freebsd.org> wrote:
>
> +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} \
> +               ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR}
> +

BUILD_DEPENDS should come before RUN_DEPENDS, see
https://docs.freebsd.org/en/books/porters-handbook/order/#porting-order-depends
paragraph 15.6