Files
packages/lang/python/python-typing-extensions/test.sh
Jeffery To 88ef5d0ba4 python-typing-extensions: Update to 4.8.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit cb8648679b)
2023-10-02 19:15:29 +08:00

6 lines
97 B
Bash

#!/bin/sh
[ "$1" = python3-typing-extensions ] || exit 0
python3 -c 'import typing_extensions'