Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/hunter/
Date: Sun, 05 Jun 2022 10:19:57
Message-Id: 1654416081.4c8ebd144f3bea064ef281f79305f331899c6b22.cybertailor@gentoo
1 commit: 4c8ebd144f3bea064ef281f79305f331899c6b22
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Sun Jun 5 08:01:21 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Sun Jun 5 08:01:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c8ebd14
7
8 dev-python/hunter: get rid of python_compile
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/hunter/hunter-3.4.3-r1.ebuild | 11 +----------
13 1 file changed, 1 insertion(+), 10 deletions(-)
14
15 diff --git a/dev-python/hunter/hunter-3.4.3-r1.ebuild b/dev-python/hunter/hunter-3.4.3-r1.ebuild
16 index d1a6e4c1e..363ef79d0 100644
17 --- a/dev-python/hunter/hunter-3.4.3-r1.ebuild
18 +++ b/dev-python/hunter/hunter-3.4.3-r1.ebuild
19 @@ -5,7 +5,7 @@ EAPI=8
20
21 PYTHON_COMPAT=( python3_{8..10} )
22 DISTUTILS_USE_PEP517=setuptools
23 -inherit distutils-r1 multiprocessing
24 +inherit distutils-r1
25
26 DESCRIPTION="Hunter is a flexible code tracing toolkit"
27 HOMEPAGE="
28 @@ -57,15 +57,6 @@ src_unpack() {
29 mv -f tests_package/tests/setup.py tests_package || die
30 }
31
32 -python_compile() {
33 - distutils-r1_python_compile
34 -
35 - if use test; then
36 - cd "${WORKDIR}"/tests_package || die
37 - esetup.py build_ext -j $(makeopts_jobs)
38 - fi
39 -}
40 -
41 python_test() {
42 cp -a "${BUILD_DIR}"/{install,test} || die
43 local -x PATH=${BUILD_DIR}/test/usr/bin:${PATH}