Re: Python version dependencies in pkg
- In reply to: Tatsuki Makino : "Re: Python version dependencies in pkg"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Oct 2022 06:55:22 UTC
On 10/10/22 2:41 pm, Tatsuki Makino wrote: > Shane Ambler wrote on 2022/10/10 12:04: >> On 8/10/22 3:06 pm, Tatsuki Makino wrote: >> > >> make -C /usr/ports/devel/py-six/ -V _PYTHON_VERSIONS -V _PYTHON_VERSION_MINIMUM -V _PYTHON_VERSION_MAXIMUM -V _VALID_PYTHON_VERSIONS -V FLAVORS > 3.9 3.8 3.7 3.10 3.11 2.7 > 2.7 > > 3.9 2.7 3.8 3.7 3.10 3.11 > py39 py27 > >> If your FLAVORS list is shorter than that, maybe you have another >> setting in make.conf causing that. Try removing your make.conf and see >> if you get different values. That matches the current ports tree, now add BUILD_ALL_PYTHON_FLAVORS=yes to /etc/make.conf and FLAVORS matches the full list of valid python versions - py39 py27 py38 py37 py310 py311 -- FreeBSD - the place to B...Software Developing Shane Ambler