# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
MY_PN="python-${PN}"
docompress -x /usr/share/doc/${PF}/examples
fi
- newman cli4/cli4.man cli4.1
+ doman cli4/cli4.1
distutils-r1_python_install_all
}