File: rules

package info (click to toggle)
pyvisa-sim 0.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 428 kB
  • sloc: python: 1,749; makefile: 129
file content (8 lines) | stat: -rwxr-xr-x 326 bytes parent folder | download
1
2
3
4
5
6
7
8
#! /usr/bin/make -f

export PYBUILD_NAME=pyvisa-sim
export PYBUILD_AFTER_BUILD=cp {dir}/pyvisa_sim/default.yaml {build_dir}/pyvisa_sim/; cp {dir}/pyvisa_sim/testsuite/fixtures/channels.yaml {build_dir}/pyvisa_sim/testsuite/fixtures/
export PYBUILD_TEST_ARGS=--pyargs pyvisa_sim

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