File: rules

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

export PYBUILD_NAME=fuzzywuzzy
export PYBUILD_TEST_NOSE=1
export PYBUILD_TEST_ARGS="{dir}/test_fuzzywuzzy.py"

%:
	dh $@ --buildsystem=pybuild

override_dh_installchangelogs:
	dh_installchangelogs CHANGES.rst

override_dh_auto_clean:
	dh_auto_clean
	rm -rf ${PYBUILD_NAME}.egg-info/