Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:python-eapi6 commit in: eclass/
Date: Fri, 27 Nov 2015 13:16:58
Message-Id: 1448629543.361298b8e23b44dfdb87e9833a90722941fcd081.mgorny@gentoo
1 commit: 361298b8e23b44dfdb87e9833a90722941fcd081
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 18 21:27:52 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 27 13:05:43 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361298b8
7
8 python-r1.eclass: Ban python_export_best in EAPI 6
9
10 eclass/python-r1.eclass | 2 ++
11 1 file changed, 2 insertions(+)
12
13 diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass
14 index 1531442..de83bb5 100644
15 --- a/eclass/python-r1.eclass
16 +++ b/eclass/python-r1.eclass
17 @@ -603,6 +603,8 @@ python_setup() {
18 python_export_best() {
19 debug-print-function ${FUNCNAME} "${@}"
20
21 + [[ ${EAPI} == [45] ]] || die "${FUNCNAME} is banned in EAPI ${EAPI}"
22 +
23 eqawarn "python_export_best() is deprecated. Please use python_setup instead,"
24 eqawarn "combined with python_export if necessary."