#!/usr/bin/make -f
# -*- makefile -*-

#export DH_VERBOSE = 1

include /usr/share/dpkg/pkg-info.mk

export PYBUILD_NAME=promise
export PYBUILD_SYSTEM=distutils
export PYBUILD_TEST_ARGS=-k 'not test_await and not test_await_time and not test_promise_coroutine and not test_awaitable'

%:
	dh $@ --with python3 --buildsystem=pybuild
