File: rules

package info (click to toggle)
cloudpickle 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 580 kB
  • sloc: python: 3,278; makefile: 10
file content (15 lines) | stat: -rwxr-xr-x 330 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export PYBUILD_NAME=cloudpickle
export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS=-s -v
export PYTHONPATH=$(CURDIR)/tests/cloudpickle_testpkg

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

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