File: rules

package info (click to toggle)
python-fonticon-fontawesome6 6.4.0%2Bds1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 224 kB
  • sloc: python: 2,117; makefile: 9
file content (12 lines) | stat: -rwxr-xr-x 282 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_NAME=fonticon-fontawesome6
export PYBUILD_TEST_CUSTOM=1
export PYBUILD_TEST_ARGS=\
	set -e; \
	for api in pyqt5 pyqt6 pyside6; do \
		PYTEST_QT_API=$$api QT_API=$$api {interpreter} -m pytest --verbosity=2; \
	done

%:
	dh $@ --buildsystem=pybuild