File: rules

package info (click to toggle)
cloudpickle 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 168 kB
  • ctags: 142
  • sloc: python: 871; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 250 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export PYBUILD_NAME=cloudpickle
export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS=-s

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

override_dh_auto_clean:
	dh_auto_clean
	# clean leftover from running tests
	-rm -rf .cache