On 2019-11-17 20:17 , Ryan Schmidt wrote: > There have been a lot of commits adding py38 subports to python module ports, > when those ports' dependencies don't yet have py38 subports. Of course, this > will fail to build. > > If you're going to add a python version to a port, please make sure its > dependencies exist. > > This is a more specific case of the general rule: Please make sure your > changes build successfully on your system before you commit them. Yes, for > python module updates, that means trying to install all of the subports.
You don't even need to install to catch this particular problem (though you really should anyway); port lint will complain about nonexistent dependencies. - Josh
