From d566ab8834c92f073ec405f4d2e5ef4c0ba0a22b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Tue, 22 Sep 2026 11:29:15 +0200 Subject: [PATCH 1/2] Add Python Mode deprecation override Add a project override for Python Mode for Processing 4 warning users that it is unmaintained and incompatible with current Processing 4 releases. Point users to py5 as an alternative Python option. --- contributions.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contributions.yaml b/contributions.yaml index 6364918..4f84734 100644 --- a/contributions.yaml +++ b/contributions.yaml @@ -5933,6 +5933,12 @@ contributions: minRevision: 1279 maxRevision: 0 download: https://contribs.processing.org/pythonmode/4/PythonMode.zip + override: + sentence: Python Mode for Processing 4 (unmaintained) + paragraph: >- + This project is not compatible with the latest versions of Processing 4. + It is unmaintained, meaning there is no longer anyone fixing bugs or developing new features. + For a more up-to-date Python experience with Processing, consider using py5 instead. - id: 275 source: https://github.com/yashbutno/Oklab-for-Processing/releases/download/latest/OklabForProcessing.txt From 49bb2d4c0aac27849b3f17ce0311b41950c8e1ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Tue, 22 Sep 2026 11:36:44 +0200 Subject: [PATCH 2/2] Update the text --- contributions.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contributions.yaml b/contributions.yaml index 4f84734..41fc604 100644 --- a/contributions.yaml +++ b/contributions.yaml @@ -5934,10 +5934,10 @@ contributions: maxRevision: 0 download: https://contribs.processing.org/pythonmode/4/PythonMode.zip override: - sentence: Python Mode for Processing 4 (unmaintained) + name: Python Mode for Processing 4 (unmaintained) + sentence: Not compatible with the latest versions of Processing 4. paragraph: >- - This project is not compatible with the latest versions of Processing 4. - It is unmaintained, meaning there is no longer anyone fixing bugs or developing new features. + This mode is unmaintained, meaning there is no longer anyone fixing bugs or developing new features. For a more up-to-date Python experience with Processing, consider using py5 instead. - id: 275 source: