summaryrefslogtreecommitdiffstats
path: root/lang/python/python-tabulate/test-version.sh
blob: 77f701d732b820ff41734c2e3d1af217eed35c27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

# shellckeck shell=busybox

case "$PKG_NAME" in
python3-tabulate|\
python3-tabulate-src)
	exit 0
	;;

*)
	echo "Untested package: $PKG_NAME" >&2
	exit 1
	;;
esac