diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-04 18:27:48 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-09 09:43:49 +0100 |
commit | ae1762f85b3fbf7367afefa1a9575a121c2aef9a (patch) | |
tree | 61010dd0a8a71d88d40d12fba36c1fafbc901e6e /eclass/python-utils-r1.eclass | |
parent | python-utils-r1.eclass: Remove deprecated python_export (diff) | |
download | gentoo-ae1762f85b3fbf7367afefa1a9575a121c2aef9a.tar.gz gentoo-ae1762f85b3fbf7367afefa1a9575a121c2aef9a.tar.bz2 gentoo-ae1762f85b3fbf7367afefa1a9575a121c2aef9a.zip |
python-utils-r1.eclass: Remove python_wrapper_setup
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/python-utils-r1.eclass')
-rw-r--r-- | eclass/python-utils-r1.eclass | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index b92fade0855e..395e3e6420f4 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-utils-r1.eclass @@ -838,22 +838,6 @@ python_doheader() { ) } -# @FUNCTION: python_wrapper_setup -# @USAGE: [<path> [<impl>]] -# @DESCRIPTION: -# Backwards compatibility function. The relevant API is now considered -# private, please use python_setup instead. -python_wrapper_setup() { - debug-print-function ${FUNCNAME} "${@}" - - eqawarn "python_wrapper_setup() is part of private eclass API." - eqawarn "Please call python_setup() instead." - - [[ ${EAPI} == [67] ]] || die "${FUNCNAME} banned in EAPI ${EAPI}" - - _python_wrapper_setup "${@}" -} - # @FUNCTION: _python_wrapper_setup # @USAGE: [<path> [<impl>]] # @INTERNAL |