File: rules

package info (click to toggle)
mplcursors 0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 400 kB
  • sloc: python: 1,915; makefile: 14; sh: 9
file content (8 lines) | stat: -rwxr-xr-x 208 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export PYBUILD_NAME=mplcursors
export PYBUILD_BEFORE_TEST=cp -rv {dir}/examples {build_dir}/examples
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/examples

%:
	dh $@ --buildsystem=pybuild