mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 23:21:17 +02:00
eclass/distutils-r1: Sync with Gentoo
It's from Gentoo commit a0a74e8c5395551d3e878e701529bcc3e901c85f.
This commit is contained in:
parent
a40b365768
commit
70db4f9de3
@ -210,7 +210,7 @@ _distutils_set_globals() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
bdep='
|
bdep='
|
||||||
>=dev-python/gpep517-13[${PYTHON_USEDEP}]
|
>=dev-python/gpep517-15[${PYTHON_USEDEP}]
|
||||||
'
|
'
|
||||||
case ${DISTUTILS_USE_PEP517} in
|
case ${DISTUTILS_USE_PEP517} in
|
||||||
flit)
|
flit)
|
||||||
@ -1444,6 +1444,7 @@ distutils_pep517_install() {
|
|||||||
einfo " Building the wheel for ${PWD#${WORKDIR}/} via ${build_backend}"
|
einfo " Building the wheel for ${PWD#${WORKDIR}/} via ${build_backend}"
|
||||||
local cmd=(
|
local cmd=(
|
||||||
gpep517 build-wheel
|
gpep517 build-wheel
|
||||||
|
--prefix="${EPREFIX}/usr"
|
||||||
--backend "${build_backend}"
|
--backend "${build_backend}"
|
||||||
--output-fd 3
|
--output-fd 3
|
||||||
--wheel-dir "${WHEEL_BUILD_DIR}"
|
--wheel-dir "${WHEEL_BUILD_DIR}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user