From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Roland Hieber Date: Wed, 25 Sep 2019 15:08:25 +0200 Message-Id: <20190925130825.19498-1-rhi@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] 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 [citation needed], and remaining users should start migrating to Python 3 [1]. Prepare for Python 2 End-of-Life, which is in about three months from now [2]. [1]: https://www.python.org/dev/peps/pep-0404/#id13 [2]: https://pythonclock.org/ Signed-off-by: Roland Hieber --- rules/python-imaging.in | 7 ++++++- rules/python-protobuf.in | 6 +++++- rules/python-pyro.in | 7 ++++++- rules/python-routing.in | 7 ++++++- rules/python-rplicmp.in | 7 ++++++- rules/python.in | 7 ++++++- 6 files changed, 35 insertions(+), 6 deletions(-) diff --git a/rules/python-imaging.in b/rules/python-imaging.in index c64d79e74438..1f5bf963866d 100644 --- a/rules/python-imaging.in +++ b/rules/python-imaging.in @@ -1,4 +1,6 @@ -## SECTION=python +## SECTION=staging +## old section: +### SECTION=python menuconfig PYTHON_IMAGING tristate @@ -10,6 +12,9 @@ menuconfig PYTHON_IMAGING help FIXME + STAGING: remove in PTXdist 2020.10.0 due to Python 2 End-of-Life: + . + if PYTHON_IMAGING config PYTHON_IMAGING_FREETYPE diff --git a/rules/python-protobuf.in b/rules/python-protobuf.in index b22bc715c8e2..bc41cf9a192c 100644 --- a/rules/python-protobuf.in +++ b/rules/python-protobuf.in @@ -1,4 +1,6 @@ -## SECTION=python +## SECTION=staging +## old section: +### SECTION=python config PYTHON_PROTOBUF tristate @@ -11,3 +13,5 @@ config PYTHON_PROTOBUF efficient yet extensible format. This package contains the Python bindings for protobuf. + STAGING: remove in PTXdist 2020.10.0 due to Python 2 End-of-Life: + . diff --git a/rules/python-pyro.in b/rules/python-pyro.in index 83e6ab94785e..a14565ee77fb 100644 --- a/rules/python-pyro.in +++ b/rules/python-pyro.in @@ -1,4 +1,6 @@ -## SECTION=python +## SECTION=staging +## old section: +### SECTION=python config PYTHON_PYRO tristate @@ -18,3 +20,6 @@ config PYTHON_PYRO that enables you to build distributed applications rapidly and effortlessly. Pyro is written in 100% pure Python and therefore runs on many platforms and Python versions, including Python 3.x + + STAGING: remove in PTXdist 2020.10.0 due to Python 2 End-of-Life: + . diff --git a/rules/python-routing.in b/rules/python-routing.in index 5a2c62aaadc4..a59cab8a793d 100644 --- a/rules/python-routing.in +++ b/rules/python-routing.in @@ -1,4 +1,6 @@ -## SECTION=python +## SECTION=staging +## old section: +### SECTION=python config PYTHON_ROUTING tristate @@ -12,3 +14,6 @@ config PYTHON_ROUTING was written to encompass the "route" module which isn't encompassed by any other libnl3 python binding. The special route module is necessary for the simpleRPL implementation. + + STAGING: remove in PTXdist 2020.10.0 due to Python 2 End-of-Life: + . diff --git a/rules/python-rplicmp.in b/rules/python-rplicmp.in index 75fedc5098b4..dbf556d372a0 100644 --- a/rules/python-rplicmp.in +++ b/rules/python-rplicmp.in @@ -1,4 +1,6 @@ -## SECTION=python +## SECTION=staging +## old section: +### SECTION=python config PYTHON_RPLICMP tristate @@ -9,3 +11,6 @@ config PYTHON_RPLICMP help This module allows easy creation of ICMPv6 socket in Python tailored to send RPL messages. + + STAGING: remove in PTXdist 2020.10.0 due to Python 2 End-of-Life: + . diff --git a/rules/python.in b/rules/python.in index 75390188876e..d0fbc69be43b 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 2020.10.0 due to Python 2 End-of-Life: + . + if PYTHON config PYTHON_NCURSES -- 2.23.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de