Resolves a build failure triggered by a change in distutils-r1.eclass.
Bug: https://bugs.gentoo.org/585454
Package-Manager: portage-2.3.0_rc1_p20
distutils-r1_python_prepare_all
}
-_distutils-r1_create_setup_cfg() {
+esetup.py() {
# bug 531370: deluge has its own plugin system. No need to relocate its egg info files.
# Override this call from the distutils-r1 eclass.
# This does not respect the distutils-r1 API. DONOT copy this example.
- :
+ set -- "${PYTHON}" setup.py "$@"
+ echo "$@"
+ "$@" || die
}
python_install_all() {
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
distutils-r1_python_prepare_all
}
-_distutils-r1_create_setup_cfg() {
+esetup.py() {
# bug 531370: deluge has its own plugin system. No need to relocate its egg info files.
# Override this call from the distutils-r1 eclass.
# This does not respect the distutils-r1 API. DONOT copy this example.
- :
+ set -- "${PYTHON}" setup.py "$@"
+ echo "$@"
+ "$@" || die
}
python_install_all() {
distutils-r1_python_prepare_all
}
-_distutils-r1_create_setup_cfg() {
+esetup.py() {
# bug 531370: deluge has its own plugin system. No need to relocate its egg info files.
# Override this call from the distutils-r1 eclass.
# This does not respect the distutils-r1 API. DONOT copy this example.
- :
+ set -- "${PYTHON}" setup.py "$@"
+ echo "$@"
+ "$@" || die
}
python_install_all() {