Re: Re: USES=python3.10+ and RUN_DEPENDS

2024-01-21 Thread Mathieu Arnold
On Sun, Jan 21, 2024 at 09:53:47PM -0500, Charlie Li wrote: > Lexi Winter wrote: > > Moin Rahman: > > > By default this will not be built in that case. If you want to build > > > for python 3.10 you have to add USE_PYTHON=allflavors > > > > thanks (again). so for a normal port, is there any guida

Re: USES=python3.10+ and RUN_DEPENDS

2024-01-21 Thread Charlie Li
Lexi Winter wrote: Moin Rahman: By default this will not be built in that case. If you want to build for python 3.10 you have to add USE_PYTHON=allflavors thanks (again). so for a normal port, is there any guidance on whether i should do this or not? is there a policy on this? this is a nor

Re: USES=python3.10+ and RUN_DEPENDS

2024-01-21 Thread Moin Rahman
> On Jan 21, 2024, at 9:15 PM, Lexi Winter wrote: > > Moin Rahman: >> By default this will not be built in that case. If you want to build >> for python 3.10 you have to add USE_PYTHON=allflavors > > thanks (again). so for a normal port, is there any guidance on whether > i should do this or

Re: USES=python3.10+ and RUN_DEPENDS

2024-01-21 Thread Lexi Winter
Moin Rahman: > By default this will not be built in that case. If you want to build > for python 3.10 you have to add USE_PYTHON=allflavors thanks (again). so for a normal port, is there any guidance on whether i should do this or not? is there a policy on this? this is a normal (desktop) appli

Re: USES=python3.10+ and RUN_DEPENDS

2024-01-21 Thread Moin Rahman
> On Jan 21, 2024, at 8:55 PM, Lexi Winter wrote: > > Moin Rahman: >> On Jan 21, 2024, at 8:26 PM, Lexi Winter 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 suppo

Re: USES=python3.10+ and RUN_DEPENDS

2024-01-21 Thread Lexi Winter
Moin Rahman: >On Jan 21, 2024, at 8:26 PM, Lexi Winter 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 coul

Re: USES=python3.10+ and RUN_DEPENDS

2024-01-21 Thread Moin Rahman
> On Jan 21, 2024, at 8:26 PM, Lexi Winter wrote: > > hi all, > > i'm trying to port an application that requires Python 3.10+ or later, > while the default Python is still 3.9. > > this is my Makefile: > https://git.sr.ht/~lw/freebsd-ports/tree/sublime-music/item/audio/py-sublime-music/Make

USES=python3.10+ and RUN_DEPENDS

2024-01-21 Thread Lexi Winter
hi all, i'm trying to port an application that requires Python 3.10+ or later, while the default Python is still 3.9. this is my Makefile: https://git.sr.ht/~lw/freebsd-ports/tree/sublime-music/item/audio/py-sublime-music/Makefile running poudriere testport initially produces several messages l