--- eclass/python-r1.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index 1531442..de83bb5 100644 --- a/eclass/python-r1.eclass +++ b/eclass/python-r1.eclass @@ -603,6 +603,8 @@ python_setup() { python_export_best() { debug-print-function ${FUNCNAME} "${@}" + [[ ${EAPI} == [45] ]] || die "${FUNCNAME} is banned in EAPI ${EAPI}" + eqawarn "python_export_best() is deprecated. Please use python_setup instead," eqawarn "combined with python_export if necessary." -- 2.6.3
- [gentoo-dev] [PATCH 08/29] python-utils-r1.eclass: Remove u... Michał Górny
- [gentoo-dev] [PATCH 09/29] python-utils-r1.eclass: Support ... Michał Górny
- [gentoo-dev] [PATCH 10/29] python-utils-r1.eclass: Make her... Michał Górny
- [gentoo-dev] [PATCH 12/29] python-utils-r1.eclass: Enable E... Michał Górny
- [gentoo-dev] [PATCH 07/29] python-utils-r1.eclass: Make pyt... Michał Górny
- [gentoo-dev] [PATCH 11/29] python-utils-r1.eclass: Move ||d... Michał Górny
- [gentoo-dev] [PATCH 13/29] python-any-r1.eclass: Enable EAP... Michał Górny
- [gentoo-dev] [PATCH 14/29] python-single-r1.eclass: Enable ... Michał Górny
- [gentoo-dev] [PATCH 15/29] multibuild.eclass: Ban multibuil... Michał Górny
- [gentoo-dev] [PATCH 17/29] python-r1.eclass: Ban python_par... Michał Górny
- [gentoo-dev] [PATCH 18/29] python-r1.eclass: Ban python_exp... Michał Górny
- [gentoo-dev] [PATCH 16/29] multibuild.eclass: Enable EAPI 6 Michał Górny
- [gentoo-dev] [PATCH 20/29] python-r1.eclass: Enable EAPI 6 Michał Górny
- [gentoo-dev] [PATCH 19/29] python-r1.eclass: Fix missing ex... Michał Górny
- [gentoo-dev] [PATCH 23/29] distutils-r1.eclass: Ban no-op d... Michał Górny
- [gentoo-dev] [PATCH 22/29] distutils-r1.eclass: Use default... Michał Górny
- [gentoo-dev] [PATCH 24/29] distutils-r1.eclass: Make pypy/s... Michał Górny
- [gentoo-dev] [PATCH 21/29] distutils-r1.eclass: esetup.py, ... Michał Górny
- [gentoo-dev] [PATCH 26/29] distutils-r1.eclass: Ban DISTUTI... Michał Górny
- [gentoo-dev] [PATCH 27/29] distutils-r1.eclass: Make defaul... Michał Górny
- [gentoo-dev] [PATCH 28/29] distutils-r1.eclass: Remove unne... Michał Górny