Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: python@g.o, "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH v2 19/20] distutils-r2.eclass: Pass --skip-build to install
Date: Thu, 05 Mar 2020 15:17:44
Message-Id: 20200305151024.125834-20-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH v2 00/20] python-r2 suite by "Michał Górny"
1 Signed-off-by: Michał Górny <mgorny@g.o>
2 ---
3 eclass/distutils-r2.eclass | 2 +-
4 1 file changed, 1 insertion(+), 1 deletion(-)
5
6 diff --git a/eclass/distutils-r2.eclass b/eclass/distutils-r2.eclass
7 index 678dc670c3ef..8f16bddb83fd 100644
8 --- a/eclass/distutils-r2.eclass
9 +++ b/eclass/distutils-r2.eclass
10 @@ -835,7 +835,7 @@ distutils-r2_python_install() {
11 local root=${D%/}/_${EPYTHON}
12 [[ ${DISTUTILS_SINGLE_IMPL} ]] && root=${D%/}
13
14 - esetup.py install --root="${root}" "${args[@]}"
15 + esetup.py install --skip-build --root="${root}" "${args[@]}"
16
17 local forbidden_package_names=( examples test tests .pytest_cache )
18 local p
19 --
20 2.25.1