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>
This commit is contained in:
Jeffery To
2023-09-29 11:37:08 +08:00
committed by Rosen Penev
parent e429c11b04
commit 00841f9873
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'