python-twisted: Update to 23.8.0, rework patches

The package changed to the hatchling build backend.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit 00841f9873)
This commit is contained in:
Jeffery To
2023-09-29 11:37:08 +08:00
parent 4bcfa675fc
commit 9f6eb89ea0
4 changed files with 30 additions and 40 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/sh
[ "$1" = python3-twisted ] || exit 0
python3 -c 'from twisted.internet import reactor'