File: rules

package info (click to toggle)
gpiozero 2.0.1-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,192 kB
  • sloc: python: 15,355; makefile: 246
file content (9 lines) | stat: -rwxr-xr-x 206 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export PYBUILD_NAME=gpiozero

# gpiozero relies on it being installed through distutils; tests cannot run without installing
export PYBUILD_DISABLE=test

%:
	dh $@ --buildsystem=pybuild