Re: USES=python3.10+ and RUN_DEPENDS
- Reply: Moin Rahman : "Re: USES=python3.10+ and RUN_DEPENDS"
- In reply to: Moin Rahman : "Re: USES=python3.10+ and RUN_DEPENDS"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 19:55:16 UTC
Moin Rahman:
>On Jan 21, 2024, at 8:26 PM, Lexi Winter <lexi@le-fay.org> wrote:
> > i'm trying to port an application that requires Python 3.10+ or later,
> > while the default Python is still 3.9.
>
> .if ${PYTHON_REL} < 31000
> IGNORE= Does not support python 3.9 or earler
> .endif
thanks Moin,
if i could ask a couple more questions:
- does this mean this port won't be built by the pkg.freebsd.org
builder?
- what is the correct way to testport the port before committing it?
DEFAULT_VERSIONS+=python=3.10?
thanks, lw.