git: 960d42e84a81 - main - x11-toolkits/py-wxpython: restore part of pyproject.toml patch

From: Charlie Li <vishwin_at_FreeBSD.org>
Date: Sat, 21 Feb 2026 14:35:56 UTC
The branch main has been updated by vishwin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=960d42e84a81b1d6c39e8e7d3e926dd1aa3158f3

commit 960d42e84a81b1d6c39e8e7d3e926dd1aa3158f3
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2026-02-21 14:34:41 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2026-02-21 14:34:41 +0000

    x11-toolkits/py-wxpython: restore part of pyproject.toml patch
    
    PR: 293326
---
 x11-toolkits/py-wxpython/files/patch-pyproject.toml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/x11-toolkits/py-wxpython/files/patch-pyproject.toml b/x11-toolkits/py-wxpython/files/patch-pyproject.toml
index ec2c4339ec0e..d0fa614d1858 100644
--- a/x11-toolkits/py-wxpython/files/patch-pyproject.toml
+++ b/x11-toolkits/py-wxpython/files/patch-pyproject.toml
@@ -2,6 +2,13 @@ remove after setuptools update past 70.1
 
 --- pyproject.toml.orig	2026-02-08 15:20:31 UTC
 +++ pyproject.toml
+@@ -1,5 +1,5 @@
+ [project]
+-name = "wxPython"
++name = "wxpython"
+ description = "Cross platform GUI toolkit for Python, \"Phoenix\" version"
+ requires-python = ">= 3.10"
+ authors = [
 @@ -71,7 +71,7 @@ requires = [
  
  [build-system]