On Thu, Jul 09, 2020 at 09:33:07PM -0600, Kurt Mosiejczuk wrote:
> CVSROOT: /cvs
> Module name: ports
> Changes by: [email protected] 2020/07/09 21:33:07
>
> Modified files:
> net/poezio : Makefile distinfo
> net/poezio/patches: patch-setup_py
> net/poezio/pkg : PLIST
>
> Log message:
> Update poezio from 0.12 to 0.13.1
>
> Input from and ok paco@
Not sure how this was able to build for you folks but it is broken.
It requires net/py-slixmpp,python3 which does not exist.
Instead net/py-slixmpp is using:
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
which is not good and the reason why we prefer:
FLAVORS = python3
FLAVOR = python3
... to prevent that kind of breakage :-)
--
Antoine