python2 handles non-utf8 files badly for glib-mkenums, while
it seems to be just a warning with python3. So drop python2
support, at least for now.
Before it was kept due to bad glib[$PYTHON_USEDEP] deps, when
mkenums was part of dev-libs/glib, but that's not a concern
with this new package.
Bug: https://bugs.gentoo.org/647892
Package-Manager: Portage-2.3.47, Repoman-2.3.10
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+PYTHON_COMPAT=( python{3_5,3_6,3_7} )
GNOME_ORG_MODULE="glib"
inherit gnome.org python-single-r1