I'm working on a port of OpenCV which has a lot of python code, and it even creates some python libraries/packages.
lib/python${MODPY_VERSION}/site-packages/opencv/_cv.so Some of its regression tests written in python, and the tests are expecting to execute `python` Given that the ports build machines can't be expected to, or fixed to, using the typical "default system python" softlinks, what is the best approach? I'm using the python module MODULE= lang/python but I'm yet to get into testing the various python versions for compatibility. Once I get everything working and tested, I'll break it down into flavors with the default being without python. Is it best to create separate flavors for each python version? -- J.C. Roberts