#!/usr/bin/make -f export PYBUILD_NAME=toposort export PYBUILD_TEST_CUSTOM=1 export PYBUILD_TEST_ARGS={interpreter} -m test.test_toposort %: dh $@ --with python3 --buildsystem=pybuild