CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/04/30 17:04:48
Modified files:
infrastructure/lib/OpenBSD/PortGen/Port: PyPI.pm
Log message:
Default to python3 FLAVOR if possible
PyPI projects that already list multiple supported Python versions cause
portgen(1) to generate a flavoured port; of leaving FLAVOR emtpy, opt for
the highest available version.
This makes it use FLAVOR?=python3 insteaf of FLAVOR?= (empty) if any
sypport higher than Python 2 is listed.
Note that PyPI projects listing either only one sypported version or none
at all are not effected by this diff.
OK afresh1 kmos