Files
packages/lang/python/python-twisted/test.sh
Jeffery To 9f6eb89ea0 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)
2023-10-07 19:52:32 +08:00

6 lines
99 B
Bash

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