File: rules

package info (click to toggle)
cloudpickle 3.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 544 kB
  • sloc: python: 3,315; sh: 9; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 276 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_ARGS=-s -v
export PYTHONPATH=$(CURDIR)/tests/cloudpickle_testpkg

%:
	dh $@ --buildsystem=pybuild

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