File: rules

package info (click to toggle)
gpiozero 1.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,060 kB
  • sloc: python: 14,279; makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 221 bytes parent folder | download | duplicates (2)
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 $@ --with python3 --buildsystem=pybuild