File: rules

package info (click to toggle)
zigpy 0.82.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,036 kB
  • sloc: python: 35,300; sql: 2,109; makefile: 7
file content (10 lines) | stat: -rwxr-xr-x 452 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PYBUILD_TEST_ARGS=-k "not test_quirks_v2" --ignore=tests/ota/test_ota_providers.py
export PYBUILD_SYSTEM = pyproject
export PYBUILD_AFTER_INSTALL=rm -rf {destdir}/usr/lib/python3*/dist-packages/build \
                                    {destdir}/usr/lib/python3*/dist-packages/debian \
                                    {destdir}/usr/lib/python3*/dist-packages/*.dist-info

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