File: rules

package info (click to toggle)
python-trie 0.4.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: python: 505; makefile: 76; sh: 8
file content (13 lines) | stat: -rwxr-xr-x 315 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export PYBUILD_NAME=trie

# These tests is disabled. The necessary files currently only
# resides in libpython*-testsuite.
export PYBUILD_BEFORE_TEST=rm -f {dir}/tests/test_mapping.py

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

execute_before_dh_auto_build:
	$(MAKE) -C docs html