File: rules

package info (click to toggle)
python-cattrs 25.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,812 kB
  • sloc: python: 12,236; makefile: 155
file content (9 lines) | stat: -rwxr-xr-x 351 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#! /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