From 2e00253a6a2f4393a8e85c2dd733b6d91ea80a9b Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 4 Feb 2022 18:24:25 +0100 Subject: python-utils-r1.eclass: Remove deprecated python_export MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove python_export, as it is no longer used by any ebuilds in ::gentoo. Signed-off-by: Michał Górny --- eclass/python-utils-r1.eclass | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'eclass') diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index 255e30277f5e..b92fade0855e 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-utils-r1.eclass @@ -266,23 +266,6 @@ _python_impl_matches() { # python2.7 # @CODE -# @FUNCTION: python_export -# @USAGE: [] ... -# @INTERNAL -# @DESCRIPTION: -# Backwards compatibility function. The relevant API is now considered -# private, please use python_get* instead. -python_export() { - debug-print-function ${FUNCNAME} "${@}" - - eqawarn "python_export() is part of private eclass API." - eqawarn "Please call python_get*() instead." - - [[ ${EAPI} == [67] ]] || die "${FUNCNAME} banned in EAPI ${EAPI}" - - _python_export "${@}" -} - # @FUNCTION: _python_export # @USAGE: [] ... # @INTERNAL -- cgit v1.2.3-65-gdbad