dev-python/hunter: get rid of python_compile

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-06-05 13:01:21 +05:00
parent 49935119c6
commit 4c8ebd144f

View File

@@ -5,7 +5,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 multiprocessing
inherit distutils-r1
DESCRIPTION="Hunter is a flexible code tracing toolkit"
HOMEPAGE="
@@ -57,15 +57,6 @@ src_unpack() {
mv -f tests_package/tests/setup.py tests_package || die
}
python_compile() {
distutils-r1_python_compile
if use test; then
cd "${WORKDIR}"/tests_package || die
esetup.py build_ext -j $(makeopts_jobs)
fi
}
python_test() {
cp -a "${BUILD_DIR}"/{install,test} || die
local -x PATH=${BUILD_DIR}/test/usr/bin:${PATH}