#! /usr/bin/make -f

export PYBUILD_NAME=cattr
# test_unstructure_collections.py, test_cols.py: needs immutables, not packaged for debian
export PYBUILD_TEST_ARGS=-v --ignore tests/test_unstructure_collections.py --ignore tests/test_cols.py
export SETUPTOOLS_SCM_PRETEND_VERSION=${DEB_VERSION_UPSTREAM}

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