File: rules

package info (click to toggle)
python-babelfont 3.0.6~ds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,740 kB
  • sloc: xml: 33,013; python: 5,762; makefile: 68
file content (8 lines) | stat: -rwxr-xr-x 273 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export PYBUILD_NAME=babelfont
export PYBUILD_TEST_ARGS=tests/test_*fea*.py tests/test_dataclasses.py
export SETUPTOOLS_SCM_PRETEND_VERSION=$(firstword $(subst ~, ,$(shell dpkg-parsechangelog -S version)))

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