From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Roland Hieber Date: Wed, 29 Apr 2020 18:23:38 +0200 Message-Id: <20200429162338.6178-1-rhi@pengutronix.de> In-Reply-To: <20191025072827.GD30823@pengutronix.de> References: <20191025072827.GD30823@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH v2] python: move to staging List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Roland Hieber Use of Python 2 has been widely discouraged for some years [citation needed], and remaining users should start migrating to Python 3 [1]. Move Python 2 to staging to reflect that. [1]: https://www.python.org/dev/peps/pep-0404/#id13 Signed-off-by: Roland Hieber -- v2: - adapt removal date after final python v2.7.18 release - only move the python package for now. all reverse dependencies will depend on STAGING for now; we can find out later whether they build with python3 too. --- rules/python.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/rules/python.in b/rules/python.in index 75390188876e..7afc622b9786 100644 --- a/rules/python.in +++ b/rules/python.in @@ -1,4 +1,6 @@ -## SECTION=scripting_languages +## SECTION=staging +## old section: +### SECTION=scripting_languages menuconfig PYTHON tristate "python " @@ -25,6 +27,9 @@ menuconfig PYTHON comes with extensive standard libraries, and can be learned in a few days. + STAGING: remove in PTXdist 2021.05.0 due to Python 2 End-of-Life: + . + if PYTHON config PYTHON_NCURSES -- 2.20.1 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de